| Modifier and Type | Method and Description |
|---|---|
IntentBatch.Builder |
IntentBatch.Builder.addAllIntents(Iterable<? extends Intent> values)
A collection of intents.
|
IntentBatch.Builder |
IntentBatch.Builder.addIntents(Intent.Builder builderForValue)
A collection of intents.
|
IntentBatch.Builder |
IntentBatch.Builder.addIntents(Intent value)
A collection of intents.
|
IntentBatch.Builder |
IntentBatch.Builder.addIntents(int index,
Intent.Builder builderForValue)
A collection of intents.
|
IntentBatch.Builder |
IntentBatch.Builder.addIntents(int index,
Intent value)
A collection of intents.
|
IntentBatch.Builder |
IntentBatch.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
IntentBatch.Builder |
IntentBatch.Builder.clear() |
IntentBatch.Builder |
IntentBatch.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
IntentBatch.Builder |
IntentBatch.Builder.clearIntents()
A collection of intents.
|
IntentBatch.Builder |
IntentBatch.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
IntentBatch.Builder |
IntentBatch.Builder.clone() |
IntentBatch.Builder |
BatchUpdateIntentsRequest.Builder.getIntentBatchInlineBuilder()
The collection of intents to update or create.
|
IntentBatch.Builder |
IntentBatch.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
IntentBatch.Builder |
IntentBatch.Builder.mergeFrom(IntentBatch other) |
IntentBatch.Builder |
IntentBatch.Builder.mergeFrom(com.google.protobuf.Message other) |
IntentBatch.Builder |
IntentBatch.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static IntentBatch.Builder |
IntentBatch.newBuilder() |
static IntentBatch.Builder |
IntentBatch.newBuilder(IntentBatch prototype) |
IntentBatch.Builder |
IntentBatch.newBuilderForType() |
protected IntentBatch.Builder |
IntentBatch.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
IntentBatch.Builder |
IntentBatch.Builder.removeIntents(int index)
A collection of intents.
|
IntentBatch.Builder |
IntentBatch.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
IntentBatch.Builder |
IntentBatch.Builder.setIntents(int index,
Intent.Builder builderForValue)
A collection of intents.
|
IntentBatch.Builder |
IntentBatch.Builder.setIntents(int index,
Intent value)
A collection of intents.
|
IntentBatch.Builder |
IntentBatch.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
IntentBatch.Builder |
IntentBatch.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
IntentBatch.Builder |
IntentBatch.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
BatchUpdateIntentsRequest.Builder |
BatchUpdateIntentsRequest.Builder.setIntentBatchInline(IntentBatch.Builder builderForValue)
The collection of intents to update or create.
|
Copyright © 2019 Google LLC. All rights reserved.