public static final class FeatureViewDataKey.CompositeKey.Builder extends GeneratedMessageV3.Builder<FeatureViewDataKey.CompositeKey.Builder> implements FeatureViewDataKey.CompositeKeyOrBuilder
ID that is comprised from several parts (columns).
Protobuf type google.cloud.aiplatform.v1beta1.FeatureViewDataKey.CompositeKey
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
public static final Descriptors.Descriptor getDescriptor()
Methods
public FeatureViewDataKey.CompositeKey.Builder addAllParts(Iterable<String> values)
Parts to construct Entity ID. Should match with the same ID columns as
defined in FeatureView in the same order.
repeated string parts = 1;
public FeatureViewDataKey.CompositeKey.Builder addParts(String value)
Parts to construct Entity ID. Should match with the same ID columns as
defined in FeatureView in the same order.
repeated string parts = 1;
Parameter |
Name |
Description |
value |
String
The parts to add.
|
public FeatureViewDataKey.CompositeKey.Builder addPartsBytes(ByteString value)
Parts to construct Entity ID. Should match with the same ID columns as
defined in FeatureView in the same order.
repeated string parts = 1;
Parameter |
Name |
Description |
value |
ByteString
The bytes of the parts to add.
|
public FeatureViewDataKey.CompositeKey.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
public FeatureViewDataKey.CompositeKey build()
public FeatureViewDataKey.CompositeKey buildPartial()
public FeatureViewDataKey.CompositeKey.Builder clear()
Overrides
public FeatureViewDataKey.CompositeKey.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
public FeatureViewDataKey.CompositeKey.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
public FeatureViewDataKey.CompositeKey.Builder clearParts()
Parts to construct Entity ID. Should match with the same ID columns as
defined in FeatureView in the same order.
repeated string parts = 1;
public FeatureViewDataKey.CompositeKey.Builder clone()
Overrides
public FeatureViewDataKey.CompositeKey getDefaultInstanceForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
public String getParts(int index)
Parts to construct Entity ID. Should match with the same ID columns as
defined in FeatureView in the same order.
repeated string parts = 1;
Parameter |
Name |
Description |
index |
int
The index of the element to return.
|
Returns |
Type |
Description |
String |
The parts at the given index.
|
public ByteString getPartsBytes(int index)
Parts to construct Entity ID. Should match with the same ID columns as
defined in FeatureView in the same order.
repeated string parts = 1;
Parameter |
Name |
Description |
index |
int
The index of the value to return.
|
Returns |
Type |
Description |
ByteString |
The bytes of the parts at the given index.
|
public int getPartsCount()
Parts to construct Entity ID. Should match with the same ID columns as
defined in FeatureView in the same order.
repeated string parts = 1;
Returns |
Type |
Description |
int |
The count of parts.
|
public ProtocolStringList getPartsList()
Parts to construct Entity ID. Should match with the same ID columns as
defined in FeatureView in the same order.
repeated string parts = 1;
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
public final boolean isInitialized()
Overrides
public FeatureViewDataKey.CompositeKey.Builder mergeFrom(FeatureViewDataKey.CompositeKey other)
public FeatureViewDataKey.CompositeKey.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
public FeatureViewDataKey.CompositeKey.Builder mergeFrom(Message other)
Parameter |
Name |
Description |
other |
Message
|
Overrides
public final FeatureViewDataKey.CompositeKey.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
public FeatureViewDataKey.CompositeKey.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
public FeatureViewDataKey.CompositeKey.Builder setParts(int index, String value)
Parts to construct Entity ID. Should match with the same ID columns as
defined in FeatureView in the same order.
repeated string parts = 1;
Parameters |
Name |
Description |
index |
int
The index to set the value at.
|
value |
String
The parts to set.
|
public FeatureViewDataKey.CompositeKey.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
public final FeatureViewDataKey.CompositeKey.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides