Class UpdateFeatureGroupRequest.Builder (3.88.0)

public static final class UpdateFeatureGroupRequest.Builder extends GeneratedMessage.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

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

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
  • description
  • big_query
  • big_query.entity_id_columns

.google.protobuf.FieldMask update_mask = 2;

Returns
Type Description
UpdateFeatureGroupRequest.Builder

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
  • description
  • big_query
  • big_query.entity_id_columns

.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
  • description
  • big_query
  • big_query.entity_id_columns

.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
  • description
  • big_query
  • big_query.entity_id_columns

.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
  • description
  • big_query
  • big_query.entity_id_columns

.google.protobuf.FieldMask update_mask = 2;

Returns
Type Description
boolean

Whether the updateMask field is set.

internalGetFieldAccessorTable()

protected GeneratedMessage.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

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
  • description
  • big_query
  • big_query.entity_id_columns

.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

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
  • description
  • big_query
  • big_query.entity_id_columns

.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
  • description
  • big_query
  • big_query.entity_id_columns

.google.protobuf.FieldMask update_mask = 2;

Parameter
Name Description
builderForValue Builder
Returns
Type Description
UpdateFeatureGroupRequest.Builder