Class ReadFeatureValuesResponse.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderT>
com.google.protobuf.GeneratedMessage.Builder<ReadFeatureValuesResponse.Builder>
com.google.cloud.aiplatform.v1.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.GeneratedMessage.Builder<ReadFeatureValuesResponse.Builder> implements ReadFeatureValuesResponseOrBuilder
 Response message for
 [FeaturestoreOnlineServingService.ReadFeatureValues][google.cloud.aiplatform.v1.FeaturestoreOnlineServingService.ReadFeatureValues].
 
Protobuf type google.cloud.aiplatform.v1.ReadFeatureValuesResponse
  • 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.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.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.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
    • mergeFrom

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

       Response header.
       
      .google.cloud.aiplatform.v1.ReadFeatureValuesResponse.Header header = 1;
      Specified by:
      getHeader in interface ReadFeatureValuesResponseOrBuilder
      Returns:
      The header.
    • setHeader

       Response header.
       
      .google.cloud.aiplatform.v1.ReadFeatureValuesResponse.Header header = 1;
    • setHeader

       Response header.
       
      .google.cloud.aiplatform.v1.ReadFeatureValuesResponse.Header header = 1;
    • mergeHeader

       Response header.
       
      .google.cloud.aiplatform.v1.ReadFeatureValuesResponse.Header header = 1;
    • clearHeader

      public ReadFeatureValuesResponse.Builder clearHeader()
       Response header.
       
      .google.cloud.aiplatform.v1.ReadFeatureValuesResponse.Header header = 1;
    • getHeaderBuilder

      public ReadFeatureValuesResponse.Header.Builder getHeaderBuilder()
       Response header.
       
      .google.cloud.aiplatform.v1.ReadFeatureValuesResponse.Header header = 1;
    • getHeaderOrBuilder

      public ReadFeatureValuesResponse.HeaderOrBuilder getHeaderOrBuilder()
       Response header.
       
      .google.cloud.aiplatform.v1.ReadFeatureValuesResponse.Header header = 1;
      Specified by:
      getHeaderOrBuilder in interface ReadFeatureValuesResponseOrBuilder
    • 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

       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

       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

       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;
    • getEntityViewOrBuilder

      public ReadFeatureValuesResponse.EntityViewOrBuilder getEntityViewOrBuilder()
       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:
      getEntityViewOrBuilder in interface ReadFeatureValuesResponseOrBuilder