Class ReadFeatureValuesResponse.EntityView.Builder

    • Method Detail

      • getDescriptor

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

        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.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.GeneratedMessageV3.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

        public ReadFeatureValuesResponse.EntityView 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
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<ReadFeatureValuesResponse.EntityView.Builder>
      • 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

        public List<ReadFeatureValuesResponse.EntityView.Data> 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

        public ReadFeatureValuesResponse.EntityView.Builder setData​(int index,
                                                                    ReadFeatureValuesResponse.EntityView.Data value)
         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

        public ReadFeatureValuesResponse.EntityView.Builder setData​(int index,
                                                                    ReadFeatureValuesResponse.EntityView.Data.Builder builderForValue)
         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

        public ReadFeatureValuesResponse.EntityView.Builder addData​(ReadFeatureValuesResponse.EntityView.Data value)
         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

        public ReadFeatureValuesResponse.EntityView.Builder addData​(int index,
                                                                    ReadFeatureValuesResponse.EntityView.Data value)
         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

        public ReadFeatureValuesResponse.EntityView.Builder addData​(ReadFeatureValuesResponse.EntityView.Data.Builder builderForValue)
         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

        public ReadFeatureValuesResponse.EntityView.Builder addData​(int index,
                                                                    ReadFeatureValuesResponse.EntityView.Data.Builder builderForValue)
         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

        public ReadFeatureValuesResponse.EntityView.Builder addAllData​(Iterable<? extends ReadFeatureValuesResponse.EntityView.Data> values)
         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

        public ReadFeatureValuesResponse.EntityView.Builder 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

        public ReadFeatureValuesResponse.EntityView.Data.Builder 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

        public List<ReadFeatureValuesResponse.EntityView.Data.Builder> 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;