public interface UpdateGroupRequestOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getGroup()
public abstract ErrorGroup getGroup()
Required. The group which replaces the resource on the server.
.google.devtools.clouderrorreporting.v1beta1.ErrorGroup group = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
ErrorGroup |
The group. |
getGroupOrBuilder()
public abstract ErrorGroupOrBuilder getGroupOrBuilder()
Required. The group which replaces the resource on the server.
.google.devtools.clouderrorreporting.v1beta1.ErrorGroup group = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
ErrorGroupOrBuilder |
hasGroup()
public abstract boolean hasGroup()
Required. The group which replaces the resource on the server.
.google.devtools.clouderrorreporting.v1beta1.ErrorGroup group = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
boolean |
Whether the group field is set. |