Interface AsyncQueryReasoningEngineRequestOrBuilder

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

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

    Modifier and Type
    Method
    Description
    Optional.
    com.google.protobuf.ByteString
    Optional.
    Required.
    com.google.protobuf.ByteString
    Required.
    Optional.
    com.google.protobuf.ByteString
    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.
    • getInputGcsUri

      String getInputGcsUri()
       Optional. Input Cloud Storage URI for the Async query.
       
      string input_gcs_uri = 2 [(.google.api.field_behavior) = OPTIONAL];
      Returns:
      The inputGcsUri.
    • getInputGcsUriBytes

      com.google.protobuf.ByteString getInputGcsUriBytes()
       Optional. Input Cloud Storage URI for the Async query.
       
      string input_gcs_uri = 2 [(.google.api.field_behavior) = OPTIONAL];
      Returns:
      The bytes for inputGcsUri.
    • getOutputGcsUri

      String getOutputGcsUri()
       Optional. Output Cloud Storage URI for the Async query.
       
      string output_gcs_uri = 3 [(.google.api.field_behavior) = OPTIONAL];
      Returns:
      The outputGcsUri.
    • getOutputGcsUriBytes

      com.google.protobuf.ByteString getOutputGcsUriBytes()
       Optional. Output Cloud Storage URI for the Async query.
       
      string output_gcs_uri = 3 [(.google.api.field_behavior) = OPTIONAL];
      Returns:
      The bytes for outputGcsUri.