public interface CreateGroupRequestOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
Group |
getGroup()
A group definition.
|
GroupOrBuilder |
getGroupOrBuilder()
A group definition.
|
java.lang.String |
getName()
The project in which to create the group.
|
ByteString |
getNameBytes()
The project in which to create the group.
|
boolean |
getValidateOnly()
If true, validate this request but do not create the group.
|
boolean |
hasGroup()
A group definition.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
java.lang.String getName()
The project in which to create the group. The format is `"projects/{project_id_or_number}"`.
string name = 4;
ByteString getNameBytes()
The project in which to create the group. The format is `"projects/{project_id_or_number}"`.
string name = 4;
boolean hasGroup()
A group definition. It is an error to define the `name` field because the system assigns the name.
.google.monitoring.v3.Group group = 2;
Group getGroup()
A group definition. It is an error to define the `name` field because the system assigns the name.
.google.monitoring.v3.Group group = 2;
GroupOrBuilder getGroupOrBuilder()
A group definition. It is an error to define the `name` field because the system assigns the name.
.google.monitoring.v3.Group group = 2;
boolean getValidateOnly()
If true, validate this request but do not create the group.
bool validate_only = 3;