public interface UpdateGroupRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Group |
getGroup()
Required.
|
GroupOrBuilder |
getGroupOrBuilder()
Required.
|
boolean |
getValidateOnly()
If true, validate this request but do not update the existing group.
|
boolean |
hasGroup()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasGroup()
Required. 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 [(.google.api.field_behavior) = REQUIRED];Group getGroup()
Required. 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 [(.google.api.field_behavior) = REQUIRED];GroupOrBuilder getGroupOrBuilder()
Required. 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 [(.google.api.field_behavior) = REQUIRED];boolean getValidateOnly()
If true, validate this request but do not update the existing group.
bool validate_only = 3;Copyright © 2024 Google LLC. All rights reserved.