public static final class UpdateEntityTypeRequest.Builder extends GeneratedMessageV3.Builder<UpdateEntityTypeRequest.Builder> implements UpdateEntityTypeRequestOrBuilder
Request message for FeaturestoreService.UpdateEntityType.
Protobuf type google.cloud.aiplatform.v1beta1.UpdateEntityTypeRequest
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
public static final Descriptors.Descriptor getDescriptor()
Returns
Methods
public UpdateEntityTypeRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Returns
Overrides
public UpdateEntityTypeRequest build()
Returns
public UpdateEntityTypeRequest buildPartial()
Returns
public UpdateEntityTypeRequest.Builder clear()
Returns
Overrides
public UpdateEntityTypeRequest.Builder clearEntityType()
Required. The EntityType's name
field is used to identify the EntityType to be
updated.
Format:
projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}
.google.cloud.aiplatform.v1beta1.EntityType entity_type = 1 [(.google.api.field_behavior) = REQUIRED];
Returns
public UpdateEntityTypeRequest.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Returns
Overrides
public UpdateEntityTypeRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Returns
Overrides
public UpdateEntityTypeRequest.Builder clearUpdateMask()
Field mask is used to specify the fields to be overwritten in the
EntityType resource by the update.
The fields specified in the update_mask are relative to the resource, not
the full request. A field will be overwritten if it is in the mask. If the
user does not provide a mask then only the non-empty fields present in the
request will be overwritten. Set the update_mask to *
to override all
fields.
Updatable fields:
description
labels
monitoring_config.snapshot_analysis.disabled
monitoring_config.snapshot_analysis.monitoring_interval_days
monitoring_config.snapshot_analysis.staleness_days
monitoring_config.import_features_analysis.state
monitoring_config.import_features_analysis.anomaly_detection_baseline
monitoring_config.numerical_threshold_config.value
monitoring_config.categorical_threshold_config.value
.google.protobuf.FieldMask update_mask = 2;
Returns
public UpdateEntityTypeRequest.Builder clone()
Returns
Overrides
public UpdateEntityTypeRequest getDefaultInstanceForType()
Returns
public Descriptors.Descriptor getDescriptorForType()
Returns
Overrides
public EntityType getEntityType()
Required. The EntityType's name
field is used to identify the EntityType to be
updated.
Format:
projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}
.google.cloud.aiplatform.v1beta1.EntityType entity_type = 1 [(.google.api.field_behavior) = REQUIRED];
Returns
public EntityType.Builder getEntityTypeBuilder()
Required. The EntityType's name
field is used to identify the EntityType to be
updated.
Format:
projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}
.google.cloud.aiplatform.v1beta1.EntityType entity_type = 1 [(.google.api.field_behavior) = REQUIRED];
Returns
public EntityTypeOrBuilder getEntityTypeOrBuilder()
Required. The EntityType's name
field is used to identify the EntityType to be
updated.
Format:
projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}
.google.cloud.aiplatform.v1beta1.EntityType entity_type = 1 [(.google.api.field_behavior) = REQUIRED];
Returns
public FieldMask getUpdateMask()
Field mask is used to specify the fields to be overwritten in the
EntityType resource by the update.
The fields specified in the update_mask are relative to the resource, not
the full request. A field will be overwritten if it is in the mask. If the
user does not provide a mask then only the non-empty fields present in the
request will be overwritten. Set the update_mask to *
to override all
fields.
Updatable fields:
description
labels
monitoring_config.snapshot_analysis.disabled
monitoring_config.snapshot_analysis.monitoring_interval_days
monitoring_config.snapshot_analysis.staleness_days
monitoring_config.import_features_analysis.state
monitoring_config.import_features_analysis.anomaly_detection_baseline
monitoring_config.numerical_threshold_config.value
monitoring_config.categorical_threshold_config.value
.google.protobuf.FieldMask update_mask = 2;
Returns
public FieldMask.Builder getUpdateMaskBuilder()
Field mask is used to specify the fields to be overwritten in the
EntityType resource by the update.
The fields specified in the update_mask are relative to the resource, not
the full request. A field will be overwritten if it is in the mask. If the
user does not provide a mask then only the non-empty fields present in the
request will be overwritten. Set the update_mask to *
to override all
fields.
Updatable fields:
description
labels
monitoring_config.snapshot_analysis.disabled
monitoring_config.snapshot_analysis.monitoring_interval_days
monitoring_config.snapshot_analysis.staleness_days
monitoring_config.import_features_analysis.state
monitoring_config.import_features_analysis.anomaly_detection_baseline
monitoring_config.numerical_threshold_config.value
monitoring_config.categorical_threshold_config.value
.google.protobuf.FieldMask update_mask = 2;
Returns
public FieldMaskOrBuilder getUpdateMaskOrBuilder()
Field mask is used to specify the fields to be overwritten in the
EntityType resource by the update.
The fields specified in the update_mask are relative to the resource, not
the full request. A field will be overwritten if it is in the mask. If the
user does not provide a mask then only the non-empty fields present in the
request will be overwritten. Set the update_mask to *
to override all
fields.
Updatable fields:
description
labels
monitoring_config.snapshot_analysis.disabled
monitoring_config.snapshot_analysis.monitoring_interval_days
monitoring_config.snapshot_analysis.staleness_days
monitoring_config.import_features_analysis.state
monitoring_config.import_features_analysis.anomaly_detection_baseline
monitoring_config.numerical_threshold_config.value
monitoring_config.categorical_threshold_config.value
.google.protobuf.FieldMask update_mask = 2;
Returns
public boolean hasEntityType()
Required. The EntityType's name
field is used to identify the EntityType to be
updated.
Format:
projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}
.google.cloud.aiplatform.v1beta1.EntityType entity_type = 1 [(.google.api.field_behavior) = REQUIRED];
Returns
Type | Description |
boolean | Whether the entityType field is set.
|
public boolean hasUpdateMask()
Field mask is used to specify the fields to be overwritten in the
EntityType resource by the update.
The fields specified in the update_mask are relative to the resource, not
the full request. A field will be overwritten if it is in the mask. If the
user does not provide a mask then only the non-empty fields present in the
request will be overwritten. Set the update_mask to *
to override all
fields.
Updatable fields:
description
labels
monitoring_config.snapshot_analysis.disabled
monitoring_config.snapshot_analysis.monitoring_interval_days
monitoring_config.snapshot_analysis.staleness_days
monitoring_config.import_features_analysis.state
monitoring_config.import_features_analysis.anomaly_detection_baseline
monitoring_config.numerical_threshold_config.value
monitoring_config.categorical_threshold_config.value
.google.protobuf.FieldMask update_mask = 2;
Returns
Type | Description |
boolean | Whether the updateMask field is set.
|
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
public final boolean isInitialized()
Returns
Overrides
public UpdateEntityTypeRequest.Builder mergeEntityType(EntityType value)
Required. The EntityType's name
field is used to identify the EntityType to be
updated.
Format:
projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}
.google.cloud.aiplatform.v1beta1.EntityType entity_type = 1 [(.google.api.field_behavior) = REQUIRED];
Parameter
Returns
public UpdateEntityTypeRequest.Builder mergeFrom(UpdateEntityTypeRequest other)
Parameter
Returns
public UpdateEntityTypeRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Overrides
Exceptions
public UpdateEntityTypeRequest.Builder mergeFrom(Message other)
Parameter
Returns
Overrides
public final UpdateEntityTypeRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Returns
Overrides
public UpdateEntityTypeRequest.Builder mergeUpdateMask(FieldMask value)
Field mask is used to specify the fields to be overwritten in the
EntityType resource by the update.
The fields specified in the update_mask are relative to the resource, not
the full request. A field will be overwritten if it is in the mask. If the
user does not provide a mask then only the non-empty fields present in the
request will be overwritten. Set the update_mask to *
to override all
fields.
Updatable fields:
description
labels
monitoring_config.snapshot_analysis.disabled
monitoring_config.snapshot_analysis.monitoring_interval_days
monitoring_config.snapshot_analysis.staleness_days
monitoring_config.import_features_analysis.state
monitoring_config.import_features_analysis.anomaly_detection_baseline
monitoring_config.numerical_threshold_config.value
monitoring_config.categorical_threshold_config.value
.google.protobuf.FieldMask update_mask = 2;
Parameter
Returns
public UpdateEntityTypeRequest.Builder setEntityType(EntityType value)
Required. The EntityType's name
field is used to identify the EntityType to be
updated.
Format:
projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}
.google.cloud.aiplatform.v1beta1.EntityType entity_type = 1 [(.google.api.field_behavior) = REQUIRED];
Parameter
Returns
public UpdateEntityTypeRequest.Builder setEntityType(EntityType.Builder builderForValue)
Required. The EntityType's name
field is used to identify the EntityType to be
updated.
Format:
projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}
.google.cloud.aiplatform.v1beta1.EntityType entity_type = 1 [(.google.api.field_behavior) = REQUIRED];
Parameter
Returns
public UpdateEntityTypeRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Returns
Overrides
public UpdateEntityTypeRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Returns
Overrides
public final UpdateEntityTypeRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Returns
Overrides
public UpdateEntityTypeRequest.Builder setUpdateMask(FieldMask value)
Field mask is used to specify the fields to be overwritten in the
EntityType resource by the update.
The fields specified in the update_mask are relative to the resource, not
the full request. A field will be overwritten if it is in the mask. If the
user does not provide a mask then only the non-empty fields present in the
request will be overwritten. Set the update_mask to *
to override all
fields.
Updatable fields:
description
labels
monitoring_config.snapshot_analysis.disabled
monitoring_config.snapshot_analysis.monitoring_interval_days
monitoring_config.snapshot_analysis.staleness_days
monitoring_config.import_features_analysis.state
monitoring_config.import_features_analysis.anomaly_detection_baseline
monitoring_config.numerical_threshold_config.value
monitoring_config.categorical_threshold_config.value
.google.protobuf.FieldMask update_mask = 2;
Parameter
Returns
public UpdateEntityTypeRequest.Builder setUpdateMask(FieldMask.Builder builderForValue)
Field mask is used to specify the fields to be overwritten in the
EntityType resource by the update.
The fields specified in the update_mask are relative to the resource, not
the full request. A field will be overwritten if it is in the mask. If the
user does not provide a mask then only the non-empty fields present in the
request will be overwritten. Set the update_mask to *
to override all
fields.
Updatable fields:
description
labels
monitoring_config.snapshot_analysis.disabled
monitoring_config.snapshot_analysis.monitoring_interval_days
monitoring_config.snapshot_analysis.staleness_days
monitoring_config.import_features_analysis.state
monitoring_config.import_features_analysis.anomaly_detection_baseline
monitoring_config.numerical_threshold_config.value
monitoring_config.categorical_threshold_config.value
.google.protobuf.FieldMask update_mask = 2;
Parameter
Name | Description |
builderForValue | Builder
|
Returns