public interface ListTransferRunsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getNextPageToken()
Output only.
|
com.google.protobuf.ByteString |
getNextPageTokenBytes()
Output only.
|
TransferRun |
getTransferRuns(int index)
Output only.
|
int |
getTransferRunsCount()
Output only.
|
List<TransferRun> |
getTransferRunsList()
Output only.
|
TransferRunOrBuilder |
getTransferRunsOrBuilder(int index)
Output only.
|
List<? extends TransferRunOrBuilder> |
getTransferRunsOrBuilderList()
Output only.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<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];
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];
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];
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];
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];
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];com.google.protobuf.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];Copyright © 2023 Google LLC. All rights reserved.