public interface UpdateGroupRequestOrBuilder extends MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
ErrorGroup |
getGroup()
[Required] The group which replaces the resource on the server.
|
ErrorGroupOrBuilder |
getGroupOrBuilder()
[Required] The group which replaces the resource on the server.
|
boolean |
hasGroup()
[Required] The group which replaces the resource on the server.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofisInitializedboolean hasGroup()
[Required] The group which replaces the resource on the server.
.google.devtools.clouderrorreporting.v1beta1.ErrorGroup group = 1;ErrorGroup getGroup()
[Required] The group which replaces the resource on the server.
.google.devtools.clouderrorreporting.v1beta1.ErrorGroup group = 1;ErrorGroupOrBuilder getGroupOrBuilder()
[Required] The group which replaces the resource on the server.
.google.devtools.clouderrorreporting.v1beta1.ErrorGroup group = 1;