Package com.google.cloud.aiplatform.v1
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 TypeMethodDescriptionOptional.com.google.protobuf.ByteStringOptional.getName()Required.com.google.protobuf.ByteStringRequired.Optional.com.google.protobuf.ByteStringOptional.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
-
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.
-