public interface GetGroupRequestOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getGroupName()
public abstract String getGroupName()
Required. The group resource name. Written as
projects/{projectID}/groups/{group_name}
. Call
groupStats.list
to return a list of groups belonging to this project.
Example: projects/my-project-123/groups/my-group
string group_name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Type | Description |
String | The groupName. |
getGroupNameBytes()
public abstract ByteString getGroupNameBytes()
Required. The group resource name. Written as
projects/{projectID}/groups/{group_name}
. Call
groupStats.list
to return a list of groups belonging to this project.
Example: projects/my-project-123/groups/my-group
string group_name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Type | Description |
ByteString | The bytes for groupName. |