public interface QueryReasoningEngineRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Struct |
getInput()
Optional.
|
com.google.protobuf.StructOrBuilder |
getInputOrBuilder()
Optional.
|
String |
getName()
Required.
|
com.google.protobuf.ByteString |
getNameBytes()
Required.
|
boolean |
hasInput()
Optional.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
Required. The name of the ReasoningEngine resource to use.
Format:
`projects/{project}/locations/{location}/reasoningEngines/{reasoning_engine}`
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
com.google.protobuf.ByteString getNameBytes()
Required. The name of the ReasoningEngine resource to use.
Format:
`projects/{project}/locations/{location}/reasoningEngines/{reasoning_engine}`
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
boolean hasInput()
Optional. Input content provided by users in JSON object format. Examples include text query, function calling parameters, media bytes, etc.
.google.protobuf.Struct input = 2 [(.google.api.field_behavior) = OPTIONAL];com.google.protobuf.Struct getInput()
Optional. Input content provided by users in JSON object format. Examples include text query, function calling parameters, media bytes, etc.
.google.protobuf.Struct input = 2 [(.google.api.field_behavior) = OPTIONAL];com.google.protobuf.StructOrBuilder getInputOrBuilder()
Optional. Input content provided by users in JSON object format. Examples include text query, function calling parameters, media bytes, etc.
.google.protobuf.Struct input = 2 [(.google.api.field_behavior) = OPTIONAL];Copyright © 2024 Google LLC. All rights reserved.