public interface UpdateNotificationChannelRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getNotificationChannel()
public abstract 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];
| Type | Description |
| NotificationChannel | The notificationChannel. |
getNotificationChannelOrBuilder()
public abstract 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];
| Type | Description |
| NotificationChannelOrBuilder |
getUpdateMask()
public abstract FieldMask getUpdateMask()The fields to update.
.google.protobuf.FieldMask update_mask = 2;
| Type | Description |
| FieldMask | The updateMask. |
getUpdateMaskOrBuilder()
public abstract FieldMaskOrBuilder getUpdateMaskOrBuilder()The fields to update.
.google.protobuf.FieldMask update_mask = 2;
| Type | Description |
| FieldMaskOrBuilder |
hasNotificationChannel()
public abstract 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];
| Type | Description |
| boolean | Whether the notificationChannel field is set. |
hasUpdateMask()
public abstract boolean hasUpdateMask()The fields to update.
.google.protobuf.FieldMask update_mask = 2;
| Type | Description |
| boolean | Whether the updateMask field is set. |