Interface UpdateGroupRequestOrBuilder (3.4.1)

public interface UpdateGroupRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getGroup()

public abstract 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];

Returns
TypeDescription
Group

The group.

getGroupOrBuilder()

public abstract 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];

Returns
TypeDescription
GroupOrBuilder

getValidateOnly()

public abstract boolean getValidateOnly()

If true, validate this request but do not update the existing group.

bool validate_only = 3;

Returns
TypeDescription
boolean

The validateOnly.

hasGroup()

public abstract boolean 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];

Returns
TypeDescription
boolean

Whether the group field is set.