Interface ExecuteExtensionRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ExecuteExtensionRequest,ExecuteExtensionRequest.Builder
@Generated
public interface ExecuteExtensionRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetName()Required.com.google.protobuf.ByteStringRequired.Required.com.google.protobuf.ByteStringRequired.com.google.protobuf.StructOptional.com.google.protobuf.StructOrBuilderOptional.Optional.Optional.booleanOptional.booleanOptional.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. Name (identifier) of the extension; Format: `projects/{project}/locations/{location}/extensions/{extension}`string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()Required. Name (identifier) of the extension; Format: `projects/{project}/locations/{location}/extensions/{extension}`string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }- Returns:
- The bytes for name.
-
getOperationId
String getOperationId()Required. The desired ID of the operation to be executed in this extension as defined in [ExtensionOperation.operation_id][google.cloud.aiplatform.v1beta1.ExtensionOperation.operation_id].
string operation_id = 2 [(.google.api.field_behavior) = REQUIRED];- Returns:
- The operationId.
-
getOperationIdBytes
com.google.protobuf.ByteString getOperationIdBytes()Required. The desired ID of the operation to be executed in this extension as defined in [ExtensionOperation.operation_id][google.cloud.aiplatform.v1beta1.ExtensionOperation.operation_id].
string operation_id = 2 [(.google.api.field_behavior) = REQUIRED];- Returns:
- The bytes for operationId.
-
hasOperationParams
boolean hasOperationParams()Optional. Request parameters that will be used for executing this operation. The struct should be in a form of map with param name as the key and actual param value as the value. E.g. If this operation requires a param "name" to be set to "abc". you can set this to something like {"name": "abc"}..google.protobuf.Struct operation_params = 3 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- Whether the operationParams field is set.
-
getOperationParams
com.google.protobuf.Struct getOperationParams()Optional. Request parameters that will be used for executing this operation. The struct should be in a form of map with param name as the key and actual param value as the value. E.g. If this operation requires a param "name" to be set to "abc". you can set this to something like {"name": "abc"}..google.protobuf.Struct operation_params = 3 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- The operationParams.
-
getOperationParamsOrBuilder
com.google.protobuf.StructOrBuilder getOperationParamsOrBuilder()Optional. Request parameters that will be used for executing this operation. The struct should be in a form of map with param name as the key and actual param value as the value. E.g. If this operation requires a param "name" to be set to "abc". you can set this to something like {"name": "abc"}..google.protobuf.Struct operation_params = 3 [(.google.api.field_behavior) = OPTIONAL]; -
hasRuntimeAuthConfig
boolean hasRuntimeAuthConfig()Optional. Auth config provided at runtime to override the default value in [Extension.manifest.auth_config][]. The AuthConfig.auth_type should match the value in [Extension.manifest.auth_config][].
.google.cloud.aiplatform.v1beta1.AuthConfig runtime_auth_config = 4 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- Whether the runtimeAuthConfig field is set.
-
getRuntimeAuthConfig
AuthConfig getRuntimeAuthConfig()Optional. Auth config provided at runtime to override the default value in [Extension.manifest.auth_config][]. The AuthConfig.auth_type should match the value in [Extension.manifest.auth_config][].
.google.cloud.aiplatform.v1beta1.AuthConfig runtime_auth_config = 4 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- The runtimeAuthConfig.
-
getRuntimeAuthConfigOrBuilder
AuthConfigOrBuilder getRuntimeAuthConfigOrBuilder()Optional. Auth config provided at runtime to override the default value in [Extension.manifest.auth_config][]. The AuthConfig.auth_type should match the value in [Extension.manifest.auth_config][].
.google.cloud.aiplatform.v1beta1.AuthConfig runtime_auth_config = 4 [(.google.api.field_behavior) = OPTIONAL];
-