public static final class FeatureViewDataKey.Builder extends GeneratedMessageV3.Builder<FeatureViewDataKey.Builder> implements FeatureViewDataKeyOrBuilder
Lookup key for a feature view.
Protobuf type google.cloud.aiplatform.v1beta1.FeatureViewDataKey
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.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
public FeatureViewDataKey build()
public FeatureViewDataKey buildPartial()
public FeatureViewDataKey.Builder clear()
Overrides
public FeatureViewDataKey.Builder clearCompositeKey()
The actual Entity ID will be composed from this struct. This should match
with the way ID is defined in the FeatureView spec.
.google.cloud.aiplatform.v1beta1.FeatureViewDataKey.CompositeKey composite_key = 2;
public FeatureViewDataKey.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
public FeatureViewDataKey.Builder clearKey()
String key to use for lookup.
string key = 1;
public FeatureViewDataKey.Builder clearKeyOneof()
public FeatureViewDataKey.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
public FeatureViewDataKey.Builder clone()
Overrides
public FeatureViewDataKey.CompositeKey getCompositeKey()
The actual Entity ID will be composed from this struct. This should match
with the way ID is defined in the FeatureView spec.
.google.cloud.aiplatform.v1beta1.FeatureViewDataKey.CompositeKey composite_key = 2;
public FeatureViewDataKey.CompositeKey.Builder getCompositeKeyBuilder()
The actual Entity ID will be composed from this struct. This should match
with the way ID is defined in the FeatureView spec.
.google.cloud.aiplatform.v1beta1.FeatureViewDataKey.CompositeKey composite_key = 2;
public FeatureViewDataKey.CompositeKeyOrBuilder getCompositeKeyOrBuilder()
The actual Entity ID will be composed from this struct. This should match
with the way ID is defined in the FeatureView spec.
.google.cloud.aiplatform.v1beta1.FeatureViewDataKey.CompositeKey composite_key = 2;
public FeatureViewDataKey getDefaultInstanceForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
String key to use for lookup.
string key = 1;
Returns |
Type |
Description |
String |
The key.
|
public ByteString getKeyBytes()
String key to use for lookup.
string key = 1;
Returns |
Type |
Description |
ByteString |
The bytes for key.
|
public FeatureViewDataKey.KeyOneofCase getKeyOneofCase()
public boolean hasCompositeKey()
The actual Entity ID will be composed from this struct. This should match
with the way ID is defined in the FeatureView spec.
.google.cloud.aiplatform.v1beta1.FeatureViewDataKey.CompositeKey composite_key = 2;
Returns |
Type |
Description |
boolean |
Whether the compositeKey field is set.
|
String key to use for lookup.
string key = 1;
Returns |
Type |
Description |
boolean |
Whether the key field is set.
|
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
public final boolean isInitialized()
Overrides
public FeatureViewDataKey.Builder mergeCompositeKey(FeatureViewDataKey.CompositeKey value)
The actual Entity ID will be composed from this struct. This should match
with the way ID is defined in the FeatureView spec.
.google.cloud.aiplatform.v1beta1.FeatureViewDataKey.CompositeKey composite_key = 2;
public FeatureViewDataKey.Builder mergeFrom(FeatureViewDataKey other)
public FeatureViewDataKey.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
public FeatureViewDataKey.Builder mergeFrom(Message other)
Parameter |
Name |
Description |
other |
Message
|
Overrides
public final FeatureViewDataKey.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
public FeatureViewDataKey.Builder setCompositeKey(FeatureViewDataKey.CompositeKey value)
The actual Entity ID will be composed from this struct. This should match
with the way ID is defined in the FeatureView spec.
.google.cloud.aiplatform.v1beta1.FeatureViewDataKey.CompositeKey composite_key = 2;
public FeatureViewDataKey.Builder setCompositeKey(FeatureViewDataKey.CompositeKey.Builder builderForValue)
The actual Entity ID will be composed from this struct. This should match
with the way ID is defined in the FeatureView spec.
.google.cloud.aiplatform.v1beta1.FeatureViewDataKey.CompositeKey composite_key = 2;
public FeatureViewDataKey.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
public FeatureViewDataKey.Builder setKey(String value)
String key to use for lookup.
string key = 1;
Parameter |
Name |
Description |
value |
String
The key to set.
|
public FeatureViewDataKey.Builder setKeyBytes(ByteString value)
String key to use for lookup.
string key = 1;
Parameter |
Name |
Description |
value |
ByteString
The bytes for key to set.
|
public FeatureViewDataKey.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
public final FeatureViewDataKey.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides