Interface UpdateGroupRequestOrBuilder (0.124.0-beta)

public interface UpdateGroupRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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
TypeDescription
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
TypeDescription
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
TypeDescription
boolean

Whether the group field is set.