Interface FetchFeatureValuesResponse.FeatureNameValuePairList.FeatureNameValuePairOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
FetchFeatureValuesResponse.FeatureNameValuePairList.FeatureNameValuePair, FetchFeatureValuesResponse.FeatureNameValuePairList.FeatureNameValuePair.Builder
Enclosing class:
FetchFeatureValuesResponse.FeatureNameValuePairList

public static interface FetchFeatureValuesResponse.FeatureNameValuePairList.FeatureNameValuePairOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • hasValue

      boolean hasValue()
       Feature value.
       
      .google.cloud.aiplatform.v1.FeatureValue value = 2;
      Returns:
      Whether the value field is set.
    • getValue

      FeatureValue getValue()
       Feature value.
       
      .google.cloud.aiplatform.v1.FeatureValue value = 2;
      Returns:
      The value.
    • getValueOrBuilder

      FeatureValueOrBuilder getValueOrBuilder()
       Feature value.
       
      .google.cloud.aiplatform.v1.FeatureValue value = 2;
    • getName

      String getName()
       Feature short name.
       
      string name = 1;
      Returns:
      The name.
    • getNameBytes

      com.google.protobuf.ByteString getNameBytes()
       Feature short name.
       
      string name = 1;
      Returns:
      The bytes for name.
    • getDataCase