Package com.google.cloud.aiplatform.v1
Interface FeatureViewDataKeyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
FeatureViewDataKey,FeatureViewDataKey.Builder
@Generated
public interface FeatureViewDataKeyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionThe actual Entity ID will be composed from this struct.The actual Entity ID will be composed from this struct.getKey()String key to use for lookup.com.google.protobuf.ByteStringString key to use for lookup.booleanThe actual Entity ID will be composed from this struct.booleanhasKey()String key to use for lookup.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasKey
boolean hasKey()String key to use for lookup.
string key = 1;- Returns:
- Whether the key field is set.
-
getKey
String getKey()String key to use for lookup.
string key = 1;- Returns:
- The key.
-
getKeyBytes
com.google.protobuf.ByteString getKeyBytes()String key to use for lookup.
string key = 1;- Returns:
- The bytes for key.
-
hasCompositeKey
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:
- Whether the compositeKey field is set.
-
getCompositeKey
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:
- The compositeKey.
-
getCompositeKeyOrBuilder
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; -
getKeyOneofCase
FeatureViewDataKey.KeyOneofCase getKeyOneofCase()
-