Package com.google.cloud.aiplatform.v1
Interface FeatureViewDataKey.CompositeKeyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
FeatureViewDataKey.CompositeKey,FeatureViewDataKey.CompositeKey.Builder
- Enclosing class:
- FeatureViewDataKey
public static interface FeatureViewDataKey.CompositeKeyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetParts(int index) Parts to construct Entity ID.com.google.protobuf.ByteStringgetPartsBytes(int index) Parts to construct Entity ID.intParts to construct Entity ID.Parts to construct Entity ID.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
-
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;- Returns:
- A list containing the parts.
-
getPartsCount
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:
- The count of parts.
-
getParts
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:
index- The index of the element to return.- Returns:
- The parts at the given index.
-
getPartsBytes
com.google.protobuf.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;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the parts at the given index.
-