Class FeatureSelector.Builder (3.44.0)

public static final class FeatureSelector.Builder extends GeneratedMessageV3.Builder<FeatureSelector.Builder> implements FeatureSelectorOrBuilder

Selector for Features of an EntityType.

Protobuf type google.cloud.aiplatform.v1.FeatureSelector

Static Methods

getDescriptor()

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

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

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

build()

public FeatureSelector build()
Returns
Type Description
FeatureSelector

buildPartial()

public FeatureSelector buildPartial()
Returns
Type Description
FeatureSelector

clear()

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

clearField(Descriptors.FieldDescriptor field)

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

clearIdMatcher()

public FeatureSelector.Builder clearIdMatcher()

Required. Matches Features based on ID.

.google.cloud.aiplatform.v1.IdMatcher id_matcher = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
FeatureSelector.Builder

clearOneof(Descriptors.OneofDescriptor oneof)

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

clone()

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

getDefaultInstanceForType()

public FeatureSelector getDefaultInstanceForType()
Returns
Type Description
FeatureSelector

getDescriptorForType()

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

getIdMatcher()

public IdMatcher getIdMatcher()

Required. Matches Features based on ID.

.google.cloud.aiplatform.v1.IdMatcher id_matcher = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
IdMatcher

The idMatcher.

getIdMatcherBuilder()

public IdMatcher.Builder getIdMatcherBuilder()

Required. Matches Features based on ID.

.google.cloud.aiplatform.v1.IdMatcher id_matcher = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
IdMatcher.Builder

getIdMatcherOrBuilder()

public IdMatcherOrBuilder getIdMatcherOrBuilder()

Required. Matches Features based on ID.

.google.cloud.aiplatform.v1.IdMatcher id_matcher = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
IdMatcherOrBuilder

hasIdMatcher()

public boolean hasIdMatcher()

Required. Matches Features based on ID.

.google.cloud.aiplatform.v1.IdMatcher id_matcher = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

Whether the idMatcher field is set.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(FeatureSelector other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

mergeIdMatcher(IdMatcher value)

public FeatureSelector.Builder mergeIdMatcher(IdMatcher value)

Required. Matches Features based on ID.

.google.cloud.aiplatform.v1.IdMatcher id_matcher = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value IdMatcher
Returns
Type Description
FeatureSelector.Builder

mergeUnknownFields(UnknownFieldSet unknownFields)

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

setField(Descriptors.FieldDescriptor field, Object value)

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

setIdMatcher(IdMatcher value)

public FeatureSelector.Builder setIdMatcher(IdMatcher value)

Required. Matches Features based on ID.

.google.cloud.aiplatform.v1.IdMatcher id_matcher = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value IdMatcher
Returns
Type Description
FeatureSelector.Builder

setIdMatcher(IdMatcher.Builder builderForValue)

public FeatureSelector.Builder setIdMatcher(IdMatcher.Builder builderForValue)

Required. Matches Features based on ID.

.google.cloud.aiplatform.v1.IdMatcher id_matcher = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
builderForValue IdMatcher.Builder
Returns
Type Description
FeatureSelector.Builder

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

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

setUnknownFields(UnknownFieldSet unknownFields)

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