| Modifier and Type | Method and Description |
|---|---|
IntentInput |
IntentInput.Builder.build() |
IntentInput |
IntentInput.Builder.buildPartial() |
static IntentInput |
IntentInput.getDefaultInstance() |
IntentInput |
IntentInput.getDefaultInstanceForType() |
IntentInput |
IntentInput.Builder.getDefaultInstanceForType() |
IntentInput |
QueryInputOrBuilder.getIntent()
The intent to be triggered.
|
IntentInput |
QueryInput.getIntent()
The intent to be triggered.
|
IntentInput |
QueryInput.Builder.getIntent()
The intent to be triggered.
|
static IntentInput |
IntentInput.parseDelimitedFrom(InputStream input) |
static IntentInput |
IntentInput.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static IntentInput |
IntentInput.parseFrom(byte[] data) |
static IntentInput |
IntentInput.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static IntentInput |
IntentInput.parseFrom(ByteBuffer data) |
static IntentInput |
IntentInput.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static IntentInput |
IntentInput.parseFrom(com.google.protobuf.ByteString data) |
static IntentInput |
IntentInput.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static IntentInput |
IntentInput.parseFrom(com.google.protobuf.CodedInputStream input) |
static IntentInput |
IntentInput.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static IntentInput |
IntentInput.parseFrom(InputStream input) |
static IntentInput |
IntentInput.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<IntentInput> |
IntentInput.getParserForType() |
static com.google.protobuf.Parser<IntentInput> |
IntentInput.parser() |
| Modifier and Type | Method and Description |
|---|---|
IntentInput.Builder |
IntentInput.Builder.mergeFrom(IntentInput other) |
QueryInput.Builder |
QueryInput.Builder.mergeIntent(IntentInput value)
The intent to be triggered.
|
static IntentInput.Builder |
IntentInput.newBuilder(IntentInput prototype) |
QueryInput.Builder |
QueryInput.Builder.setIntent(IntentInput value)
The intent to be triggered.
|
Copyright © 2022 Google LLC. All rights reserved.