| Modifier and Type | Method and Description |
|---|---|
Batch |
Batch.Builder.build() |
Batch |
Batch.Builder.buildPartial() |
Batch |
CreateBatchRequestOrBuilder.getBatch()
Required.
|
Batch |
CreateBatchRequest.getBatch()
Required.
|
Batch |
CreateBatchRequest.Builder.getBatch()
Required.
|
Batch |
ListBatchesResponse.getBatches(int index)
The batches from the specified collection.
|
Batch |
ListBatchesResponse.Builder.getBatches(int index)
The batches from the specified collection.
|
Batch |
ListBatchesResponseOrBuilder.getBatches(int index)
The batches from the specified collection.
|
static Batch |
Batch.getDefaultInstance() |
Batch |
Batch.getDefaultInstanceForType() |
Batch |
Batch.Builder.getDefaultInstanceForType() |
static Batch |
Batch.parseDelimitedFrom(InputStream input) |
static Batch |
Batch.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Batch |
Batch.parseFrom(byte[] data) |
static Batch |
Batch.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Batch |
Batch.parseFrom(ByteBuffer data) |
static Batch |
Batch.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Batch |
Batch.parseFrom(com.google.protobuf.ByteString data) |
static Batch |
Batch.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Batch |
Batch.parseFrom(com.google.protobuf.CodedInputStream input) |
static Batch |
Batch.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Batch |
Batch.parseFrom(InputStream input) |
static Batch |
Batch.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
List<Batch> |
ListBatchesResponse.getBatchesList()
The batches from the specified collection.
|
List<Batch> |
ListBatchesResponse.Builder.getBatchesList()
The batches from the specified collection.
|
List<Batch> |
ListBatchesResponseOrBuilder.getBatchesList()
The batches from the specified collection.
|
com.google.protobuf.Parser<Batch> |
Batch.getParserForType() |
static com.google.protobuf.Parser<Batch> |
Batch.parser() |
| Modifier and Type | Method and Description |
|---|---|
ListBatchesResponse.Builder |
ListBatchesResponse.Builder.addBatches(Batch value)
The batches from the specified collection.
|
ListBatchesResponse.Builder |
ListBatchesResponse.Builder.addBatches(int index,
Batch value)
The batches from the specified collection.
|
CreateBatchRequest.Builder |
CreateBatchRequest.Builder.mergeBatch(Batch value)
Required.
|
Batch.Builder |
Batch.Builder.mergeFrom(Batch other) |
static Batch.Builder |
Batch.newBuilder(Batch prototype) |
CreateBatchRequest.Builder |
CreateBatchRequest.Builder.setBatch(Batch value)
Required.
|
ListBatchesResponse.Builder |
ListBatchesResponse.Builder.setBatches(int index,
Batch value)
The batches from the specified collection.
|
| Modifier and Type | Method and Description |
|---|---|
ListBatchesResponse.Builder |
ListBatchesResponse.Builder.addAllBatches(Iterable<? extends Batch> values)
The batches from the specified collection.
|
Copyright © 2024 Google LLC. All rights reserved.