Interface UpdateNotificationChannelRequestOrBuilder

    • Method Detail

      • hasUpdateMask

        boolean hasUpdateMask()
         The fields to update.
         
        .google.protobuf.FieldMask update_mask = 2;
        Returns:
        Whether the updateMask field is set.
      • getUpdateMask

        com.google.protobuf.FieldMask getUpdateMask()
         The fields to update.
         
        .google.protobuf.FieldMask update_mask = 2;
        Returns:
        The updateMask.
      • getUpdateMaskOrBuilder

        com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder()
         The fields to update.
         
        .google.protobuf.FieldMask update_mask = 2;
      • hasNotificationChannel

        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];
        Returns:
        Whether the notificationChannel field is set.
      • getNotificationChannel

        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];
        Returns:
        The notificationChannel.
      • getNotificationChannelOrBuilder

        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];