Class UpdateFeatureGroupRequest.Builder (3.42.0)

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

Request message for FeatureRegistryService.UpdateFeatureGroup.

Protobuf type google.cloud.aiplatform.v1beta1.UpdateFeatureGroupRequest

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public UpdateFeatureGroupRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
UpdateFeatureGroupRequest.Builder
Overrides

build()

public UpdateFeatureGroupRequest build()
Returns
TypeDescription
UpdateFeatureGroupRequest

buildPartial()

public UpdateFeatureGroupRequest buildPartial()
Returns
TypeDescription
UpdateFeatureGroupRequest

clear()

public UpdateFeatureGroupRequest.Builder clear()
Returns
TypeDescription
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.v1beta1.FeatureGroup feature_group = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
UpdateFeatureGroupRequest.Builder

clearField(Descriptors.FieldDescriptor field)

public UpdateFeatureGroupRequest.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
UpdateFeatureGroupRequest.Builder
Overrides

clearOneof(Descriptors.OneofDescriptor oneof)

public UpdateFeatureGroupRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
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
TypeDescription
UpdateFeatureGroupRequest.Builder

clone()

public UpdateFeatureGroupRequest.Builder clone()
Returns
TypeDescription
UpdateFeatureGroupRequest.Builder
Overrides

getDefaultInstanceForType()

public UpdateFeatureGroupRequest getDefaultInstanceForType()
Returns
TypeDescription
UpdateFeatureGroupRequest

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
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.v1beta1.FeatureGroup feature_group = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
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.v1beta1.FeatureGroup feature_group = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
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.v1beta1.FeatureGroup feature_group = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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.v1beta1.FeatureGroup feature_group = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
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
TypeDescription
boolean

Whether the updateMask field is set.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
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.v1beta1.FeatureGroup feature_group = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
valueFeatureGroup
Returns
TypeDescription
UpdateFeatureGroupRequest.Builder

mergeFrom(UpdateFeatureGroupRequest other)

public UpdateFeatureGroupRequest.Builder mergeFrom(UpdateFeatureGroupRequest other)
Parameter
NameDescription
otherUpdateFeatureGroupRequest
Returns
TypeDescription
UpdateFeatureGroupRequest.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public UpdateFeatureGroupRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
UpdateFeatureGroupRequest.Builder
Overrides
Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public UpdateFeatureGroupRequest.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
UpdateFeatureGroupRequest.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final UpdateFeatureGroupRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
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
NameDescription
valueFieldMask
Returns
TypeDescription
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.v1beta1.FeatureGroup feature_group = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
valueFeatureGroup
Returns
TypeDescription
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.v1beta1.FeatureGroup feature_group = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
builderForValueFeatureGroup.Builder
Returns
TypeDescription
UpdateFeatureGroupRequest.Builder

setField(Descriptors.FieldDescriptor field, Object value)

public UpdateFeatureGroupRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
UpdateFeatureGroupRequest.Builder
Overrides

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

public UpdateFeatureGroupRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
UpdateFeatureGroupRequest.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final UpdateFeatureGroupRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
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
NameDescription
valueFieldMask
Returns
TypeDescription
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
NameDescription
builderForValueBuilder
Returns
TypeDescription
UpdateFeatureGroupRequest.Builder