public static final class UpdateExecutionRequest.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<UpdateExecutionRequest.Builder> implements UpdateExecutionRequestOrBuilder
Request message for [MetadataService.UpdateExecution][google.cloud.aiplatform.v1beta1.MetadataService.UpdateExecution].Protobuf type
google.cloud.aiplatform.v1beta1.UpdateExecutionRequest| Modifier and Type | Method and Description |
|---|---|
UpdateExecutionRequest.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
UpdateExecutionRequest |
build() |
UpdateExecutionRequest |
buildPartial() |
UpdateExecutionRequest.Builder |
clear() |
UpdateExecutionRequest.Builder |
clearAllowMissing()
If set to true, and the
[Execution][google.cloud.aiplatform.v1beta1.Execution] is not found, a new
[Execution][google.cloud.aiplatform.v1beta1.Execution] is created.
|
UpdateExecutionRequest.Builder |
clearExecution()
Required.
|
UpdateExecutionRequest.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
UpdateExecutionRequest.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
UpdateExecutionRequest.Builder |
clearUpdateMask()
Optional.
|
UpdateExecutionRequest.Builder |
clone() |
boolean |
getAllowMissing()
If set to true, and the
[Execution][google.cloud.aiplatform.v1beta1.Execution] is not found, a new
[Execution][google.cloud.aiplatform.v1beta1.Execution] is created.
|
UpdateExecutionRequest |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
Execution |
getExecution()
Required.
|
Execution.Builder |
getExecutionBuilder()
Required.
|
ExecutionOrBuilder |
getExecutionOrBuilder()
Required.
|
com.google.protobuf.FieldMask |
getUpdateMask()
Optional.
|
com.google.protobuf.FieldMask.Builder |
getUpdateMaskBuilder()
Optional.
|
com.google.protobuf.FieldMaskOrBuilder |
getUpdateMaskOrBuilder()
Optional.
|
boolean |
hasExecution()
Required.
|
boolean |
hasUpdateMask()
Optional.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
UpdateExecutionRequest.Builder |
mergeExecution(Execution value)
Required.
|
UpdateExecutionRequest.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
UpdateExecutionRequest.Builder |
mergeFrom(com.google.protobuf.Message other) |
UpdateExecutionRequest.Builder |
mergeFrom(UpdateExecutionRequest other) |
UpdateExecutionRequest.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
UpdateExecutionRequest.Builder |
mergeUpdateMask(com.google.protobuf.FieldMask value)
Optional.
|
UpdateExecutionRequest.Builder |
setAllowMissing(boolean value)
If set to true, and the
[Execution][google.cloud.aiplatform.v1beta1.Execution] is not found, a new
[Execution][google.cloud.aiplatform.v1beta1.Execution] is created.
|
UpdateExecutionRequest.Builder |
setExecution(Execution.Builder builderForValue)
Required.
|
UpdateExecutionRequest.Builder |
setExecution(Execution value)
Required.
|
UpdateExecutionRequest.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
UpdateExecutionRequest.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
UpdateExecutionRequest.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
UpdateExecutionRequest.Builder |
setUpdateMask(com.google.protobuf.FieldMask.Builder builderForValue)
Optional.
|
UpdateExecutionRequest.Builder |
setUpdateMask(com.google.protobuf.FieldMask value)
Optional.
|
getAllFields, 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<UpdateExecutionRequest.Builder>public UpdateExecutionRequest.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<UpdateExecutionRequest.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<UpdateExecutionRequest.Builder>public UpdateExecutionRequest getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic UpdateExecutionRequest build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic UpdateExecutionRequest buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic UpdateExecutionRequest.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<UpdateExecutionRequest.Builder>public UpdateExecutionRequest.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<UpdateExecutionRequest.Builder>public UpdateExecutionRequest.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<UpdateExecutionRequest.Builder>public UpdateExecutionRequest.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<UpdateExecutionRequest.Builder>public UpdateExecutionRequest.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<UpdateExecutionRequest.Builder>public UpdateExecutionRequest.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<UpdateExecutionRequest.Builder>public UpdateExecutionRequest.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<UpdateExecutionRequest.Builder>public UpdateExecutionRequest.Builder mergeFrom(UpdateExecutionRequest other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<UpdateExecutionRequest.Builder>public UpdateExecutionRequest.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<UpdateExecutionRequest.Builder>IOExceptionpublic boolean hasExecution()
Required. The Execution containing updates.
The Execution's
[Execution.name][google.cloud.aiplatform.v1beta1.Execution.name] field is
used to identify the Execution to be updated. Format:
`projects/{project}/locations/{location}/metadataStores/{metadatastore}/executions/{execution}`
.google.cloud.aiplatform.v1beta1.Execution execution = 1 [(.google.api.field_behavior) = REQUIRED];
hasExecution in interface UpdateExecutionRequestOrBuilderpublic Execution getExecution()
Required. The Execution containing updates.
The Execution's
[Execution.name][google.cloud.aiplatform.v1beta1.Execution.name] field is
used to identify the Execution to be updated. Format:
`projects/{project}/locations/{location}/metadataStores/{metadatastore}/executions/{execution}`
.google.cloud.aiplatform.v1beta1.Execution execution = 1 [(.google.api.field_behavior) = REQUIRED];
getExecution in interface UpdateExecutionRequestOrBuilderpublic UpdateExecutionRequest.Builder setExecution(Execution value)
Required. The Execution containing updates.
The Execution's
[Execution.name][google.cloud.aiplatform.v1beta1.Execution.name] field is
used to identify the Execution to be updated. Format:
`projects/{project}/locations/{location}/metadataStores/{metadatastore}/executions/{execution}`
.google.cloud.aiplatform.v1beta1.Execution execution = 1 [(.google.api.field_behavior) = REQUIRED];
public UpdateExecutionRequest.Builder setExecution(Execution.Builder builderForValue)
Required. The Execution containing updates.
The Execution's
[Execution.name][google.cloud.aiplatform.v1beta1.Execution.name] field is
used to identify the Execution to be updated. Format:
`projects/{project}/locations/{location}/metadataStores/{metadatastore}/executions/{execution}`
.google.cloud.aiplatform.v1beta1.Execution execution = 1 [(.google.api.field_behavior) = REQUIRED];
public UpdateExecutionRequest.Builder mergeExecution(Execution value)
Required. The Execution containing updates.
The Execution's
[Execution.name][google.cloud.aiplatform.v1beta1.Execution.name] field is
used to identify the Execution to be updated. Format:
`projects/{project}/locations/{location}/metadataStores/{metadatastore}/executions/{execution}`
.google.cloud.aiplatform.v1beta1.Execution execution = 1 [(.google.api.field_behavior) = REQUIRED];
public UpdateExecutionRequest.Builder clearExecution()
Required. The Execution containing updates.
The Execution's
[Execution.name][google.cloud.aiplatform.v1beta1.Execution.name] field is
used to identify the Execution to be updated. Format:
`projects/{project}/locations/{location}/metadataStores/{metadatastore}/executions/{execution}`
.google.cloud.aiplatform.v1beta1.Execution execution = 1 [(.google.api.field_behavior) = REQUIRED];
public Execution.Builder getExecutionBuilder()
Required. The Execution containing updates.
The Execution's
[Execution.name][google.cloud.aiplatform.v1beta1.Execution.name] field is
used to identify the Execution to be updated. Format:
`projects/{project}/locations/{location}/metadataStores/{metadatastore}/executions/{execution}`
.google.cloud.aiplatform.v1beta1.Execution execution = 1 [(.google.api.field_behavior) = REQUIRED];
public ExecutionOrBuilder getExecutionOrBuilder()
Required. The Execution containing updates.
The Execution's
[Execution.name][google.cloud.aiplatform.v1beta1.Execution.name] field is
used to identify the Execution to be updated. Format:
`projects/{project}/locations/{location}/metadataStores/{metadatastore}/executions/{execution}`
.google.cloud.aiplatform.v1beta1.Execution execution = 1 [(.google.api.field_behavior) = REQUIRED];
getExecutionOrBuilder in interface UpdateExecutionRequestOrBuilderpublic boolean hasUpdateMask()
Optional. A FieldMask indicating which fields should be updated.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
hasUpdateMask in interface UpdateExecutionRequestOrBuilderpublic com.google.protobuf.FieldMask getUpdateMask()
Optional. A FieldMask indicating which fields should be updated.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
getUpdateMask in interface UpdateExecutionRequestOrBuilderpublic UpdateExecutionRequest.Builder setUpdateMask(com.google.protobuf.FieldMask value)
Optional. A FieldMask indicating which fields should be updated.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
public UpdateExecutionRequest.Builder setUpdateMask(com.google.protobuf.FieldMask.Builder builderForValue)
Optional. A FieldMask indicating which fields should be updated.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
public UpdateExecutionRequest.Builder mergeUpdateMask(com.google.protobuf.FieldMask value)
Optional. A FieldMask indicating which fields should be updated.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
public UpdateExecutionRequest.Builder clearUpdateMask()
Optional. A FieldMask indicating which fields should be updated.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
public com.google.protobuf.FieldMask.Builder getUpdateMaskBuilder()
Optional. A FieldMask indicating which fields should be updated.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
public com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder()
Optional. A FieldMask indicating which fields should be updated.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
getUpdateMaskOrBuilder in interface UpdateExecutionRequestOrBuilderpublic boolean getAllowMissing()
If set to true, and the [Execution][google.cloud.aiplatform.v1beta1.Execution] is not found, a new [Execution][google.cloud.aiplatform.v1beta1.Execution] is created.
bool allow_missing = 3;getAllowMissing in interface UpdateExecutionRequestOrBuilderpublic UpdateExecutionRequest.Builder setAllowMissing(boolean value)
If set to true, and the [Execution][google.cloud.aiplatform.v1beta1.Execution] is not found, a new [Execution][google.cloud.aiplatform.v1beta1.Execution] is created.
bool allow_missing = 3;value - The allowMissing to set.public UpdateExecutionRequest.Builder clearAllowMissing()
If set to true, and the [Execution][google.cloud.aiplatform.v1beta1.Execution] is not found, a new [Execution][google.cloud.aiplatform.v1beta1.Execution] is created.
bool allow_missing = 3;public final UpdateExecutionRequest.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<UpdateExecutionRequest.Builder>public final UpdateExecutionRequest.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<UpdateExecutionRequest.Builder>Copyright © 2024 Google LLC. All rights reserved.