Class UpdateFeaturestoreRequest.Builder

    • 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<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.GeneratedMessageV3.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
      • setRepeatedField

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

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3.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
      • setUnknownFields

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

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