Class UpdateFeatureMonitorRequest.Builder

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

public static final class UpdateFeatureMonitorRequest.Builder extends com.google.protobuf.GeneratedMessage.Builder<UpdateFeatureMonitorRequest.Builder> implements UpdateFeatureMonitorRequestOrBuilder
 Request message for
 [FeatureRegistryService.UpdateFeatureMonitor][google.cloud.aiplatform.v1beta1.FeatureRegistryService.UpdateFeatureMonitor].
 
Protobuf type google.cloud.aiplatform.v1beta1.UpdateFeatureMonitorRequest
  • 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<UpdateFeatureMonitorRequest.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<UpdateFeatureMonitorRequest.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<UpdateFeatureMonitorRequest.Builder>
    • getDefaultInstanceForType

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

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

      public UpdateFeatureMonitorRequest.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<UpdateFeatureMonitorRequest.Builder>
      Throws:
      IOException
    • hasFeatureMonitor

      public boolean hasFeatureMonitor()
       Required. The FeatureMonitor's `name` field is used to identify the
       FeatureMonitor to be updated. Format:
       `projects/{project}/locations/{location}/featureGroups/{feature_group}/featureMonitors/{feature_monitor}`
       
      .google.cloud.aiplatform.v1beta1.FeatureMonitor feature_monitor = 1 [(.google.api.field_behavior) = REQUIRED];
      Specified by:
      hasFeatureMonitor in interface UpdateFeatureMonitorRequestOrBuilder
      Returns:
      Whether the featureMonitor field is set.
    • getFeatureMonitor

      public FeatureMonitor getFeatureMonitor()
       Required. The FeatureMonitor's `name` field is used to identify the
       FeatureMonitor to be updated. Format:
       `projects/{project}/locations/{location}/featureGroups/{feature_group}/featureMonitors/{feature_monitor}`
       
      .google.cloud.aiplatform.v1beta1.FeatureMonitor feature_monitor = 1 [(.google.api.field_behavior) = REQUIRED];
      Specified by:
      getFeatureMonitor in interface UpdateFeatureMonitorRequestOrBuilder
      Returns:
      The featureMonitor.
    • setFeatureMonitor

      public UpdateFeatureMonitorRequest.Builder setFeatureMonitor(FeatureMonitor value)
       Required. The FeatureMonitor's `name` field is used to identify the
       FeatureMonitor to be updated. Format:
       `projects/{project}/locations/{location}/featureGroups/{feature_group}/featureMonitors/{feature_monitor}`
       
      .google.cloud.aiplatform.v1beta1.FeatureMonitor feature_monitor = 1 [(.google.api.field_behavior) = REQUIRED];
    • setFeatureMonitor

      public UpdateFeatureMonitorRequest.Builder setFeatureMonitor(FeatureMonitor.Builder builderForValue)
       Required. The FeatureMonitor's `name` field is used to identify the
       FeatureMonitor to be updated. Format:
       `projects/{project}/locations/{location}/featureGroups/{feature_group}/featureMonitors/{feature_monitor}`
       
      .google.cloud.aiplatform.v1beta1.FeatureMonitor feature_monitor = 1 [(.google.api.field_behavior) = REQUIRED];
    • mergeFeatureMonitor

      public UpdateFeatureMonitorRequest.Builder mergeFeatureMonitor(FeatureMonitor value)
       Required. The FeatureMonitor's `name` field is used to identify the
       FeatureMonitor to be updated. Format:
       `projects/{project}/locations/{location}/featureGroups/{feature_group}/featureMonitors/{feature_monitor}`
       
      .google.cloud.aiplatform.v1beta1.FeatureMonitor feature_monitor = 1 [(.google.api.field_behavior) = REQUIRED];
    • clearFeatureMonitor

      public UpdateFeatureMonitorRequest.Builder clearFeatureMonitor()
       Required. The FeatureMonitor's `name` field is used to identify the
       FeatureMonitor to be updated. Format:
       `projects/{project}/locations/{location}/featureGroups/{feature_group}/featureMonitors/{feature_monitor}`
       
      .google.cloud.aiplatform.v1beta1.FeatureMonitor feature_monitor = 1 [(.google.api.field_behavior) = REQUIRED];
    • getFeatureMonitorBuilder

      public FeatureMonitor.Builder getFeatureMonitorBuilder()
       Required. The FeatureMonitor's `name` field is used to identify the
       FeatureMonitor to be updated. Format:
       `projects/{project}/locations/{location}/featureGroups/{feature_group}/featureMonitors/{feature_monitor}`
       
      .google.cloud.aiplatform.v1beta1.FeatureMonitor feature_monitor = 1 [(.google.api.field_behavior) = REQUIRED];
    • getFeatureMonitorOrBuilder

      public FeatureMonitorOrBuilder getFeatureMonitorOrBuilder()
       Required. The FeatureMonitor's `name` field is used to identify the
       FeatureMonitor to be updated. Format:
       `projects/{project}/locations/{location}/featureGroups/{feature_group}/featureMonitors/{feature_monitor}`
       
      .google.cloud.aiplatform.v1beta1.FeatureMonitor feature_monitor = 1 [(.google.api.field_behavior) = REQUIRED];
      Specified by:
      getFeatureMonitorOrBuilder in interface UpdateFeatureMonitorRequestOrBuilder
    • hasUpdateMask

      public boolean hasUpdateMask()
       Optional. Field mask is used to specify the fields to be overwritten in the
       FeatureMonitor 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`
       
      .google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
      Specified by:
      hasUpdateMask in interface UpdateFeatureMonitorRequestOrBuilder
      Returns:
      Whether the updateMask field is set.
    • getUpdateMask

      public com.google.protobuf.FieldMask getUpdateMask()
       Optional. Field mask is used to specify the fields to be overwritten in the
       FeatureMonitor 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`
       
      .google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
      Specified by:
      getUpdateMask in interface UpdateFeatureMonitorRequestOrBuilder
      Returns:
      The updateMask.
    • setUpdateMask

      public UpdateFeatureMonitorRequest.Builder setUpdateMask(com.google.protobuf.FieldMask value)
       Optional. Field mask is used to specify the fields to be overwritten in the
       FeatureMonitor 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`
       
      .google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
    • setUpdateMask

      public UpdateFeatureMonitorRequest.Builder setUpdateMask(com.google.protobuf.FieldMask.Builder builderForValue)
       Optional. Field mask is used to specify the fields to be overwritten in the
       FeatureMonitor 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`
       
      .google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
    • mergeUpdateMask

      public UpdateFeatureMonitorRequest.Builder mergeUpdateMask(com.google.protobuf.FieldMask value)
       Optional. Field mask is used to specify the fields to be overwritten in the
       FeatureMonitor 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`
       
      .google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
    • clearUpdateMask

      public UpdateFeatureMonitorRequest.Builder clearUpdateMask()
       Optional. Field mask is used to specify the fields to be overwritten in the
       FeatureMonitor 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`
       
      .google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
    • getUpdateMaskBuilder

      public com.google.protobuf.FieldMask.Builder getUpdateMaskBuilder()
       Optional. Field mask is used to specify the fields to be overwritten in the
       FeatureMonitor 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`
       
      .google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
    • getUpdateMaskOrBuilder

      public com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder()
       Optional. Field mask is used to specify the fields to be overwritten in the
       FeatureMonitor 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`
       
      .google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
      Specified by:
      getUpdateMaskOrBuilder in interface UpdateFeatureMonitorRequestOrBuilder