public interface ListTransferConfigsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getNextPageToken()
Output only.
|
com.google.protobuf.ByteString |
getNextPageTokenBytes()
Output only.
|
TransferConfig |
getTransferConfigs(int index)
Output only.
|
int |
getTransferConfigsCount()
Output only.
|
List<TransferConfig> |
getTransferConfigsList()
Output only.
|
TransferConfigOrBuilder |
getTransferConfigsOrBuilder(int index)
Output only.
|
List<? extends TransferConfigOrBuilder> |
getTransferConfigsOrBuilderList()
Output only.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<TransferConfig> getTransferConfigsList()
Output only. The stored pipeline transfer configurations.
repeated .google.cloud.bigquery.datatransfer.v1.TransferConfig transfer_configs = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
TransferConfig getTransferConfigs(int index)
Output only. The stored pipeline transfer configurations.
repeated .google.cloud.bigquery.datatransfer.v1.TransferConfig transfer_configs = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
int getTransferConfigsCount()
Output only. The stored pipeline transfer configurations.
repeated .google.cloud.bigquery.datatransfer.v1.TransferConfig transfer_configs = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
List<? extends TransferConfigOrBuilder> getTransferConfigsOrBuilderList()
Output only. The stored pipeline transfer configurations.
repeated .google.cloud.bigquery.datatransfer.v1.TransferConfig transfer_configs = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
TransferConfigOrBuilder getTransferConfigsOrBuilder(int index)
Output only. The stored pipeline transfer configurations.
repeated .google.cloud.bigquery.datatransfer.v1.TransferConfig transfer_configs = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
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 [(.google.api.field_behavior) = OUTPUT_ONLY];com.google.protobuf.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 [(.google.api.field_behavior) = OUTPUT_ONLY];Copyright © 2023 Google LLC. All rights reserved.