Class UpdateFeatureGroupRequest.Builder (3.44.0)

public static final class UpdateFeatureGroupRequest.Builder extends GeneratedMessageV3.Builder<UpdateFeatureGroupRequest.Builder> implements UpdateFeatureGroupRequestOrBuilder

Request message for FeatureRegistryService.UpdateFeatureGroup.

Protobuf type google.cloud.aiplatform.v1.UpdateFeatureGroupRequest

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public UpdateFeatureGroupRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
UpdateFeatureGroupRequest.Builder
Overrides

build()

public UpdateFeatureGroupRequest build()
Returns
Type Description
UpdateFeatureGroupRequest

buildPartial()

public UpdateFeatureGroupRequest buildPartial()
Returns
Type Description
UpdateFeatureGroupRequest

clear()

public UpdateFeatureGroupRequest.Builder clear()
Returns
Type Description
UpdateFeatureGroupRequest.Builder
Overrides

clearFeatureGroup()

public UpdateFeatureGroupRequest.Builder clearFeatureGroup()

Required. The FeatureGroup's name field is used to identify the FeatureGroup to be updated. Format: projects/{project}/locations/{location}/featureGroups/{feature_group}

.google.cloud.aiplatform.v1.FeatureGroup feature_group = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
UpdateFeatureGroupRequest.Builder

clearField(Descriptors.FieldDescriptor field)

public UpdateFeatureGroupRequest.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Name Description
field FieldDescriptor
Returns
Type Description
UpdateFeatureGroupRequest.Builder
Overrides

clearOneof(Descriptors.OneofDescriptor oneof)

public UpdateFeatureGroupRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Name Description
oneof OneofDescriptor
Returns
Type Description
UpdateFeatureGroupRequest.Builder
Overrides

clearUpdateMask()

public UpdateFeatureGroupRequest.Builder clearUpdateMask()

Field mask is used to specify the fields to be overwritten in the FeatureGroup 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:

  • labels

.google.protobuf.FieldMask update_mask = 2;

Returns
Type Description
UpdateFeatureGroupRequest.Builder

clone()

public UpdateFeatureGroupRequest.Builder clone()
Returns
Type Description
UpdateFeatureGroupRequest.Builder
Overrides

getDefaultInstanceForType()

public UpdateFeatureGroupRequest getDefaultInstanceForType()
Returns
Type Description
UpdateFeatureGroupRequest

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getFeatureGroup()

public FeatureGroup getFeatureGroup()

Required. The FeatureGroup's name field is used to identify the FeatureGroup to be updated. Format: projects/{project}/locations/{location}/featureGroups/{feature_group}

.google.cloud.aiplatform.v1.FeatureGroup feature_group = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
FeatureGroup

The featureGroup.

getFeatureGroupBuilder()

public FeatureGroup.Builder getFeatureGroupBuilder()

Required. The FeatureGroup's name field is used to identify the FeatureGroup to be updated. Format: projects/{project}/locations/{location}/featureGroups/{feature_group}

.google.cloud.aiplatform.v1.FeatureGroup feature_group = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
FeatureGroup.Builder

getFeatureGroupOrBuilder()

public FeatureGroupOrBuilder getFeatureGroupOrBuilder()

Required. The FeatureGroup's name field is used to identify the FeatureGroup to be updated. Format: projects/{project}/locations/{location}/featureGroups/{feature_group}

.google.cloud.aiplatform.v1.FeatureGroup feature_group = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
FeatureGroupOrBuilder

getUpdateMask()

public FieldMask getUpdateMask()

Field mask is used to specify the fields to be overwritten in the FeatureGroup 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:

  • labels

.google.protobuf.FieldMask update_mask = 2;

Returns
Type Description
FieldMask

The updateMask.

getUpdateMaskBuilder()

public FieldMask.Builder getUpdateMaskBuilder()

Field mask is used to specify the fields to be overwritten in the FeatureGroup 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:

  • labels

.google.protobuf.FieldMask update_mask = 2;

Returns
Type Description
Builder

getUpdateMaskOrBuilder()

public FieldMaskOrBuilder getUpdateMaskOrBuilder()

Field mask is used to specify the fields to be overwritten in the FeatureGroup 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:

  • labels

.google.protobuf.FieldMask update_mask = 2;

Returns
Type Description
FieldMaskOrBuilder

hasFeatureGroup()

public boolean hasFeatureGroup()

Required. The FeatureGroup's name field is used to identify the FeatureGroup to be updated. Format: projects/{project}/locations/{location}/featureGroups/{feature_group}

.google.cloud.aiplatform.v1.FeatureGroup feature_group = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

Whether the featureGroup field is set.

hasUpdateMask()

public boolean hasUpdateMask()

Field mask is used to specify the fields to be overwritten in the FeatureGroup 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:

  • labels

.google.protobuf.FieldMask update_mask = 2;

Returns
Type Description
boolean

Whether the updateMask field is set.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFeatureGroup(FeatureGroup value)

public UpdateFeatureGroupRequest.Builder mergeFeatureGroup(FeatureGroup value)

Required. The FeatureGroup's name field is used to identify the FeatureGroup to be updated. Format: projects/{project}/locations/{location}/featureGroups/{feature_group}

.google.cloud.aiplatform.v1.FeatureGroup feature_group = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value FeatureGroup
Returns
Type Description
UpdateFeatureGroupRequest.Builder

mergeFrom(UpdateFeatureGroupRequest other)

public UpdateFeatureGroupRequest.Builder mergeFrom(UpdateFeatureGroupRequest other)
Parameter
Name Description
other UpdateFeatureGroupRequest
Returns
Type Description
UpdateFeatureGroupRequest.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public UpdateFeatureGroupRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
UpdateFeatureGroupRequest.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public UpdateFeatureGroupRequest.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
UpdateFeatureGroupRequest.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final UpdateFeatureGroupRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
UpdateFeatureGroupRequest.Builder
Overrides

mergeUpdateMask(FieldMask value)

public UpdateFeatureGroupRequest.Builder mergeUpdateMask(FieldMask value)

Field mask is used to specify the fields to be overwritten in the FeatureGroup 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:

  • labels

.google.protobuf.FieldMask update_mask = 2;

Parameter
Name Description
value FieldMask
Returns
Type Description
UpdateFeatureGroupRequest.Builder

setFeatureGroup(FeatureGroup value)

public UpdateFeatureGroupRequest.Builder setFeatureGroup(FeatureGroup value)

Required. The FeatureGroup's name field is used to identify the FeatureGroup to be updated. Format: projects/{project}/locations/{location}/featureGroups/{feature_group}

.google.cloud.aiplatform.v1.FeatureGroup feature_group = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value FeatureGroup
Returns
Type Description
UpdateFeatureGroupRequest.Builder

setFeatureGroup(FeatureGroup.Builder builderForValue)

public UpdateFeatureGroupRequest.Builder setFeatureGroup(FeatureGroup.Builder builderForValue)

Required. The FeatureGroup's name field is used to identify the FeatureGroup to be updated. Format: projects/{project}/locations/{location}/featureGroups/{feature_group}

.google.cloud.aiplatform.v1.FeatureGroup feature_group = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
builderForValue FeatureGroup.Builder
Returns
Type Description
UpdateFeatureGroupRequest.Builder

setField(Descriptors.FieldDescriptor field, Object value)

public UpdateFeatureGroupRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
UpdateFeatureGroupRequest.Builder
Overrides

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public UpdateFeatureGroupRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Name Description
field FieldDescriptor
index int
value Object
Returns
Type Description
UpdateFeatureGroupRequest.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final UpdateFeatureGroupRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
UpdateFeatureGroupRequest.Builder
Overrides

setUpdateMask(FieldMask value)

public UpdateFeatureGroupRequest.Builder setUpdateMask(FieldMask value)

Field mask is used to specify the fields to be overwritten in the FeatureGroup 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:

  • labels

.google.protobuf.FieldMask update_mask = 2;

Parameter
Name Description
value FieldMask
Returns
Type Description
UpdateFeatureGroupRequest.Builder

setUpdateMask(FieldMask.Builder builderForValue)

public UpdateFeatureGroupRequest.Builder setUpdateMask(FieldMask.Builder builderForValue)

Field mask is used to specify the fields to be overwritten in the FeatureGroup 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:

  • labels

.google.protobuf.FieldMask update_mask = 2;

Parameter
Name Description
builderForValue Builder
Returns
Type Description
UpdateFeatureGroupRequest.Builder