public interface UpdateGroupRequestOrBuilder extends MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Group |
getGroup()
The new definition of the group.
|
GroupOrBuilder |
getGroupOrBuilder()
The new definition of the group.
|
boolean |
getValidateOnly()
If true, validate this request but do not update the existing group.
|
boolean |
hasGroup()
The new definition of the group.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofisInitializedboolean hasGroup()
The new definition of the group. All fields of the existing group, excepting `name`, are replaced with the corresponding fields of this group.
.google.monitoring.v3.Group group = 2;Group getGroup()
The new definition of the group. All fields of the existing group, excepting `name`, are replaced with the corresponding fields of this group.
.google.monitoring.v3.Group group = 2;GroupOrBuilder getGroupOrBuilder()
The new definition of the group. All fields of the existing group, excepting `name`, are replaced with the corresponding fields of this group.
.google.monitoring.v3.Group group = 2;boolean getValidateOnly()
If true, validate this request but do not update the existing group.
bool validate_only = 3;