Package com.google.cloud.aiplatform.v1
Interface StreamQueryReasoningEngineRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
StreamQueryReasoningEngineRequest,StreamQueryReasoningEngineRequest.Builder
@Generated
public interface StreamQueryReasoningEngineRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getName
String 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) = { ... }- Returns:
- The name.
-
getNameBytes
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) = { ... }- Returns:
- The bytes for name.
-
hasInput
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];- Returns:
- Whether the input field is set.
-
getInput
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];- Returns:
- The input.
-
getInputOrBuilder
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]; -
getClassMethod
String getClassMethod()Optional. Class method to be used for the stream query. It is optional and defaults to "stream_query" if unspecified.
string class_method = 3 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- The classMethod.
-
getClassMethodBytes
com.google.protobuf.ByteString getClassMethodBytes()Optional. Class method to be used for the stream query. It is optional and defaults to "stream_query" if unspecified.
string class_method = 3 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- The bytes for classMethod.
-