public static final class ExecuteExtensionRequest.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<ExecuteExtensionRequest.Builder> implements ExecuteExtensionRequestOrBuilder
Request message for [ExtensionExecutionService.ExecuteExtension][google.cloud.aiplatform.v1beta1.ExtensionExecutionService.ExecuteExtension].Protobuf type
google.cloud.aiplatform.v1beta1.ExecuteExtensionRequestgetAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<ExecuteExtensionRequest.Builder>public ExecuteExtensionRequest.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<ExecuteExtensionRequest.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<ExecuteExtensionRequest.Builder>public ExecuteExtensionRequest getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic ExecuteExtensionRequest build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic ExecuteExtensionRequest buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic ExecuteExtensionRequest.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<ExecuteExtensionRequest.Builder>public ExecuteExtensionRequest.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<ExecuteExtensionRequest.Builder>public ExecuteExtensionRequest.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<ExecuteExtensionRequest.Builder>public ExecuteExtensionRequest.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<ExecuteExtensionRequest.Builder>public ExecuteExtensionRequest.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<ExecuteExtensionRequest.Builder>public ExecuteExtensionRequest.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<ExecuteExtensionRequest.Builder>public ExecuteExtensionRequest.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<ExecuteExtensionRequest.Builder>public ExecuteExtensionRequest.Builder mergeFrom(ExecuteExtensionRequest other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<ExecuteExtensionRequest.Builder>public ExecuteExtensionRequest.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<ExecuteExtensionRequest.Builder>IOExceptionpublic 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) = { ... }
getName in interface ExecuteExtensionRequestOrBuilderpublic 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) = { ... }
getNameBytes in interface ExecuteExtensionRequestOrBuilderpublic ExecuteExtensionRequest.Builder setName(String value)
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) = { ... }
value - The name to set.public ExecuteExtensionRequest.Builder clearName()
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) = { ... }
public ExecuteExtensionRequest.Builder setNameBytes(com.google.protobuf.ByteString value)
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) = { ... }
value - The bytes for name to set.public 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];getOperationId in interface ExecuteExtensionRequestOrBuilderpublic 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];getOperationIdBytes in interface ExecuteExtensionRequestOrBuilderpublic ExecuteExtensionRequest.Builder setOperationId(String value)
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];value - The operationId to set.public ExecuteExtensionRequest.Builder clearOperationId()
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];public ExecuteExtensionRequest.Builder setOperationIdBytes(com.google.protobuf.ByteString value)
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];value - The bytes for operationId to set.public 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];
hasOperationParams in interface ExecuteExtensionRequestOrBuilderpublic 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];
getOperationParams in interface ExecuteExtensionRequestOrBuilderpublic ExecuteExtensionRequest.Builder setOperationParams(com.google.protobuf.Struct value)
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];
public ExecuteExtensionRequest.Builder setOperationParams(com.google.protobuf.Struct.Builder builderForValue)
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];
public ExecuteExtensionRequest.Builder mergeOperationParams(com.google.protobuf.Struct value)
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];
public ExecuteExtensionRequest.Builder clearOperationParams()
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];
public com.google.protobuf.Struct.Builder getOperationParamsBuilder()
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];
public 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];
getOperationParamsOrBuilder in interface ExecuteExtensionRequestOrBuilderpublic 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];
hasRuntimeAuthConfig in interface ExecuteExtensionRequestOrBuilderpublic 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];
getRuntimeAuthConfig in interface ExecuteExtensionRequestOrBuilderpublic ExecuteExtensionRequest.Builder setRuntimeAuthConfig(AuthConfig value)
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];
public ExecuteExtensionRequest.Builder setRuntimeAuthConfig(AuthConfig.Builder builderForValue)
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];
public ExecuteExtensionRequest.Builder mergeRuntimeAuthConfig(AuthConfig value)
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];
public ExecuteExtensionRequest.Builder clearRuntimeAuthConfig()
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];
public AuthConfig.Builder getRuntimeAuthConfigBuilder()
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];
public 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];
getRuntimeAuthConfigOrBuilder in interface ExecuteExtensionRequestOrBuilderpublic final ExecuteExtensionRequest.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<ExecuteExtensionRequest.Builder>public final ExecuteExtensionRequest.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<ExecuteExtensionRequest.Builder>Copyright © 2025 Google LLC. All rights reserved.