Interface ListTransferConfigsResponseOrBuilder (2.8.0)

public interface ListTransferConfigsResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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
TypeDescription
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
TypeDescription
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
NameDescription
indexint
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
NameDescription
indexint
Returns
TypeDescription
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
TypeDescription
List<? extends com.google.cloud.bigquery.datatransfer.v1.TransferConfigOrBuilder>