Class FeatureSelector.Builder (3.42.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
TypeDescription
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

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

build()

public FeatureSelector build()
Returns
TypeDescription
FeatureSelector

buildPartial()

public FeatureSelector buildPartial()
Returns
TypeDescription
FeatureSelector

clear()

public FeatureSelector.Builder clear()
Returns
TypeDescription
FeatureSelector.Builder
Overrides

clearField(Descriptors.FieldDescriptor field)

public FeatureSelector.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
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
TypeDescription
FeatureSelector.Builder

clearOneof(Descriptors.OneofDescriptor oneof)

public FeatureSelector.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
FeatureSelector.Builder
Overrides

clone()

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

getDefaultInstanceForType()

public FeatureSelector getDefaultInstanceForType()
Returns
TypeDescription
FeatureSelector

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
boolean

Whether the idMatcher field is set.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(FeatureSelector other)

public FeatureSelector.Builder mergeFrom(FeatureSelector other)
Parameter
NameDescription
otherFeatureSelector
Returns
TypeDescription
FeatureSelector.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

public FeatureSelector.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
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
NameDescription
valueIdMatcher
Returns
TypeDescription
FeatureSelector.Builder

mergeUnknownFields(UnknownFieldSet unknownFields)

public final FeatureSelector.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
FeatureSelector.Builder
Overrides

setField(Descriptors.FieldDescriptor field, Object value)

public FeatureSelector.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
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
NameDescription
valueIdMatcher
Returns
TypeDescription
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
NameDescription
builderForValueIdMatcher.Builder
Returns
TypeDescription
FeatureSelector.Builder

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

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

setUnknownFields(UnknownFieldSet unknownFields)

public final FeatureSelector.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
FeatureSelector.Builder
Overrides