Interface ReadFeatureValuesResponse.EntityView.DataOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
ReadFeatureValuesResponse.EntityView.Data, ReadFeatureValuesResponse.EntityView.Data.Builder
Enclosing class:
ReadFeatureValuesResponse.EntityView

public static interface ReadFeatureValuesResponse.EntityView.DataOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
     
    Feature value if a single value is requested.
    Feature value if a single value is requested.
    Feature values list if values, successive in time, are requested.
    Feature values list if values, successive in time, are requested.
    boolean
    Feature value if a single value is requested.
    boolean
    Feature values list if values, successive in time, are requested.

    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

    • hasValue

      boolean hasValue()
       Feature value if a single value is requested.
       
      .google.cloud.aiplatform.v1.FeatureValue value = 1;
      Returns:
      Whether the value field is set.
    • getValue

      FeatureValue getValue()
       Feature value if a single value is requested.
       
      .google.cloud.aiplatform.v1.FeatureValue value = 1;
      Returns:
      The value.
    • getValueOrBuilder

      FeatureValueOrBuilder getValueOrBuilder()
       Feature value if a single value is requested.
       
      .google.cloud.aiplatform.v1.FeatureValue value = 1;
    • hasValues

      boolean hasValues()
       Feature values list if values, successive in time, are requested.
       If the requested number of values is greater than the number of
       existing Feature values, nonexistent values are omitted instead of
       being returned as empty.
       
      .google.cloud.aiplatform.v1.FeatureValueList values = 2;
      Returns:
      Whether the values field is set.
    • getValues

      FeatureValueList getValues()
       Feature values list if values, successive in time, are requested.
       If the requested number of values is greater than the number of
       existing Feature values, nonexistent values are omitted instead of
       being returned as empty.
       
      .google.cloud.aiplatform.v1.FeatureValueList values = 2;
      Returns:
      The values.
    • getValuesOrBuilder

      FeatureValueListOrBuilder getValuesOrBuilder()
       Feature values list if values, successive in time, are requested.
       If the requested number of values is greater than the number of
       existing Feature values, nonexistent values are omitted instead of
       being returned as empty.
       
      .google.cloud.aiplatform.v1.FeatureValueList values = 2;
    • getDataCase