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 Type
    Method
    Description
    The actual Entity ID will be composed from this struct.
    The actual Entity ID will be composed from this struct.
    String key to use for lookup.
    com.google.protobuf.ByteString
    String key to use for lookup.
     
    boolean
    The actual Entity ID will be composed from this struct.
    boolean
    String key to use for lookup.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods 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

       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