Interface ListTransferRunsResponseOrBuilder (2.0.27)

public interface ListTransferRunsResponseOrBuilder 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 ListTransferRunsRequest.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 ListTransferRunsRequest.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.

getTransferRuns(int index)

public abstract TransferRun getTransferRuns(int index)

Output only. The stored pipeline transfer runs.

repeated .google.cloud.bigquery.datatransfer.v1.TransferRun transfer_runs = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
indexint
Returns
TypeDescription
TransferRun

getTransferRunsCount()

public abstract int getTransferRunsCount()

Output only. The stored pipeline transfer runs.

repeated .google.cloud.bigquery.datatransfer.v1.TransferRun transfer_runs = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
int

getTransferRunsList()

public abstract List<TransferRun> getTransferRunsList()

Output only. The stored pipeline transfer runs.

repeated .google.cloud.bigquery.datatransfer.v1.TransferRun transfer_runs = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
List<TransferRun>

getTransferRunsOrBuilder(int index)

public abstract TransferRunOrBuilder getTransferRunsOrBuilder(int index)

Output only. The stored pipeline transfer runs.

repeated .google.cloud.bigquery.datatransfer.v1.TransferRun transfer_runs = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
indexint
Returns
TypeDescription
TransferRunOrBuilder

getTransferRunsOrBuilderList()

public abstract List<? extends TransferRunOrBuilder> getTransferRunsOrBuilderList()

Output only. The stored pipeline transfer runs.

repeated .google.cloud.bigquery.datatransfer.v1.TransferRun transfer_runs = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
List<? extends com.google.cloud.bigquery.datatransfer.v1.TransferRunOrBuilder>