Class FetchFeatureValuesResponse.Builder

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

public static final class FetchFeatureValuesResponse.Builder extends com.google.protobuf.GeneratedMessage.Builder<FetchFeatureValuesResponse.Builder> implements FetchFeatureValuesResponseOrBuilder
 Response message for
 [FeatureOnlineStoreService.FetchFeatureValues][google.cloud.aiplatform.v1beta1.FeatureOnlineStoreService.FetchFeatureValues]
 
Protobuf type google.cloud.aiplatform.v1beta1.FetchFeatureValuesResponse
  • 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<FetchFeatureValuesResponse.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<FetchFeatureValuesResponse.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<FetchFeatureValuesResponse.Builder>
    • getDefaultInstanceForType

      public FetchFeatureValuesResponse 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 FetchFeatureValuesResponse buildPartial()
      Specified by:
      buildPartial in interface com.google.protobuf.Message.Builder
      Specified by:
      buildPartial in interface com.google.protobuf.MessageLite.Builder
    • mergeFrom

      public FetchFeatureValuesResponse.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<FetchFeatureValuesResponse.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<FetchFeatureValuesResponse.Builder>
    • mergeFrom

      public FetchFeatureValuesResponse.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<FetchFeatureValuesResponse.Builder>
      Throws:
      IOException
    • getFormatCase

      public FetchFeatureValuesResponse.FormatCase getFormatCase()
      Specified by:
      getFormatCase in interface FetchFeatureValuesResponseOrBuilder
    • clearFormat

      public FetchFeatureValuesResponse.Builder clearFormat()
    • hasKeyValues

      public boolean hasKeyValues()
       Feature values in KeyValue format.
       
      .google.cloud.aiplatform.v1beta1.FetchFeatureValuesResponse.FeatureNameValuePairList key_values = 3;
      Specified by:
      hasKeyValues in interface FetchFeatureValuesResponseOrBuilder
      Returns:
      Whether the keyValues field is set.
    • getKeyValues

       Feature values in KeyValue format.
       
      .google.cloud.aiplatform.v1beta1.FetchFeatureValuesResponse.FeatureNameValuePairList key_values = 3;
      Specified by:
      getKeyValues in interface FetchFeatureValuesResponseOrBuilder
      Returns:
      The keyValues.
    • setKeyValues

       Feature values in KeyValue format.
       
      .google.cloud.aiplatform.v1beta1.FetchFeatureValuesResponse.FeatureNameValuePairList key_values = 3;
    • setKeyValues

       Feature values in KeyValue format.
       
      .google.cloud.aiplatform.v1beta1.FetchFeatureValuesResponse.FeatureNameValuePairList key_values = 3;
    • mergeKeyValues

       Feature values in KeyValue format.
       
      .google.cloud.aiplatform.v1beta1.FetchFeatureValuesResponse.FeatureNameValuePairList key_values = 3;
    • clearKeyValues

      public FetchFeatureValuesResponse.Builder clearKeyValues()
       Feature values in KeyValue format.
       
      .google.cloud.aiplatform.v1beta1.FetchFeatureValuesResponse.FeatureNameValuePairList key_values = 3;
    • getKeyValuesBuilder

       Feature values in KeyValue format.
       
      .google.cloud.aiplatform.v1beta1.FetchFeatureValuesResponse.FeatureNameValuePairList key_values = 3;
    • getKeyValuesOrBuilder

       Feature values in KeyValue format.
       
      .google.cloud.aiplatform.v1beta1.FetchFeatureValuesResponse.FeatureNameValuePairList key_values = 3;
      Specified by:
      getKeyValuesOrBuilder in interface FetchFeatureValuesResponseOrBuilder
    • hasProtoStruct

      public boolean hasProtoStruct()
       Feature values in proto Struct format.
       
      .google.protobuf.Struct proto_struct = 2;
      Specified by:
      hasProtoStruct in interface FetchFeatureValuesResponseOrBuilder
      Returns:
      Whether the protoStruct field is set.
    • getProtoStruct

      public com.google.protobuf.Struct getProtoStruct()
       Feature values in proto Struct format.
       
      .google.protobuf.Struct proto_struct = 2;
      Specified by:
      getProtoStruct in interface FetchFeatureValuesResponseOrBuilder
      Returns:
      The protoStruct.
    • setProtoStruct

      public FetchFeatureValuesResponse.Builder setProtoStruct(com.google.protobuf.Struct value)
       Feature values in proto Struct format.
       
      .google.protobuf.Struct proto_struct = 2;
    • setProtoStruct

      public FetchFeatureValuesResponse.Builder setProtoStruct(com.google.protobuf.Struct.Builder builderForValue)
       Feature values in proto Struct format.
       
      .google.protobuf.Struct proto_struct = 2;
    • mergeProtoStruct

      public FetchFeatureValuesResponse.Builder mergeProtoStruct(com.google.protobuf.Struct value)
       Feature values in proto Struct format.
       
      .google.protobuf.Struct proto_struct = 2;
    • clearProtoStruct

      public FetchFeatureValuesResponse.Builder clearProtoStruct()
       Feature values in proto Struct format.
       
      .google.protobuf.Struct proto_struct = 2;
    • getProtoStructBuilder

      public com.google.protobuf.Struct.Builder getProtoStructBuilder()
       Feature values in proto Struct format.
       
      .google.protobuf.Struct proto_struct = 2;
    • getProtoStructOrBuilder

      public com.google.protobuf.StructOrBuilder getProtoStructOrBuilder()
       Feature values in proto Struct format.
       
      .google.protobuf.Struct proto_struct = 2;
      Specified by:
      getProtoStructOrBuilder in interface FetchFeatureValuesResponseOrBuilder
    • hasDataKey

      public boolean hasDataKey()
       The data key associated with this response.
       Will only be populated for
       [FeatureOnlineStoreService.StreamingFetchFeatureValues][google.cloud.aiplatform.v1beta1.FeatureOnlineStoreService.StreamingFetchFeatureValues]
       RPCs.
       
      .google.cloud.aiplatform.v1beta1.FeatureViewDataKey data_key = 4;
      Specified by:
      hasDataKey in interface FetchFeatureValuesResponseOrBuilder
      Returns:
      Whether the dataKey field is set.
    • getDataKey

      public FeatureViewDataKey getDataKey()
       The data key associated with this response.
       Will only be populated for
       [FeatureOnlineStoreService.StreamingFetchFeatureValues][google.cloud.aiplatform.v1beta1.FeatureOnlineStoreService.StreamingFetchFeatureValues]
       RPCs.
       
      .google.cloud.aiplatform.v1beta1.FeatureViewDataKey data_key = 4;
      Specified by:
      getDataKey in interface FetchFeatureValuesResponseOrBuilder
      Returns:
      The dataKey.
    • setDataKey

       The data key associated with this response.
       Will only be populated for
       [FeatureOnlineStoreService.StreamingFetchFeatureValues][google.cloud.aiplatform.v1beta1.FeatureOnlineStoreService.StreamingFetchFeatureValues]
       RPCs.
       
      .google.cloud.aiplatform.v1beta1.FeatureViewDataKey data_key = 4;
    • setDataKey

       The data key associated with this response.
       Will only be populated for
       [FeatureOnlineStoreService.StreamingFetchFeatureValues][google.cloud.aiplatform.v1beta1.FeatureOnlineStoreService.StreamingFetchFeatureValues]
       RPCs.
       
      .google.cloud.aiplatform.v1beta1.FeatureViewDataKey data_key = 4;
    • mergeDataKey

       The data key associated with this response.
       Will only be populated for
       [FeatureOnlineStoreService.StreamingFetchFeatureValues][google.cloud.aiplatform.v1beta1.FeatureOnlineStoreService.StreamingFetchFeatureValues]
       RPCs.
       
      .google.cloud.aiplatform.v1beta1.FeatureViewDataKey data_key = 4;
    • clearDataKey

      public FetchFeatureValuesResponse.Builder clearDataKey()
       The data key associated with this response.
       Will only be populated for
       [FeatureOnlineStoreService.StreamingFetchFeatureValues][google.cloud.aiplatform.v1beta1.FeatureOnlineStoreService.StreamingFetchFeatureValues]
       RPCs.
       
      .google.cloud.aiplatform.v1beta1.FeatureViewDataKey data_key = 4;
    • getDataKeyBuilder

      public FeatureViewDataKey.Builder getDataKeyBuilder()
       The data key associated with this response.
       Will only be populated for
       [FeatureOnlineStoreService.StreamingFetchFeatureValues][google.cloud.aiplatform.v1beta1.FeatureOnlineStoreService.StreamingFetchFeatureValues]
       RPCs.
       
      .google.cloud.aiplatform.v1beta1.FeatureViewDataKey data_key = 4;
    • getDataKeyOrBuilder

      public FeatureViewDataKeyOrBuilder getDataKeyOrBuilder()
       The data key associated with this response.
       Will only be populated for
       [FeatureOnlineStoreService.StreamingFetchFeatureValues][google.cloud.aiplatform.v1beta1.FeatureOnlineStoreService.StreamingFetchFeatureValues]
       RPCs.
       
      .google.cloud.aiplatform.v1beta1.FeatureViewDataKey data_key = 4;
      Specified by:
      getDataKeyOrBuilder in interface FetchFeatureValuesResponseOrBuilder