public interface UpdateNotificationChannelRequestOrBuilder extends MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
NotificationChannel |
getNotificationChannel()
A description of the changes to be applied to the specified
notification channel.
|
NotificationChannelOrBuilder |
getNotificationChannelOrBuilder()
A description of the changes to be applied to the specified
notification channel.
|
FieldMask |
getUpdateMask()
The fields to update.
|
FieldMaskOrBuilder |
getUpdateMaskOrBuilder()
The fields to update.
|
boolean |
hasNotificationChannel()
A description of the changes to be applied to the specified
notification channel.
|
boolean |
hasUpdateMask()
The fields to update.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofisInitializedboolean hasUpdateMask()
The fields to update.
.google.protobuf.FieldMask update_mask = 2;FieldMask getUpdateMask()
The fields to update.
.google.protobuf.FieldMask update_mask = 2;FieldMaskOrBuilder getUpdateMaskOrBuilder()
The fields to update.
.google.protobuf.FieldMask update_mask = 2;boolean hasNotificationChannel()
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;NotificationChannel getNotificationChannel()
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;NotificationChannelOrBuilder getNotificationChannelOrBuilder()
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;