public interface ListBatchesResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Batch |
getBatches(int index)
The batches from the specified collection.
|
int |
getBatchesCount()
The batches from the specified collection.
|
List<Batch> |
getBatchesList()
The batches from the specified collection.
|
BatchOrBuilder |
getBatchesOrBuilder(int index)
The batches from the specified collection.
|
List<? extends BatchOrBuilder> |
getBatchesOrBuilderList()
The batches from the specified collection.
|
String |
getNextPageToken()
A token, which can be sent as `page_token` to retrieve the next page.
|
com.google.protobuf.ByteString |
getNextPageTokenBytes()
A token, which can be sent as `page_token` to retrieve the next page.
|
String |
getUnreachable(int index)
Output only.
|
com.google.protobuf.ByteString |
getUnreachableBytes(int index)
Output only.
|
int |
getUnreachableCount()
Output only.
|
List<String> |
getUnreachableList()
Output only.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<Batch> getBatchesList()
The batches from the specified collection.
repeated .google.cloud.dataproc.v1.Batch batches = 1;Batch getBatches(int index)
The batches from the specified collection.
repeated .google.cloud.dataproc.v1.Batch batches = 1;int getBatchesCount()
The batches from the specified collection.
repeated .google.cloud.dataproc.v1.Batch batches = 1;List<? extends BatchOrBuilder> getBatchesOrBuilderList()
The batches from the specified collection.
repeated .google.cloud.dataproc.v1.Batch batches = 1;BatchOrBuilder getBatchesOrBuilder(int index)
The batches from the specified collection.
repeated .google.cloud.dataproc.v1.Batch batches = 1;String getNextPageToken()
A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages.
string next_page_token = 2;com.google.protobuf.ByteString getNextPageTokenBytes()
A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages.
string next_page_token = 2;List<String> getUnreachableList()
Output only. List of Batches that could not be included in the response. Attempting to get one of these resources may indicate why it was not included in the list response.
repeated string unreachable = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];int getUnreachableCount()
Output only. List of Batches that could not be included in the response. Attempting to get one of these resources may indicate why it was not included in the list response.
repeated string unreachable = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];String getUnreachable(int index)
Output only. List of Batches that could not be included in the response. Attempting to get one of these resources may indicate why it was not included in the list response.
repeated string unreachable = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];index - The index of the element to return.com.google.protobuf.ByteString getUnreachableBytes(int index)
Output only. List of Batches that could not be included in the response. Attempting to get one of these resources may indicate why it was not included in the list response.
repeated string unreachable = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];index - The index of the value to return.Copyright © 2024 Google LLC. All rights reserved.