Class FeatureViewDataKey (3.42.0)

public final class FeatureViewDataKey extends GeneratedMessageV3 implements FeatureViewDataKeyOrBuilder

Lookup key for a feature view.

Protobuf type google.cloud.aiplatform.v1.FeatureViewDataKey

Static Fields

COMPOSITE_KEY_FIELD_NUMBER

public static final int COMPOSITE_KEY_FIELD_NUMBER
Field Value
TypeDescription
int

KEY_FIELD_NUMBER

public static final int KEY_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static FeatureViewDataKey getDefaultInstance()
Returns
TypeDescription
FeatureViewDataKey

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

newBuilder()

public static FeatureViewDataKey.Builder newBuilder()
Returns
TypeDescription
FeatureViewDataKey.Builder

newBuilder(FeatureViewDataKey prototype)

public static FeatureViewDataKey.Builder newBuilder(FeatureViewDataKey prototype)
Parameter
NameDescription
prototypeFeatureViewDataKey
Returns
TypeDescription
FeatureViewDataKey.Builder

parseDelimitedFrom(InputStream input)

public static FeatureViewDataKey parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
FeatureViewDataKey
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static FeatureViewDataKey parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
FeatureViewDataKey
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static FeatureViewDataKey parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
FeatureViewDataKey
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static FeatureViewDataKey parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
FeatureViewDataKey
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static FeatureViewDataKey parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
FeatureViewDataKey
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static FeatureViewDataKey parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
FeatureViewDataKey
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static FeatureViewDataKey parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
FeatureViewDataKey
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static FeatureViewDataKey parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
FeatureViewDataKey
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static FeatureViewDataKey parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
FeatureViewDataKey
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static FeatureViewDataKey parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
FeatureViewDataKey
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static FeatureViewDataKey parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
FeatureViewDataKey
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static FeatureViewDataKey parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
FeatureViewDataKey
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

public static Parser<FeatureViewDataKey> parser()
Returns
TypeDescription
Parser<FeatureViewDataKey>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getCompositeKey()

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.v1.FeatureViewDataKey.CompositeKey composite_key = 2;

Returns
TypeDescription
FeatureViewDataKey.CompositeKey

The compositeKey.

getCompositeKeyOrBuilder()

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.v1.FeatureViewDataKey.CompositeKey composite_key = 2;

Returns
TypeDescription
FeatureViewDataKey.CompositeKeyOrBuilder

getDefaultInstanceForType()

public FeatureViewDataKey getDefaultInstanceForType()
Returns
TypeDescription
FeatureViewDataKey

getKey()

public String getKey()

String key to use for lookup.

string key = 1;

Returns
TypeDescription
String

The key.

getKeyBytes()

public ByteString getKeyBytes()

String key to use for lookup.

string key = 1;

Returns
TypeDescription
ByteString

The bytes for key.

getKeyOneofCase()

public FeatureViewDataKey.KeyOneofCase getKeyOneofCase()
Returns
TypeDescription
FeatureViewDataKey.KeyOneofCase

getParserForType()

public Parser<FeatureViewDataKey> getParserForType()
Returns
TypeDescription
Parser<FeatureViewDataKey>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

hasCompositeKey()

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.v1.FeatureViewDataKey.CompositeKey composite_key = 2;

Returns
TypeDescription
boolean

Whether the compositeKey field is set.

hasKey()

public boolean hasKey()

String key to use for lookup.

string key = 1;

Returns
TypeDescription
boolean

Whether the key field is set.

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

public FeatureViewDataKey.Builder newBuilderForType()
Returns
TypeDescription
FeatureViewDataKey.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected FeatureViewDataKey.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
FeatureViewDataKey.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

public FeatureViewDataKey.Builder toBuilder()
Returns
TypeDescription
FeatureViewDataKey.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides
Exceptions
TypeDescription
IOException