public interface ListTransferConfigsResponseOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getNextPageToken()
Output only.
|
ByteString |
getNextPageTokenBytes()
Output only.
|
TransferConfig |
getTransferConfigs(int index)
Output only.
|
int |
getTransferConfigsCount()
Output only.
|
java.util.List<TransferConfig> |
getTransferConfigsList()
Output only.
|
TransferConfigOrBuilder |
getTransferConfigsOrBuilder(int index)
Output only.
|
java.util.List<? extends TransferConfigOrBuilder> |
getTransferConfigsOrBuilderList()
Output only.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
java.util.List<TransferConfig> getTransferConfigsList()
Output only. The stored pipeline transfer configurations.
repeated .google.cloud.bigquery.datatransfer.v1.TransferConfig transfer_configs = 1;
TransferConfig getTransferConfigs(int index)
Output only. The stored pipeline transfer configurations.
repeated .google.cloud.bigquery.datatransfer.v1.TransferConfig transfer_configs = 1;
int getTransferConfigsCount()
Output only. The stored pipeline transfer configurations.
repeated .google.cloud.bigquery.datatransfer.v1.TransferConfig transfer_configs = 1;
java.util.List<? extends TransferConfigOrBuilder> getTransferConfigsOrBuilderList()
Output only. The stored pipeline transfer configurations.
repeated .google.cloud.bigquery.datatransfer.v1.TransferConfig transfer_configs = 1;
TransferConfigOrBuilder getTransferConfigsOrBuilder(int index)
Output only. The stored pipeline transfer configurations.
repeated .google.cloud.bigquery.datatransfer.v1.TransferConfig transfer_configs = 1;
java.lang.String getNextPageToken()
Output only. The next-pagination token. For multiple-page list results, this token can be used as the `ListTransferConfigsRequest.page_token` to request the next page of list results.
string next_page_token = 2;
ByteString getNextPageTokenBytes()
Output only. The next-pagination token. For multiple-page list results, this token can be used as the `ListTransferConfigsRequest.page_token` to request the next page of list results.
string next_page_token = 2;