Class FeatureSelector.Builder (3.84.0)

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

Selector for Features of an EntityType.

Protobuf type google.cloud.aiplatform.v1beta1.FeatureSelector

Static Methods

getDescriptor()

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

Methods

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

clearIdMatcher()

public FeatureSelector.Builder clearIdMatcher()

Required. Matches Features based on ID.

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

Returns
Type Description
FeatureSelector.Builder

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.v1beta1.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.v1beta1.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.v1beta1.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.v1beta1.IdMatcher id_matcher = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

Whether the idMatcher field is set.

internalGetFieldAccessorTable()

protected GeneratedMessage.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.v1beta1.IdMatcher id_matcher = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value IdMatcher
Returns
Type Description
FeatureSelector.Builder

setIdMatcher(IdMatcher value)

public FeatureSelector.Builder setIdMatcher(IdMatcher value)

Required. Matches Features based on ID.

.google.cloud.aiplatform.v1beta1.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.v1beta1.IdMatcher id_matcher = 1 [(.google.api.field_behavior) = REQUIRED];

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