Send feedback
Interface GetGroupRequestOrBuilder (0.138.0-beta)
Stay organized with collections
Save and categorize content based on your preferences.
Version latest keyboard_arrow_down
public interface GetGroupRequestOrBuilder extends MessageOrBuilder
Methods
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) = { ... }
Returns Type Description String
The groupName.
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) = { ... }
Returns Type Description ByteString
The bytes for groupName.
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2023-05-15 UTC.
[{
"type": "thumb-down",
"id": "hardToUnderstand",
"label":"Hard to understand"
},{
"type": "thumb-down",
"id": "incorrectInformationOrSampleCode",
"label":"Incorrect information or sample code"
},{
"type": "thumb-down",
"id": "missingTheInformationSamplesINeed",
"label":"Missing the information/samples I need"
},{
"type": "thumb-down",
"id": "otherDown",
"label":"Other"
}]
[{
"type": "thumb-up",
"id": "easyToUnderstand",
"label":"Easy to understand"
},{
"type": "thumb-up",
"id": "solvedMyProblem",
"label":"Solved my problem"
},{
"type": "thumb-up",
"id": "otherUp",
"label":"Other"
}]
Need to tell us more?