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

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

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

        public UpdateNotificationChannelRequest 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<UpdateNotificationChannelRequest.Builder>
      • setUpdateMask

        public UpdateNotificationChannelRequest.Builder setUpdateMask​(com.google.protobuf.FieldMask.Builder builderForValue)
         The fields to update.
         
        .google.protobuf.FieldMask update_mask = 2;
      • getUpdateMaskBuilder

        public com.google.protobuf.FieldMask.Builder getUpdateMaskBuilder()
         The fields to update.
         
        .google.protobuf.FieldMask update_mask = 2;
      • hasNotificationChannel

        public boolean hasNotificationChannel()
         Required. A description of the changes to be applied to the specified
         notification channel. The description must provide a definition for
         fields to be updated; the names of these fields should also be
         included in the `update_mask`.
         
        .google.monitoring.v3.NotificationChannel notification_channel = 3 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        hasNotificationChannel in interface UpdateNotificationChannelRequestOrBuilder
        Returns:
        Whether the notificationChannel field is set.
      • getNotificationChannel

        public NotificationChannel getNotificationChannel()
         Required. A description of the changes to be applied to the specified
         notification channel. The description must provide a definition for
         fields to be updated; the names of these fields should also be
         included in the `update_mask`.
         
        .google.monitoring.v3.NotificationChannel notification_channel = 3 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        getNotificationChannel in interface UpdateNotificationChannelRequestOrBuilder
        Returns:
        The notificationChannel.
      • setNotificationChannel

        public UpdateNotificationChannelRequest.Builder setNotificationChannel​(NotificationChannel value)
         Required. A description of the changes to be applied to the specified
         notification channel. The description must provide a definition for
         fields to be updated; the names of these fields should also be
         included in the `update_mask`.
         
        .google.monitoring.v3.NotificationChannel notification_channel = 3 [(.google.api.field_behavior) = REQUIRED];
      • setNotificationChannel

        public UpdateNotificationChannelRequest.Builder setNotificationChannel​(NotificationChannel.Builder builderForValue)
         Required. A description of the changes to be applied to the specified
         notification channel. The description must provide a definition for
         fields to be updated; the names of these fields should also be
         included in the `update_mask`.
         
        .google.monitoring.v3.NotificationChannel notification_channel = 3 [(.google.api.field_behavior) = REQUIRED];
      • mergeNotificationChannel

        public UpdateNotificationChannelRequest.Builder mergeNotificationChannel​(NotificationChannel value)
         Required. A description of the changes to be applied to the specified
         notification channel. The description must provide a definition for
         fields to be updated; the names of these fields should also be
         included in the `update_mask`.
         
        .google.monitoring.v3.NotificationChannel notification_channel = 3 [(.google.api.field_behavior) = REQUIRED];
      • clearNotificationChannel

        public UpdateNotificationChannelRequest.Builder clearNotificationChannel()
         Required. A description of the changes to be applied to the specified
         notification channel. The description must provide a definition for
         fields to be updated; the names of these fields should also be
         included in the `update_mask`.
         
        .google.monitoring.v3.NotificationChannel notification_channel = 3 [(.google.api.field_behavior) = REQUIRED];
      • getNotificationChannelBuilder

        public NotificationChannel.Builder getNotificationChannelBuilder()
         Required. A description of the changes to be applied to the specified
         notification channel. The description must provide a definition for
         fields to be updated; the names of these fields should also be
         included in the `update_mask`.
         
        .google.monitoring.v3.NotificationChannel notification_channel = 3 [(.google.api.field_behavior) = REQUIRED];
      • getNotificationChannelOrBuilder

        public NotificationChannelOrBuilder getNotificationChannelOrBuilder()
         Required. A description of the changes to be applied to the specified
         notification channel. The description must provide a definition for
         fields to be updated; the names of these fields should also be
         included in the `update_mask`.
         
        .google.monitoring.v3.NotificationChannel notification_channel = 3 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        getNotificationChannelOrBuilder in interface UpdateNotificationChannelRequestOrBuilder