| Modifier and Type | Method and Description |
|---|---|
MatchIntentRequest |
MatchIntentRequest.Builder.build() |
MatchIntentRequest |
MatchIntentRequest.Builder.buildPartial() |
static MatchIntentRequest |
MatchIntentRequest.getDefaultInstance() |
MatchIntentRequest |
MatchIntentRequest.getDefaultInstanceForType() |
MatchIntentRequest |
MatchIntentRequest.Builder.getDefaultInstanceForType() |
MatchIntentRequest |
FulfillIntentRequest.getMatchIntentRequest()
Must be same as the corresponding MatchIntent request, otherwise the
behavior is undefined.
|
MatchIntentRequest |
FulfillIntentRequest.Builder.getMatchIntentRequest()
Must be same as the corresponding MatchIntent request, otherwise the
behavior is undefined.
|
MatchIntentRequest |
FulfillIntentRequestOrBuilder.getMatchIntentRequest()
Must be same as the corresponding MatchIntent request, otherwise the
behavior is undefined.
|
static MatchIntentRequest |
MatchIntentRequest.parseDelimitedFrom(InputStream input) |
static MatchIntentRequest |
MatchIntentRequest.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MatchIntentRequest |
MatchIntentRequest.parseFrom(byte[] data) |
static MatchIntentRequest |
MatchIntentRequest.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MatchIntentRequest |
MatchIntentRequest.parseFrom(ByteBuffer data) |
static MatchIntentRequest |
MatchIntentRequest.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MatchIntentRequest |
MatchIntentRequest.parseFrom(com.google.protobuf.ByteString data) |
static MatchIntentRequest |
MatchIntentRequest.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MatchIntentRequest |
MatchIntentRequest.parseFrom(com.google.protobuf.CodedInputStream input) |
static MatchIntentRequest |
MatchIntentRequest.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MatchIntentRequest |
MatchIntentRequest.parseFrom(InputStream input) |
static MatchIntentRequest |
MatchIntentRequest.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<MatchIntentRequest> |
MatchIntentRequest.getParserForType() |
static com.google.protobuf.Parser<MatchIntentRequest> |
MatchIntentRequest.parser() |
| Modifier and Type | Method and Description |
|---|---|
MatchIntentRequest.Builder |
MatchIntentRequest.Builder.mergeFrom(MatchIntentRequest other) |
FulfillIntentRequest.Builder |
FulfillIntentRequest.Builder.mergeMatchIntentRequest(MatchIntentRequest value)
Must be same as the corresponding MatchIntent request, otherwise the
behavior is undefined.
|
static MatchIntentRequest.Builder |
MatchIntentRequest.newBuilder(MatchIntentRequest prototype) |
FulfillIntentRequest.Builder |
FulfillIntentRequest.Builder.setMatchIntentRequest(MatchIntentRequest value)
Must be same as the corresponding MatchIntent request, otherwise the
behavior is undefined.
|
Copyright © 2025 Google LLC. All rights reserved.