Interface ReadFeatureValuesResponse.HeaderOrBuilder

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

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

    Modifier and Type
    Method
    Description
    The resource name of the EntityType from the [ReadFeatureValuesRequest][google.cloud.aiplatform.v1.ReadFeatureValuesRequest].
    com.google.protobuf.ByteString
    The resource name of the EntityType from the [ReadFeatureValuesRequest][google.cloud.aiplatform.v1.ReadFeatureValuesRequest].
    List of Feature metadata corresponding to each piece of [ReadFeatureValuesResponse.EntityView.data][google.cloud.aiplatform.v1.ReadFeatureValuesResponse.EntityView.data].
    int
    List of Feature metadata corresponding to each piece of [ReadFeatureValuesResponse.EntityView.data][google.cloud.aiplatform.v1.ReadFeatureValuesResponse.EntityView.data].
    List of Feature metadata corresponding to each piece of [ReadFeatureValuesResponse.EntityView.data][google.cloud.aiplatform.v1.ReadFeatureValuesResponse.EntityView.data].
    List of Feature metadata corresponding to each piece of [ReadFeatureValuesResponse.EntityView.data][google.cloud.aiplatform.v1.ReadFeatureValuesResponse.EntityView.data].
    List of Feature metadata corresponding to each piece of [ReadFeatureValuesResponse.EntityView.data][google.cloud.aiplatform.v1.ReadFeatureValuesResponse.EntityView.data].

    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

    • getEntityType

      String getEntityType()
       The resource name of the EntityType from the
       [ReadFeatureValuesRequest][google.cloud.aiplatform.v1.ReadFeatureValuesRequest].
       Value format:
       `projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entityType}`.
       
      string entity_type = 1 [(.google.api.resource_reference) = { ... }
      Returns:
      The entityType.
    • getEntityTypeBytes

      com.google.protobuf.ByteString getEntityTypeBytes()
       The resource name of the EntityType from the
       [ReadFeatureValuesRequest][google.cloud.aiplatform.v1.ReadFeatureValuesRequest].
       Value format:
       `projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entityType}`.
       
      string entity_type = 1 [(.google.api.resource_reference) = { ... }
      Returns:
      The bytes for entityType.
    • getFeatureDescriptorsList

       List of Feature metadata corresponding to each piece of
       [ReadFeatureValuesResponse.EntityView.data][google.cloud.aiplatform.v1.ReadFeatureValuesResponse.EntityView.data].
       
      repeated .google.cloud.aiplatform.v1.ReadFeatureValuesResponse.FeatureDescriptor feature_descriptors = 2;
    • getFeatureDescriptors

      ReadFeatureValuesResponse.FeatureDescriptor getFeatureDescriptors(int index)
       List of Feature metadata corresponding to each piece of
       [ReadFeatureValuesResponse.EntityView.data][google.cloud.aiplatform.v1.ReadFeatureValuesResponse.EntityView.data].
       
      repeated .google.cloud.aiplatform.v1.ReadFeatureValuesResponse.FeatureDescriptor feature_descriptors = 2;
    • getFeatureDescriptorsCount

      int getFeatureDescriptorsCount()
       List of Feature metadata corresponding to each piece of
       [ReadFeatureValuesResponse.EntityView.data][google.cloud.aiplatform.v1.ReadFeatureValuesResponse.EntityView.data].
       
      repeated .google.cloud.aiplatform.v1.ReadFeatureValuesResponse.FeatureDescriptor feature_descriptors = 2;
    • getFeatureDescriptorsOrBuilderList

      List<? extends ReadFeatureValuesResponse.FeatureDescriptorOrBuilder> getFeatureDescriptorsOrBuilderList()
       List of Feature metadata corresponding to each piece of
       [ReadFeatureValuesResponse.EntityView.data][google.cloud.aiplatform.v1.ReadFeatureValuesResponse.EntityView.data].
       
      repeated .google.cloud.aiplatform.v1.ReadFeatureValuesResponse.FeatureDescriptor feature_descriptors = 2;
    • getFeatureDescriptorsOrBuilder

      ReadFeatureValuesResponse.FeatureDescriptorOrBuilder getFeatureDescriptorsOrBuilder(int index)
       List of Feature metadata corresponding to each piece of
       [ReadFeatureValuesResponse.EntityView.data][google.cloud.aiplatform.v1.ReadFeatureValuesResponse.EntityView.data].
       
      repeated .google.cloud.aiplatform.v1.ReadFeatureValuesResponse.FeatureDescriptor feature_descriptors = 2;