Class UpdateFeatureOnlineStoreRequest.Builder

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

public static final class UpdateFeatureOnlineStoreRequest.Builder extends com.google.protobuf.GeneratedMessage.Builder<UpdateFeatureOnlineStoreRequest.Builder> implements UpdateFeatureOnlineStoreRequestOrBuilder
 Request message for
 [FeatureOnlineStoreAdminService.UpdateFeatureOnlineStore][google.cloud.aiplatform.v1.FeatureOnlineStoreAdminService.UpdateFeatureOnlineStore].
 
Protobuf type google.cloud.aiplatform.v1.UpdateFeatureOnlineStoreRequest
  • 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<UpdateFeatureOnlineStoreRequest.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<UpdateFeatureOnlineStoreRequest.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<UpdateFeatureOnlineStoreRequest.Builder>
    • getDefaultInstanceForType

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

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

      public UpdateFeatureOnlineStoreRequest.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<UpdateFeatureOnlineStoreRequest.Builder>
      Throws:
      IOException
    • hasFeatureOnlineStore

      public boolean hasFeatureOnlineStore()
       Required. The FeatureOnlineStore's `name` field is used to identify the
       FeatureOnlineStore to be updated. Format:
       `projects/{project}/locations/{location}/featureOnlineStores/{feature_online_store}`
       
      .google.cloud.aiplatform.v1.FeatureOnlineStore feature_online_store = 1 [(.google.api.field_behavior) = REQUIRED];
      Specified by:
      hasFeatureOnlineStore in interface UpdateFeatureOnlineStoreRequestOrBuilder
      Returns:
      Whether the featureOnlineStore field is set.
    • getFeatureOnlineStore

      public FeatureOnlineStore getFeatureOnlineStore()
       Required. The FeatureOnlineStore's `name` field is used to identify the
       FeatureOnlineStore to be updated. Format:
       `projects/{project}/locations/{location}/featureOnlineStores/{feature_online_store}`
       
      .google.cloud.aiplatform.v1.FeatureOnlineStore feature_online_store = 1 [(.google.api.field_behavior) = REQUIRED];
      Specified by:
      getFeatureOnlineStore in interface UpdateFeatureOnlineStoreRequestOrBuilder
      Returns:
      The featureOnlineStore.
    • setFeatureOnlineStore

      public UpdateFeatureOnlineStoreRequest.Builder setFeatureOnlineStore(FeatureOnlineStore value)
       Required. The FeatureOnlineStore's `name` field is used to identify the
       FeatureOnlineStore to be updated. Format:
       `projects/{project}/locations/{location}/featureOnlineStores/{feature_online_store}`
       
      .google.cloud.aiplatform.v1.FeatureOnlineStore feature_online_store = 1 [(.google.api.field_behavior) = REQUIRED];
    • setFeatureOnlineStore

      public UpdateFeatureOnlineStoreRequest.Builder setFeatureOnlineStore(FeatureOnlineStore.Builder builderForValue)
       Required. The FeatureOnlineStore's `name` field is used to identify the
       FeatureOnlineStore to be updated. Format:
       `projects/{project}/locations/{location}/featureOnlineStores/{feature_online_store}`
       
      .google.cloud.aiplatform.v1.FeatureOnlineStore feature_online_store = 1 [(.google.api.field_behavior) = REQUIRED];
    • mergeFeatureOnlineStore

      public UpdateFeatureOnlineStoreRequest.Builder mergeFeatureOnlineStore(FeatureOnlineStore value)
       Required. The FeatureOnlineStore's `name` field is used to identify the
       FeatureOnlineStore to be updated. Format:
       `projects/{project}/locations/{location}/featureOnlineStores/{feature_online_store}`
       
      .google.cloud.aiplatform.v1.FeatureOnlineStore feature_online_store = 1 [(.google.api.field_behavior) = REQUIRED];
    • clearFeatureOnlineStore

      public UpdateFeatureOnlineStoreRequest.Builder clearFeatureOnlineStore()
       Required. The FeatureOnlineStore's `name` field is used to identify the
       FeatureOnlineStore to be updated. Format:
       `projects/{project}/locations/{location}/featureOnlineStores/{feature_online_store}`
       
      .google.cloud.aiplatform.v1.FeatureOnlineStore feature_online_store = 1 [(.google.api.field_behavior) = REQUIRED];
    • getFeatureOnlineStoreBuilder

      public FeatureOnlineStore.Builder getFeatureOnlineStoreBuilder()
       Required. The FeatureOnlineStore's `name` field is used to identify the
       FeatureOnlineStore to be updated. Format:
       `projects/{project}/locations/{location}/featureOnlineStores/{feature_online_store}`
       
      .google.cloud.aiplatform.v1.FeatureOnlineStore feature_online_store = 1 [(.google.api.field_behavior) = REQUIRED];
    • getFeatureOnlineStoreOrBuilder

      public FeatureOnlineStoreOrBuilder getFeatureOnlineStoreOrBuilder()
       Required. The FeatureOnlineStore's `name` field is used to identify the
       FeatureOnlineStore to be updated. Format:
       `projects/{project}/locations/{location}/featureOnlineStores/{feature_online_store}`
       
      .google.cloud.aiplatform.v1.FeatureOnlineStore feature_online_store = 1 [(.google.api.field_behavior) = REQUIRED];
      Specified by:
      getFeatureOnlineStoreOrBuilder in interface UpdateFeatureOnlineStoreRequestOrBuilder
    • hasUpdateMask

      public boolean hasUpdateMask()
       Field mask is used to specify the fields to be overwritten in the
       FeatureOnlineStore resource by the update.
       The fields specified in the update_mask are relative to the resource, not
       the full request. A field will be overwritten if it is in the mask. If the
       user does not provide a mask then only the non-empty fields present in the
       request will be overwritten. Set the update_mask to `*` to override all
       fields.
      
       Updatable fields:
      
       * `labels`
       * `description`
       * `bigtable`
       * `bigtable.auto_scaling`
       * `bigtable.enable_multi_region_replica`
       
      .google.protobuf.FieldMask update_mask = 2;
      Specified by:
      hasUpdateMask in interface UpdateFeatureOnlineStoreRequestOrBuilder
      Returns:
      Whether the updateMask field is set.
    • getUpdateMask

      public com.google.protobuf.FieldMask getUpdateMask()
       Field mask is used to specify the fields to be overwritten in the
       FeatureOnlineStore resource by the update.
       The fields specified in the update_mask are relative to the resource, not
       the full request. A field will be overwritten if it is in the mask. If the
       user does not provide a mask then only the non-empty fields present in the
       request will be overwritten. Set the update_mask to `*` to override all
       fields.
      
       Updatable fields:
      
       * `labels`
       * `description`
       * `bigtable`
       * `bigtable.auto_scaling`
       * `bigtable.enable_multi_region_replica`
       
      .google.protobuf.FieldMask update_mask = 2;
      Specified by:
      getUpdateMask in interface UpdateFeatureOnlineStoreRequestOrBuilder
      Returns:
      The updateMask.
    • setUpdateMask

      public UpdateFeatureOnlineStoreRequest.Builder setUpdateMask(com.google.protobuf.FieldMask value)
       Field mask is used to specify the fields to be overwritten in the
       FeatureOnlineStore resource by the update.
       The fields specified in the update_mask are relative to the resource, not
       the full request. A field will be overwritten if it is in the mask. If the
       user does not provide a mask then only the non-empty fields present in the
       request will be overwritten. Set the update_mask to `*` to override all
       fields.
      
       Updatable fields:
      
       * `labels`
       * `description`
       * `bigtable`
       * `bigtable.auto_scaling`
       * `bigtable.enable_multi_region_replica`
       
      .google.protobuf.FieldMask update_mask = 2;
    • setUpdateMask

      public UpdateFeatureOnlineStoreRequest.Builder setUpdateMask(com.google.protobuf.FieldMask.Builder builderForValue)
       Field mask is used to specify the fields to be overwritten in the
       FeatureOnlineStore resource by the update.
       The fields specified in the update_mask are relative to the resource, not
       the full request. A field will be overwritten if it is in the mask. If the
       user does not provide a mask then only the non-empty fields present in the
       request will be overwritten. Set the update_mask to `*` to override all
       fields.
      
       Updatable fields:
      
       * `labels`
       * `description`
       * `bigtable`
       * `bigtable.auto_scaling`
       * `bigtable.enable_multi_region_replica`
       
      .google.protobuf.FieldMask update_mask = 2;
    • mergeUpdateMask

      public UpdateFeatureOnlineStoreRequest.Builder mergeUpdateMask(com.google.protobuf.FieldMask value)
       Field mask is used to specify the fields to be overwritten in the
       FeatureOnlineStore resource by the update.
       The fields specified in the update_mask are relative to the resource, not
       the full request. A field will be overwritten if it is in the mask. If the
       user does not provide a mask then only the non-empty fields present in the
       request will be overwritten. Set the update_mask to `*` to override all
       fields.
      
       Updatable fields:
      
       * `labels`
       * `description`
       * `bigtable`
       * `bigtable.auto_scaling`
       * `bigtable.enable_multi_region_replica`
       
      .google.protobuf.FieldMask update_mask = 2;
    • clearUpdateMask

      public UpdateFeatureOnlineStoreRequest.Builder clearUpdateMask()
       Field mask is used to specify the fields to be overwritten in the
       FeatureOnlineStore resource by the update.
       The fields specified in the update_mask are relative to the resource, not
       the full request. A field will be overwritten if it is in the mask. If the
       user does not provide a mask then only the non-empty fields present in the
       request will be overwritten. Set the update_mask to `*` to override all
       fields.
      
       Updatable fields:
      
       * `labels`
       * `description`
       * `bigtable`
       * `bigtable.auto_scaling`
       * `bigtable.enable_multi_region_replica`
       
      .google.protobuf.FieldMask update_mask = 2;
    • getUpdateMaskBuilder

      public com.google.protobuf.FieldMask.Builder getUpdateMaskBuilder()
       Field mask is used to specify the fields to be overwritten in the
       FeatureOnlineStore resource by the update.
       The fields specified in the update_mask are relative to the resource, not
       the full request. A field will be overwritten if it is in the mask. If the
       user does not provide a mask then only the non-empty fields present in the
       request will be overwritten. Set the update_mask to `*` to override all
       fields.
      
       Updatable fields:
      
       * `labels`
       * `description`
       * `bigtable`
       * `bigtable.auto_scaling`
       * `bigtable.enable_multi_region_replica`
       
      .google.protobuf.FieldMask update_mask = 2;
    • getUpdateMaskOrBuilder

      public com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder()
       Field mask is used to specify the fields to be overwritten in the
       FeatureOnlineStore resource by the update.
       The fields specified in the update_mask are relative to the resource, not
       the full request. A field will be overwritten if it is in the mask. If the
       user does not provide a mask then only the non-empty fields present in the
       request will be overwritten. Set the update_mask to `*` to override all
       fields.
      
       Updatable fields:
      
       * `labels`
       * `description`
       * `bigtable`
       * `bigtable.auto_scaling`
       * `bigtable.enable_multi_region_replica`
       
      .google.protobuf.FieldMask update_mask = 2;
      Specified by:
      getUpdateMaskOrBuilder in interface UpdateFeatureOnlineStoreRequestOrBuilder