Class UpdateNotificationConfigRequest.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<UpdateNotificationConfigRequest.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<UpdateNotificationConfigRequest.Builder>
      • getDefaultInstanceForType

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

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

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

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<UpdateNotificationConfigRequest.Builder>
      • hasNotificationConfig

        public boolean hasNotificationConfig()
         Required. The notification config to update.
         
        .google.cloud.securitycenter.v1.NotificationConfig notification_config = 1 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        hasNotificationConfig in interface UpdateNotificationConfigRequestOrBuilder
        Returns:
        Whether the notificationConfig field is set.
      • setNotificationConfig

        public UpdateNotificationConfigRequest.Builder setNotificationConfig​(NotificationConfig value)
         Required. The notification config to update.
         
        .google.cloud.securitycenter.v1.NotificationConfig notification_config = 1 [(.google.api.field_behavior) = REQUIRED];
      • mergeNotificationConfig

        public UpdateNotificationConfigRequest.Builder mergeNotificationConfig​(NotificationConfig value)
         Required. The notification config to update.
         
        .google.cloud.securitycenter.v1.NotificationConfig notification_config = 1 [(.google.api.field_behavior) = REQUIRED];
      • clearNotificationConfig

        public UpdateNotificationConfigRequest.Builder clearNotificationConfig()
         Required. The notification config to update.
         
        .google.cloud.securitycenter.v1.NotificationConfig notification_config = 1 [(.google.api.field_behavior) = REQUIRED];
      • getNotificationConfigBuilder

        public NotificationConfig.Builder getNotificationConfigBuilder()
         Required. The notification config to update.
         
        .google.cloud.securitycenter.v1.NotificationConfig notification_config = 1 [(.google.api.field_behavior) = REQUIRED];
      • hasUpdateMask

        public boolean hasUpdateMask()
         The FieldMask to use when updating the notification config.
        
         If empty all mutable fields will be updated.
         
        .google.protobuf.FieldMask update_mask = 2;
        Specified by:
        hasUpdateMask in interface UpdateNotificationConfigRequestOrBuilder
        Returns:
        Whether the updateMask field is set.
      • getUpdateMask

        public com.google.protobuf.FieldMask getUpdateMask()
         The FieldMask to use when updating the notification config.
        
         If empty all mutable fields will be updated.
         
        .google.protobuf.FieldMask update_mask = 2;
        Specified by:
        getUpdateMask in interface UpdateNotificationConfigRequestOrBuilder
        Returns:
        The updateMask.
      • setUpdateMask

        public UpdateNotificationConfigRequest.Builder setUpdateMask​(com.google.protobuf.FieldMask value)
         The FieldMask to use when updating the notification config.
        
         If empty all mutable fields will be updated.
         
        .google.protobuf.FieldMask update_mask = 2;
      • setUpdateMask

        public UpdateNotificationConfigRequest.Builder setUpdateMask​(com.google.protobuf.FieldMask.Builder builderForValue)
         The FieldMask to use when updating the notification config.
        
         If empty all mutable fields will be updated.
         
        .google.protobuf.FieldMask update_mask = 2;
      • mergeUpdateMask

        public UpdateNotificationConfigRequest.Builder mergeUpdateMask​(com.google.protobuf.FieldMask value)
         The FieldMask to use when updating the notification config.
        
         If empty all mutable fields will be updated.
         
        .google.protobuf.FieldMask update_mask = 2;
      • clearUpdateMask

        public UpdateNotificationConfigRequest.Builder clearUpdateMask()
         The FieldMask to use when updating the notification config.
        
         If empty all mutable fields will be updated.
         
        .google.protobuf.FieldMask update_mask = 2;
      • getUpdateMaskBuilder

        public com.google.protobuf.FieldMask.Builder getUpdateMaskBuilder()
         The FieldMask to use when updating the notification config.
        
         If empty all mutable fields will be updated.
         
        .google.protobuf.FieldMask update_mask = 2;
      • getUpdateMaskOrBuilder

        public com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder()
         The FieldMask to use when updating the notification config.
        
         If empty all mutable fields will be updated.
         
        .google.protobuf.FieldMask update_mask = 2;
        Specified by:
        getUpdateMaskOrBuilder in interface UpdateNotificationConfigRequestOrBuilder