public interface UpdateGroupRequestOrBuilder
extends com.google.protobuf.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, hasOneofboolean hasGroup()
[Required] The group which replaces the resource on the server.
optional .google.devtools.clouderrorreporting.v1beta1.ErrorGroup group = 1;ErrorGroup getGroup()
[Required] The group which replaces the resource on the server.
optional .google.devtools.clouderrorreporting.v1beta1.ErrorGroup group = 1;ErrorGroupOrBuilder getGroupOrBuilder()
[Required] The group which replaces the resource on the server.
optional .google.devtools.clouderrorreporting.v1beta1.ErrorGroup group = 1;