public interface FeatureViewDataKeyOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
FeatureViewDataKey.CompositeKey |
getCompositeKey()
The actual Entity ID will be composed from this struct.
|
FeatureViewDataKey.CompositeKeyOrBuilder |
getCompositeKeyOrBuilder()
The actual Entity ID will be composed from this struct.
|
String |
getKey()
String key to use for lookup.
|
com.google.protobuf.ByteString |
getKeyBytes()
String key to use for lookup.
|
FeatureViewDataKey.KeyOneofCase |
getKeyOneofCase() |
boolean |
hasCompositeKey()
The actual Entity ID will be composed from this struct.
|
boolean |
hasKey()
String key to use for lookup.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasKey()
String key to use for lookup.
string key = 1;String getKey()
String key to use for lookup.
string key = 1;com.google.protobuf.ByteString getKeyBytes()
String key to use for lookup.
string key = 1;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;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;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;FeatureViewDataKey.KeyOneofCase getKeyOneofCase()
Copyright © 2024 Google LLC. All rights reserved.