public interface ListTransferConfigsResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getNextPageToken()
public abstract 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];
| Returns | |
|---|---|
| Type | Description |
String |
The nextPageToken. |
getNextPageTokenBytes()
public abstract 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];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for nextPageToken. |
getTransferConfigs(int index)
public abstract 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];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
TransferConfig |
|
getTransferConfigsCount()
public abstract 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];
| Returns | |
|---|---|
| Type | Description |
int |
|
getTransferConfigsList()
public abstract List<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];
| Returns | |
|---|---|
| Type | Description |
List<TransferConfig> |
|
getTransferConfigsOrBuilder(int index)
public abstract 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];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
TransferConfigOrBuilder |
|
getTransferConfigsOrBuilderList()
public abstract 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];
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.bigquery.datatransfer.v1.TransferConfigOrBuilder> |
|