public interface ListTransferRunsRequestOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
int |
getPageSize()
Page size.
|
java.lang.String |
getPageToken()
Pagination token, which can be used to request a specific page
of `ListTransferRunsRequest` list results.
|
ByteString |
getPageTokenBytes()
Pagination token, which can be used to request a specific page
of `ListTransferRunsRequest` list results.
|
java.lang.String |
getParent()
Name of transfer configuration for which transfer runs should be retrieved.
|
ByteString |
getParentBytes()
Name of transfer configuration for which transfer runs should be retrieved.
|
ListTransferRunsRequest.RunAttempt |
getRunAttempt()
Indicates how run attempts are to be pulled.
|
int |
getRunAttemptValue()
Indicates how run attempts are to be pulled.
|
TransferState |
getStates(int index)
When specified, only transfer runs with requested states are returned.
|
int |
getStatesCount()
When specified, only transfer runs with requested states are returned.
|
java.util.List<TransferState> |
getStatesList()
When specified, only transfer runs with requested states are returned.
|
int |
getStatesValue(int index)
When specified, only transfer runs with requested states are returned.
|
java.util.List<java.lang.Integer> |
getStatesValueList()
When specified, only transfer runs with requested states are returned.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
java.lang.String getParent()
Name of transfer configuration for which transfer runs should be retrieved. Format of transfer configuration resource name is: `projects/{project_id}/transferConfigs/{config_id}`.
string parent = 1;
ByteString getParentBytes()
Name of transfer configuration for which transfer runs should be retrieved. Format of transfer configuration resource name is: `projects/{project_id}/transferConfigs/{config_id}`.
string parent = 1;
java.util.List<TransferState> getStatesList()
When specified, only transfer runs with requested states are returned.
repeated .google.cloud.bigquery.datatransfer.v1.TransferState states = 2;
int getStatesCount()
When specified, only transfer runs with requested states are returned.
repeated .google.cloud.bigquery.datatransfer.v1.TransferState states = 2;
TransferState getStates(int index)
When specified, only transfer runs with requested states are returned.
repeated .google.cloud.bigquery.datatransfer.v1.TransferState states = 2;
java.util.List<java.lang.Integer> getStatesValueList()
When specified, only transfer runs with requested states are returned.
repeated .google.cloud.bigquery.datatransfer.v1.TransferState states = 2;
int getStatesValue(int index)
When specified, only transfer runs with requested states are returned.
repeated .google.cloud.bigquery.datatransfer.v1.TransferState states = 2;
java.lang.String getPageToken()
Pagination token, which can be used to request a specific page of `ListTransferRunsRequest` list results. For multiple-page results, `ListTransferRunsResponse` outputs a `next_page` token, which can be used as the `page_token` value to request the next page of list results.
string page_token = 3;
ByteString getPageTokenBytes()
Pagination token, which can be used to request a specific page of `ListTransferRunsRequest` list results. For multiple-page results, `ListTransferRunsResponse` outputs a `next_page` token, which can be used as the `page_token` value to request the next page of list results.
string page_token = 3;
int getPageSize()
Page size. The default page size is the maximum value of 1000 results.
int32 page_size = 4;
int getRunAttemptValue()
Indicates how run attempts are to be pulled.
.google.cloud.bigquery.datatransfer.v1.ListTransferRunsRequest.RunAttempt run_attempt = 5;
ListTransferRunsRequest.RunAttempt getRunAttempt()
Indicates how run attempts are to be pulled.
.google.cloud.bigquery.datatransfer.v1.ListTransferRunsRequest.RunAttempt run_attempt = 5;