public interface StreamQueryReasoningEngineRequestOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getClassMethod()
public abstract 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 | |
---|---|
Type | Description |
String |
The classMethod. |
getClassMethodBytes()
public abstract 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 | |
---|---|
Type | Description |
ByteString |
The bytes for classMethod. |
getInput()
public abstract 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 | |
---|---|
Type | Description |
Struct |
The input. |
getInputOrBuilder()
public abstract 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];
Returns | |
---|---|
Type | Description |
StructOrBuilder |
getName()
public abstract 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 | |
---|---|
Type | Description |
String |
The name. |
getNameBytes()
public abstract 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 | |
---|---|
Type | Description |
ByteString |
The bytes for name. |
hasInput()
public abstract 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 | |
---|---|
Type | Description |
boolean |
Whether the input field is set. |