Class ReadFeatureValuesResponse.Builder

  • All Implemented Interfaces:
    ReadFeatureValuesResponseOrBuilder, com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable
    Enclosing class:
    ReadFeatureValuesResponse

    public static final class ReadFeatureValuesResponse.Builder
    extends com.google.protobuf.GeneratedMessageV3.Builder<ReadFeatureValuesResponse.Builder>
    implements ReadFeatureValuesResponseOrBuilder
     Response message for
     [FeaturestoreOnlineServingService.ReadFeatureValues][google.cloud.aiplatform.v1.FeaturestoreOnlineServingService.ReadFeatureValues].
     
    Protobuf type google.cloud.aiplatform.v1.ReadFeatureValuesResponse
    • 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.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.Builder>
      • getDefaultInstanceForType

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

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

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

        public ReadFeatureValuesResponse.Builder setRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                                  int index,
                                                                  Object value)
        Specified by:
        setRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        setRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<ReadFeatureValuesResponse.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.Builder>
      • mergeFrom

        public ReadFeatureValuesResponse.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.Builder>
        Throws:
        IOException
      • hasHeader

        public boolean hasHeader()
         Response header.
         
        .google.cloud.aiplatform.v1.ReadFeatureValuesResponse.Header header = 1;
        Specified by:
        hasHeader in interface ReadFeatureValuesResponseOrBuilder
        Returns:
        Whether the header field is set.
      • hasEntityView

        public boolean hasEntityView()
         Entity view with Feature values. This may be the entity in the
         Featurestore if values for all Features were requested, or a projection
         of the entity in the Featurestore if values for only some Features were
         requested.
         
        .google.cloud.aiplatform.v1.ReadFeatureValuesResponse.EntityView entity_view = 2;
        Specified by:
        hasEntityView in interface ReadFeatureValuesResponseOrBuilder
        Returns:
        Whether the entityView field is set.
      • getEntityView

        public ReadFeatureValuesResponse.EntityView getEntityView()
         Entity view with Feature values. This may be the entity in the
         Featurestore if values for all Features were requested, or a projection
         of the entity in the Featurestore if values for only some Features were
         requested.
         
        .google.cloud.aiplatform.v1.ReadFeatureValuesResponse.EntityView entity_view = 2;
        Specified by:
        getEntityView in interface ReadFeatureValuesResponseOrBuilder
        Returns:
        The entityView.
      • setEntityView

        public ReadFeatureValuesResponse.Builder setEntityView​(ReadFeatureValuesResponse.EntityView value)
         Entity view with Feature values. This may be the entity in the
         Featurestore if values for all Features were requested, or a projection
         of the entity in the Featurestore if values for only some Features were
         requested.
         
        .google.cloud.aiplatform.v1.ReadFeatureValuesResponse.EntityView entity_view = 2;
      • setEntityView

        public ReadFeatureValuesResponse.Builder setEntityView​(ReadFeatureValuesResponse.EntityView.Builder builderForValue)
         Entity view with Feature values. This may be the entity in the
         Featurestore if values for all Features were requested, or a projection
         of the entity in the Featurestore if values for only some Features were
         requested.
         
        .google.cloud.aiplatform.v1.ReadFeatureValuesResponse.EntityView entity_view = 2;
      • mergeEntityView

        public ReadFeatureValuesResponse.Builder mergeEntityView​(ReadFeatureValuesResponse.EntityView value)
         Entity view with Feature values. This may be the entity in the
         Featurestore if values for all Features were requested, or a projection
         of the entity in the Featurestore if values for only some Features were
         requested.
         
        .google.cloud.aiplatform.v1.ReadFeatureValuesResponse.EntityView entity_view = 2;
      • clearEntityView

        public ReadFeatureValuesResponse.Builder clearEntityView()
         Entity view with Feature values. This may be the entity in the
         Featurestore if values for all Features were requested, or a projection
         of the entity in the Featurestore if values for only some Features were
         requested.
         
        .google.cloud.aiplatform.v1.ReadFeatureValuesResponse.EntityView entity_view = 2;
      • getEntityViewBuilder

        public ReadFeatureValuesResponse.EntityView.Builder getEntityViewBuilder()
         Entity view with Feature values. This may be the entity in the
         Featurestore if values for all Features were requested, or a projection
         of the entity in the Featurestore if values for only some Features were
         requested.
         
        .google.cloud.aiplatform.v1.ReadFeatureValuesResponse.EntityView entity_view = 2;
      • setUnknownFields

        public final ReadFeatureValuesResponse.Builder setUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        setUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        setUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<ReadFeatureValuesResponse.Builder>
      • mergeUnknownFields

        public final ReadFeatureValuesResponse.Builder mergeUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        mergeUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        mergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<ReadFeatureValuesResponse.Builder>