Interface AsyncQueryReasoningEngineResponseOrBuilder

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

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

    Modifier and Type
    Method
    Description
    Output Cloud Storage URI for the Async query.
    com.google.protobuf.ByteString
    Output Cloud Storage URI for the Async query.

    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

    • getOutputGcsUri

      String getOutputGcsUri()
       Output Cloud Storage URI for the Async query.
       
      string output_gcs_uri = 1;
      Returns:
      The outputGcsUri.
    • getOutputGcsUriBytes

      com.google.protobuf.ByteString getOutputGcsUriBytes()
       Output Cloud Storage URI for the Async query.
       
      string output_gcs_uri = 1;
      Returns:
      The bytes for outputGcsUri.