Class UpdateFeaturestoreRequest.Builder

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

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

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

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

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

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

      public UpdateFeaturestoreRequest.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<UpdateFeaturestoreRequest.Builder>
      Throws:
      IOException
    • hasFeaturestore

      public boolean hasFeaturestore()
       Required. The Featurestore's `name` field is used to identify the
       Featurestore to be updated. Format:
       `projects/{project}/locations/{location}/featurestores/{featurestore}`
       
      .google.cloud.aiplatform.v1.Featurestore featurestore = 1 [(.google.api.field_behavior) = REQUIRED];
      Specified by:
      hasFeaturestore in interface UpdateFeaturestoreRequestOrBuilder
      Returns:
      Whether the featurestore field is set.
    • getFeaturestore

      public Featurestore getFeaturestore()
       Required. The Featurestore's `name` field is used to identify the
       Featurestore to be updated. Format:
       `projects/{project}/locations/{location}/featurestores/{featurestore}`
       
      .google.cloud.aiplatform.v1.Featurestore featurestore = 1 [(.google.api.field_behavior) = REQUIRED];
      Specified by:
      getFeaturestore in interface UpdateFeaturestoreRequestOrBuilder
      Returns:
      The featurestore.
    • setFeaturestore

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

      public UpdateFeaturestoreRequest.Builder setFeaturestore(Featurestore.Builder builderForValue)
       Required. The Featurestore's `name` field is used to identify the
       Featurestore to be updated. Format:
       `projects/{project}/locations/{location}/featurestores/{featurestore}`
       
      .google.cloud.aiplatform.v1.Featurestore featurestore = 1 [(.google.api.field_behavior) = REQUIRED];
    • mergeFeaturestore

      public UpdateFeaturestoreRequest.Builder mergeFeaturestore(Featurestore value)
       Required. The Featurestore's `name` field is used to identify the
       Featurestore to be updated. Format:
       `projects/{project}/locations/{location}/featurestores/{featurestore}`
       
      .google.cloud.aiplatform.v1.Featurestore featurestore = 1 [(.google.api.field_behavior) = REQUIRED];
    • clearFeaturestore

      public UpdateFeaturestoreRequest.Builder clearFeaturestore()
       Required. The Featurestore's `name` field is used to identify the
       Featurestore to be updated. Format:
       `projects/{project}/locations/{location}/featurestores/{featurestore}`
       
      .google.cloud.aiplatform.v1.Featurestore featurestore = 1 [(.google.api.field_behavior) = REQUIRED];
    • getFeaturestoreBuilder

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

      public FeaturestoreOrBuilder getFeaturestoreOrBuilder()
       Required. The Featurestore's `name` field is used to identify the
       Featurestore to be updated. Format:
       `projects/{project}/locations/{location}/featurestores/{featurestore}`
       
      .google.cloud.aiplatform.v1.Featurestore featurestore = 1 [(.google.api.field_behavior) = REQUIRED];
      Specified by:
      getFeaturestoreOrBuilder in interface UpdateFeaturestoreRequestOrBuilder
    • hasUpdateMask

      public boolean hasUpdateMask()
       Field mask is used to specify the fields to be overwritten in the
       Featurestore 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`
       * `online_serving_config.fixed_node_count`
       * `online_serving_config.scaling`
       * `online_storage_ttl_days`
       
      .google.protobuf.FieldMask update_mask = 2;
      Specified by:
      hasUpdateMask in interface UpdateFeaturestoreRequestOrBuilder
      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
       Featurestore 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`
       * `online_serving_config.fixed_node_count`
       * `online_serving_config.scaling`
       * `online_storage_ttl_days`
       
      .google.protobuf.FieldMask update_mask = 2;
      Specified by:
      getUpdateMask in interface UpdateFeaturestoreRequestOrBuilder
      Returns:
      The updateMask.
    • setUpdateMask

      public UpdateFeaturestoreRequest.Builder setUpdateMask(com.google.protobuf.FieldMask value)
       Field mask is used to specify the fields to be overwritten in the
       Featurestore 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`
       * `online_serving_config.fixed_node_count`
       * `online_serving_config.scaling`
       * `online_storage_ttl_days`
       
      .google.protobuf.FieldMask update_mask = 2;
    • setUpdateMask

      public UpdateFeaturestoreRequest.Builder setUpdateMask(com.google.protobuf.FieldMask.Builder builderForValue)
       Field mask is used to specify the fields to be overwritten in the
       Featurestore 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`
       * `online_serving_config.fixed_node_count`
       * `online_serving_config.scaling`
       * `online_storage_ttl_days`
       
      .google.protobuf.FieldMask update_mask = 2;
    • mergeUpdateMask

      public UpdateFeaturestoreRequest.Builder mergeUpdateMask(com.google.protobuf.FieldMask value)
       Field mask is used to specify the fields to be overwritten in the
       Featurestore 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`
       * `online_serving_config.fixed_node_count`
       * `online_serving_config.scaling`
       * `online_storage_ttl_days`
       
      .google.protobuf.FieldMask update_mask = 2;
    • clearUpdateMask

      public UpdateFeaturestoreRequest.Builder clearUpdateMask()
       Field mask is used to specify the fields to be overwritten in the
       Featurestore 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`
       * `online_serving_config.fixed_node_count`
       * `online_serving_config.scaling`
       * `online_storage_ttl_days`
       
      .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
       Featurestore 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`
       * `online_serving_config.fixed_node_count`
       * `online_serving_config.scaling`
       * `online_storage_ttl_days`
       
      .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
       Featurestore 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`
       * `online_serving_config.fixed_node_count`
       * `online_serving_config.scaling`
       * `online_storage_ttl_days`
       
      .google.protobuf.FieldMask update_mask = 2;
      Specified by:
      getUpdateMaskOrBuilder in interface UpdateFeaturestoreRequestOrBuilder