| Modifier and Type | Method and Description |
|---|---|
Group |
Group.Builder.build() |
Group |
Group.Builder.buildPartial() |
static Group |
Group.getDefaultInstance() |
Group |
Group.getDefaultInstanceForType() |
Group |
Group.Builder.getDefaultInstanceForType() |
Group |
UpdateGroupRequest.getGroup()
Required.
|
Group |
UpdateGroupRequest.Builder.getGroup()
Required.
|
Group |
CreateGroupRequest.getGroup()
Required.
|
Group |
CreateGroupRequest.Builder.getGroup()
Required.
|
Group |
UpdateGroupRequestOrBuilder.getGroup()
Required.
|
Group |
CreateGroupRequestOrBuilder.getGroup()
Required.
|
Group |
ListGroupsResponse.getGroup(int index)
The groups that match the specified filters.
|
Group |
ListGroupsResponse.Builder.getGroup(int index)
The groups that match the specified filters.
|
Group |
ListGroupsResponseOrBuilder.getGroup(int index)
The groups that match the specified filters.
|
static Group |
Group.parseDelimitedFrom(InputStream input) |
static Group |
Group.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Group |
Group.parseFrom(byte[] data) |
static Group |
Group.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Group |
Group.parseFrom(ByteBuffer data) |
static Group |
Group.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Group |
Group.parseFrom(com.google.protobuf.ByteString data) |
static Group |
Group.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Group |
Group.parseFrom(com.google.protobuf.CodedInputStream input) |
static Group |
Group.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Group |
Group.parseFrom(InputStream input) |
static Group |
Group.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
List<Group> |
ListGroupsResponse.getGroupList()
The groups that match the specified filters.
|
List<Group> |
ListGroupsResponse.Builder.getGroupList()
The groups that match the specified filters.
|
List<Group> |
ListGroupsResponseOrBuilder.getGroupList()
The groups that match the specified filters.
|
com.google.protobuf.Parser<Group> |
Group.getParserForType() |
static com.google.protobuf.Parser<Group> |
Group.parser() |
| Modifier and Type | Method and Description |
|---|---|
ListGroupsResponse.Builder |
ListGroupsResponse.Builder.addGroup(Group value)
The groups that match the specified filters.
|
ListGroupsResponse.Builder |
ListGroupsResponse.Builder.addGroup(int index,
Group value)
The groups that match the specified filters.
|
Group.Builder |
Group.Builder.mergeFrom(Group other) |
UpdateGroupRequest.Builder |
UpdateGroupRequest.Builder.mergeGroup(Group value)
Required.
|
CreateGroupRequest.Builder |
CreateGroupRequest.Builder.mergeGroup(Group value)
Required.
|
static Group.Builder |
Group.newBuilder(Group prototype) |
UpdateGroupRequest.Builder |
UpdateGroupRequest.Builder.setGroup(Group value)
Required.
|
CreateGroupRequest.Builder |
CreateGroupRequest.Builder.setGroup(Group value)
Required.
|
ListGroupsResponse.Builder |
ListGroupsResponse.Builder.setGroup(int index,
Group value)
The groups that match the specified filters.
|
| Modifier and Type | Method and Description |
|---|---|
ListGroupsResponse.Builder |
ListGroupsResponse.Builder.addAllGroup(Iterable<? extends Group> values)
The groups that match the specified filters.
|
Copyright © 2025 Google LLC. All rights reserved.