Interface QueryReasoningEngineRequestOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
QueryReasoningEngineRequest, QueryReasoningEngineRequest.Builder

@Generated public interface QueryReasoningEngineRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    Optional.
    com.google.protobuf.ByteString
    Optional.
    com.google.protobuf.Struct
    Optional.
    com.google.protobuf.StructOrBuilder
    Optional.
    Required.
    com.google.protobuf.ByteString
    Required.
    boolean
    Optional.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods 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 query.
       It is optional and defaults to "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 query.
       It is optional and defaults to "query" if unspecified.
       
      string class_method = 3 [(.google.api.field_behavior) = OPTIONAL];
      Returns:
      The bytes for classMethod.