Package com.google.cloud.aiplatform.v1
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 TypeMethodDescriptionOutput Cloud Storage URI for the Async query.com.google.protobuf.ByteStringOutput Cloud Storage URI for the Async query.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
-
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.
-