Class ReadFeatureValuesResponse.EntityView.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderT>
com.google.protobuf.GeneratedMessage.Builder<ReadFeatureValuesResponse.EntityView.Builder>
com.google.cloud.aiplatform.v1.ReadFeatureValuesResponse.EntityView.Builder
All Implemented Interfaces:
ReadFeatureValuesResponse.EntityViewOrBuilder, com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable
Enclosing class:
ReadFeatureValuesResponse.EntityView

public static final class ReadFeatureValuesResponse.EntityView.Builder extends com.google.protobuf.GeneratedMessage.Builder<ReadFeatureValuesResponse.EntityView.Builder> implements ReadFeatureValuesResponse.EntityViewOrBuilder
 Entity view with Feature values.
 
Protobuf type google.cloud.aiplatform.v1.ReadFeatureValuesResponse.EntityView
  • Method Details

    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage.Builder<ReadFeatureValuesResponse.EntityView.Builder>
    • clear

      Specified by:
      clear in interface com.google.protobuf.Message.Builder
      Specified by:
      clear in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      clear in class com.google.protobuf.GeneratedMessage.Builder<ReadFeatureValuesResponse.EntityView.Builder>
    • getDescriptorForType

      public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
      Specified by:
      getDescriptorForType in interface com.google.protobuf.Message.Builder
      Specified by:
      getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
      Overrides:
      getDescriptorForType in class com.google.protobuf.GeneratedMessage.Builder<ReadFeatureValuesResponse.EntityView.Builder>
    • getDefaultInstanceForType

      public ReadFeatureValuesResponse.EntityView getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
    • build

      Specified by:
      build in interface com.google.protobuf.Message.Builder
      Specified by:
      build in interface com.google.protobuf.MessageLite.Builder
    • buildPartial

      public ReadFeatureValuesResponse.EntityView buildPartial()
      Specified by:
      buildPartial in interface com.google.protobuf.Message.Builder
      Specified by:
      buildPartial in interface com.google.protobuf.MessageLite.Builder
    • mergeFrom

      public ReadFeatureValuesResponse.EntityView.Builder mergeFrom(com.google.protobuf.Message other)
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<ReadFeatureValuesResponse.EntityView.Builder>
    • mergeFrom

    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessage.Builder<ReadFeatureValuesResponse.EntityView.Builder>
    • mergeFrom

      public ReadFeatureValuesResponse.EntityView.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Specified by:
      mergeFrom in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<ReadFeatureValuesResponse.EntityView.Builder>
      Throws:
      IOException
    • getEntityId

      public String getEntityId()
       ID of the requested entity.
       
      string entity_id = 1;
      Specified by:
      getEntityId in interface ReadFeatureValuesResponse.EntityViewOrBuilder
      Returns:
      The entityId.
    • getEntityIdBytes

      public com.google.protobuf.ByteString getEntityIdBytes()
       ID of the requested entity.
       
      string entity_id = 1;
      Specified by:
      getEntityIdBytes in interface ReadFeatureValuesResponse.EntityViewOrBuilder
      Returns:
      The bytes for entityId.
    • setEntityId

       ID of the requested entity.
       
      string entity_id = 1;
      Parameters:
      value - The entityId to set.
      Returns:
      This builder for chaining.
    • clearEntityId

       ID of the requested entity.
       
      string entity_id = 1;
      Returns:
      This builder for chaining.
    • setEntityIdBytes

      public ReadFeatureValuesResponse.EntityView.Builder setEntityIdBytes(com.google.protobuf.ByteString value)
       ID of the requested entity.
       
      string entity_id = 1;
      Parameters:
      value - The bytes for entityId to set.
      Returns:
      This builder for chaining.
    • getDataList

       Each piece of data holds the k
       requested values for one requested Feature. If no values
       for the requested Feature exist, the corresponding cell will be empty.
       This has the same size and is in the same order as the features from the
       header
       [ReadFeatureValuesResponse.header][google.cloud.aiplatform.v1.ReadFeatureValuesResponse.header].
       
      repeated .google.cloud.aiplatform.v1.ReadFeatureValuesResponse.EntityView.Data data = 2;
      Specified by:
      getDataList in interface ReadFeatureValuesResponse.EntityViewOrBuilder
    • getDataCount

      public int getDataCount()
       Each piece of data holds the k
       requested values for one requested Feature. If no values
       for the requested Feature exist, the corresponding cell will be empty.
       This has the same size and is in the same order as the features from the
       header
       [ReadFeatureValuesResponse.header][google.cloud.aiplatform.v1.ReadFeatureValuesResponse.header].
       
      repeated .google.cloud.aiplatform.v1.ReadFeatureValuesResponse.EntityView.Data data = 2;
      Specified by:
      getDataCount in interface ReadFeatureValuesResponse.EntityViewOrBuilder
    • getData

      public ReadFeatureValuesResponse.EntityView.Data getData(int index)
       Each piece of data holds the k
       requested values for one requested Feature. If no values
       for the requested Feature exist, the corresponding cell will be empty.
       This has the same size and is in the same order as the features from the
       header
       [ReadFeatureValuesResponse.header][google.cloud.aiplatform.v1.ReadFeatureValuesResponse.header].
       
      repeated .google.cloud.aiplatform.v1.ReadFeatureValuesResponse.EntityView.Data data = 2;
      Specified by:
      getData in interface ReadFeatureValuesResponse.EntityViewOrBuilder
    • setData

       Each piece of data holds the k
       requested values for one requested Feature. If no values
       for the requested Feature exist, the corresponding cell will be empty.
       This has the same size and is in the same order as the features from the
       header
       [ReadFeatureValuesResponse.header][google.cloud.aiplatform.v1.ReadFeatureValuesResponse.header].
       
      repeated .google.cloud.aiplatform.v1.ReadFeatureValuesResponse.EntityView.Data data = 2;
    • setData

       Each piece of data holds the k
       requested values for one requested Feature. If no values
       for the requested Feature exist, the corresponding cell will be empty.
       This has the same size and is in the same order as the features from the
       header
       [ReadFeatureValuesResponse.header][google.cloud.aiplatform.v1.ReadFeatureValuesResponse.header].
       
      repeated .google.cloud.aiplatform.v1.ReadFeatureValuesResponse.EntityView.Data data = 2;
    • addData

       Each piece of data holds the k
       requested values for one requested Feature. If no values
       for the requested Feature exist, the corresponding cell will be empty.
       This has the same size and is in the same order as the features from the
       header
       [ReadFeatureValuesResponse.header][google.cloud.aiplatform.v1.ReadFeatureValuesResponse.header].
       
      repeated .google.cloud.aiplatform.v1.ReadFeatureValuesResponse.EntityView.Data data = 2;
    • addData

       Each piece of data holds the k
       requested values for one requested Feature. If no values
       for the requested Feature exist, the corresponding cell will be empty.
       This has the same size and is in the same order as the features from the
       header
       [ReadFeatureValuesResponse.header][google.cloud.aiplatform.v1.ReadFeatureValuesResponse.header].
       
      repeated .google.cloud.aiplatform.v1.ReadFeatureValuesResponse.EntityView.Data data = 2;
    • addData

       Each piece of data holds the k
       requested values for one requested Feature. If no values
       for the requested Feature exist, the corresponding cell will be empty.
       This has the same size and is in the same order as the features from the
       header
       [ReadFeatureValuesResponse.header][google.cloud.aiplatform.v1.ReadFeatureValuesResponse.header].
       
      repeated .google.cloud.aiplatform.v1.ReadFeatureValuesResponse.EntityView.Data data = 2;
    • addData

       Each piece of data holds the k
       requested values for one requested Feature. If no values
       for the requested Feature exist, the corresponding cell will be empty.
       This has the same size and is in the same order as the features from the
       header
       [ReadFeatureValuesResponse.header][google.cloud.aiplatform.v1.ReadFeatureValuesResponse.header].
       
      repeated .google.cloud.aiplatform.v1.ReadFeatureValuesResponse.EntityView.Data data = 2;
    • addAllData

       Each piece of data holds the k
       requested values for one requested Feature. If no values
       for the requested Feature exist, the corresponding cell will be empty.
       This has the same size and is in the same order as the features from the
       header
       [ReadFeatureValuesResponse.header][google.cloud.aiplatform.v1.ReadFeatureValuesResponse.header].
       
      repeated .google.cloud.aiplatform.v1.ReadFeatureValuesResponse.EntityView.Data data = 2;
    • clearData

       Each piece of data holds the k
       requested values for one requested Feature. If no values
       for the requested Feature exist, the corresponding cell will be empty.
       This has the same size and is in the same order as the features from the
       header
       [ReadFeatureValuesResponse.header][google.cloud.aiplatform.v1.ReadFeatureValuesResponse.header].
       
      repeated .google.cloud.aiplatform.v1.ReadFeatureValuesResponse.EntityView.Data data = 2;
    • removeData

      public ReadFeatureValuesResponse.EntityView.Builder removeData(int index)
       Each piece of data holds the k
       requested values for one requested Feature. If no values
       for the requested Feature exist, the corresponding cell will be empty.
       This has the same size and is in the same order as the features from the
       header
       [ReadFeatureValuesResponse.header][google.cloud.aiplatform.v1.ReadFeatureValuesResponse.header].
       
      repeated .google.cloud.aiplatform.v1.ReadFeatureValuesResponse.EntityView.Data data = 2;
    • getDataBuilder

      public ReadFeatureValuesResponse.EntityView.Data.Builder getDataBuilder(int index)
       Each piece of data holds the k
       requested values for one requested Feature. If no values
       for the requested Feature exist, the corresponding cell will be empty.
       This has the same size and is in the same order as the features from the
       header
       [ReadFeatureValuesResponse.header][google.cloud.aiplatform.v1.ReadFeatureValuesResponse.header].
       
      repeated .google.cloud.aiplatform.v1.ReadFeatureValuesResponse.EntityView.Data data = 2;
    • getDataOrBuilder

      public ReadFeatureValuesResponse.EntityView.DataOrBuilder getDataOrBuilder(int index)
       Each piece of data holds the k
       requested values for one requested Feature. If no values
       for the requested Feature exist, the corresponding cell will be empty.
       This has the same size and is in the same order as the features from the
       header
       [ReadFeatureValuesResponse.header][google.cloud.aiplatform.v1.ReadFeatureValuesResponse.header].
       
      repeated .google.cloud.aiplatform.v1.ReadFeatureValuesResponse.EntityView.Data data = 2;
      Specified by:
      getDataOrBuilder in interface ReadFeatureValuesResponse.EntityViewOrBuilder
    • getDataOrBuilderList

      public List<? extends ReadFeatureValuesResponse.EntityView.DataOrBuilder> getDataOrBuilderList()
       Each piece of data holds the k
       requested values for one requested Feature. If no values
       for the requested Feature exist, the corresponding cell will be empty.
       This has the same size and is in the same order as the features from the
       header
       [ReadFeatureValuesResponse.header][google.cloud.aiplatform.v1.ReadFeatureValuesResponse.header].
       
      repeated .google.cloud.aiplatform.v1.ReadFeatureValuesResponse.EntityView.Data data = 2;
      Specified by:
      getDataOrBuilderList in interface ReadFeatureValuesResponse.EntityViewOrBuilder
    • addDataBuilder

       Each piece of data holds the k
       requested values for one requested Feature. If no values
       for the requested Feature exist, the corresponding cell will be empty.
       This has the same size and is in the same order as the features from the
       header
       [ReadFeatureValuesResponse.header][google.cloud.aiplatform.v1.ReadFeatureValuesResponse.header].
       
      repeated .google.cloud.aiplatform.v1.ReadFeatureValuesResponse.EntityView.Data data = 2;
    • addDataBuilder

      public ReadFeatureValuesResponse.EntityView.Data.Builder addDataBuilder(int index)
       Each piece of data holds the k
       requested values for one requested Feature. If no values
       for the requested Feature exist, the corresponding cell will be empty.
       This has the same size and is in the same order as the features from the
       header
       [ReadFeatureValuesResponse.header][google.cloud.aiplatform.v1.ReadFeatureValuesResponse.header].
       
      repeated .google.cloud.aiplatform.v1.ReadFeatureValuesResponse.EntityView.Data data = 2;
    • getDataBuilderList

       Each piece of data holds the k
       requested values for one requested Feature. If no values
       for the requested Feature exist, the corresponding cell will be empty.
       This has the same size and is in the same order as the features from the
       header
       [ReadFeatureValuesResponse.header][google.cloud.aiplatform.v1.ReadFeatureValuesResponse.header].
       
      repeated .google.cloud.aiplatform.v1.ReadFeatureValuesResponse.EntityView.Data data = 2;