@Generated(value="by gapic-generator-java") public class GroupServiceClient extends Object implements com.google.api.gax.core.BackgroundResource
A group is a named filter that is used to identify a collection of monitored resources. Groups are typically used to mirror the physical and/or logical topology of the environment. Because group membership is computed dynamically, monitored resources that are started in the future are automatically placed in matching groups. By using a group to name monitored resources in, for example, an alert policy, the target of that alert policy is updated automatically as monitored resources are added and removed from the infrastructure.
This class provides the ability to make remote calls to the backing service through method calls that map to API methods. Sample code to get started:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (GroupServiceClient groupServiceClient = GroupServiceClient.create()) {
GroupName name = GroupName.ofProjectGroupName("[PROJECT]", "[GROUP]");
Group response = groupServiceClient.getGroup(name);
}
Note: close() needs to be called on the GroupServiceClient object to clean up resources such as threads. In the example above, try-with-resources is used, which automatically calls close().
| Method | Description | Method Variants |
|---|---|---|
ListGroups |
Lists the existing groups. |
Request object method variants only take one parameter, a request object, which must be constructed before the call.
"Flattened" method variants have converted the fields of the request object into function parameters to enable multiple ways to call the same method.
Callable method variants take no parameters and return an immutable API callable object, which can be used to initiate calls to the service.
|
GetGroup |
Gets a single group. |
Request object method variants only take one parameter, a request object, which must be constructed before the call.
"Flattened" method variants have converted the fields of the request object into function parameters to enable multiple ways to call the same method.
Callable method variants take no parameters and return an immutable API callable object, which can be used to initiate calls to the service.
|
CreateGroup |
Creates a new group. |
Request object method variants only take one parameter, a request object, which must be constructed before the call.
"Flattened" method variants have converted the fields of the request object into function parameters to enable multiple ways to call the same method.
Callable method variants take no parameters and return an immutable API callable object, which can be used to initiate calls to the service.
|
UpdateGroup |
Updates an existing group. You can change any group attributes except `name`. |
Request object method variants only take one parameter, a request object, which must be constructed before the call.
"Flattened" method variants have converted the fields of the request object into function parameters to enable multiple ways to call the same method.
Callable method variants take no parameters and return an immutable API callable object, which can be used to initiate calls to the service.
|
DeleteGroup |
Deletes an existing group. |
Request object method variants only take one parameter, a request object, which must be constructed before the call.
"Flattened" method variants have converted the fields of the request object into function parameters to enable multiple ways to call the same method.
Callable method variants take no parameters and return an immutable API callable object, which can be used to initiate calls to the service.
|
ListGroupMembers |
Lists the monitored resources that are members of a group. |
Request object method variants only take one parameter, a request object, which must be constructed before the call.
"Flattened" method variants have converted the fields of the request object into function parameters to enable multiple ways to call the same method.
Callable method variants take no parameters and return an immutable API callable object, which can be used to initiate calls to the service.
|
See the individual methods for example code.
Many parameters require resource names to be formatted in a particular way. To assist with these names, this class includes a format method for each type of name, and additionally a parse method to extract the individual identifiers contained within names that are returned.
This class can be customized by passing in a custom instance of GroupServiceSettings to create(). For example:
To customize credentials:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
GroupServiceSettings groupServiceSettings =
GroupServiceSettings.newBuilder()
.setCredentialsProvider(FixedCredentialsProvider.create(myCredentials))
.build();
GroupServiceClient groupServiceClient = GroupServiceClient.create(groupServiceSettings);
To customize the endpoint:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
GroupServiceSettings groupServiceSettings =
GroupServiceSettings.newBuilder().setEndpoint(myEndpoint).build();
GroupServiceClient groupServiceClient = GroupServiceClient.create(groupServiceSettings);
Please refer to the GitHub repository's samples for more quickstart code snippets.
| Modifier and Type | Class and Description |
|---|---|
static class |
GroupServiceClient.ListGroupMembersFixedSizeCollection |
static class |
GroupServiceClient.ListGroupMembersPage |
static class |
GroupServiceClient.ListGroupMembersPagedResponse |
static class |
GroupServiceClient.ListGroupsFixedSizeCollection |
static class |
GroupServiceClient.ListGroupsPage |
static class |
GroupServiceClient.ListGroupsPagedResponse |
| Modifier | Constructor and Description |
|---|---|
protected |
GroupServiceClient(GroupServiceSettings settings)
Constructs an instance of GroupServiceClient, using the given settings.
|
protected |
GroupServiceClient(GroupServiceStub stub) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
awaitTermination(long duration,
TimeUnit unit) |
void |
close() |
static GroupServiceClient |
create()
Constructs an instance of GroupServiceClient with default settings.
|
static GroupServiceClient |
create(GroupServiceSettings settings)
Constructs an instance of GroupServiceClient, using the given settings.
|
static GroupServiceClient |
create(GroupServiceStub stub)
Constructs an instance of GroupServiceClient, using the given stub for making calls.
|
Group |
createGroup(CreateGroupRequest request)
Creates a new group.
|
Group |
createGroup(OrganizationName name,
Group group)
Creates a new group.
|
Group |
createGroup(ProjectName name,
Group group)
Creates a new group.
|
Group |
createGroup(com.google.api.resourcenames.ResourceName name,
Group group)
Creates a new group.
|
Group |
createGroup(String name,
Group group)
Creates a new group.
|
com.google.api.gax.rpc.UnaryCallable<CreateGroupRequest,Group> |
createGroupCallable()
Creates a new group.
|
void |
deleteGroup(DeleteGroupRequest request)
Deletes an existing group.
|
void |
deleteGroup(GroupName name)
Deletes an existing group.
|
void |
deleteGroup(String name)
Deletes an existing group.
|
com.google.api.gax.rpc.UnaryCallable<DeleteGroupRequest,com.google.protobuf.Empty> |
deleteGroupCallable()
Deletes an existing group.
|
Group |
getGroup(GetGroupRequest request)
Gets a single group.
|
Group |
getGroup(GroupName name)
Gets a single group.
|
Group |
getGroup(String name)
Gets a single group.
|
com.google.api.gax.rpc.UnaryCallable<GetGroupRequest,Group> |
getGroupCallable()
Gets a single group.
|
GroupServiceSettings |
getSettings() |
GroupServiceStub |
getStub() |
boolean |
isShutdown() |
boolean |
isTerminated() |
GroupServiceClient.ListGroupMembersPagedResponse |
listGroupMembers(GroupName name)
Lists the monitored resources that are members of a group.
|
GroupServiceClient.ListGroupMembersPagedResponse |
listGroupMembers(ListGroupMembersRequest request)
Lists the monitored resources that are members of a group.
|
GroupServiceClient.ListGroupMembersPagedResponse |
listGroupMembers(String name)
Lists the monitored resources that are members of a group.
|
com.google.api.gax.rpc.UnaryCallable<ListGroupMembersRequest,ListGroupMembersResponse> |
listGroupMembersCallable()
Lists the monitored resources that are members of a group.
|
com.google.api.gax.rpc.UnaryCallable<ListGroupMembersRequest,GroupServiceClient.ListGroupMembersPagedResponse> |
listGroupMembersPagedCallable()
Lists the monitored resources that are members of a group.
|
GroupServiceClient.ListGroupsPagedResponse |
listGroups(ListGroupsRequest request)
Lists the existing groups.
|
GroupServiceClient.ListGroupsPagedResponse |
listGroups(OrganizationName name)
Lists the existing groups.
|
GroupServiceClient.ListGroupsPagedResponse |
listGroups(ProjectName name)
Lists the existing groups.
|
GroupServiceClient.ListGroupsPagedResponse |
listGroups(com.google.api.resourcenames.ResourceName name)
Lists the existing groups.
|
GroupServiceClient.ListGroupsPagedResponse |
listGroups(String name)
Lists the existing groups.
|
com.google.api.gax.rpc.UnaryCallable<ListGroupsRequest,ListGroupsResponse> |
listGroupsCallable()
Lists the existing groups.
|
com.google.api.gax.rpc.UnaryCallable<ListGroupsRequest,GroupServiceClient.ListGroupsPagedResponse> |
listGroupsPagedCallable()
Lists the existing groups.
|
void |
shutdown() |
void |
shutdownNow() |
Group |
updateGroup(Group group)
Updates an existing group.
|
Group |
updateGroup(UpdateGroupRequest request)
Updates an existing group.
|
com.google.api.gax.rpc.UnaryCallable<UpdateGroupRequest,Group> |
updateGroupCallable()
Updates an existing group.
|
protected GroupServiceClient(GroupServiceSettings settings) throws IOException
IOExceptionprotected GroupServiceClient(GroupServiceStub stub)
public static final GroupServiceClient create() throws IOException
IOExceptionpublic static final GroupServiceClient create(GroupServiceSettings settings) throws IOException
IOExceptionpublic static final GroupServiceClient create(GroupServiceStub stub)
public final GroupServiceSettings getSettings()
public GroupServiceStub getStub()
public final GroupServiceClient.ListGroupsPagedResponse listGroups(com.google.api.resourcenames.ResourceName name)
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (GroupServiceClient groupServiceClient = GroupServiceClient.create()) {
ResourceName name = ResourceName.of("[FOLDER]");
for (Group element : groupServiceClient.listGroups(name).iterateAll()) {
// doThingsWith(element);
}
}
name - Required. The [project](https://cloud.google.com/monitoring/api/v3#project_name)
whose groups are to be listed. The format is:
projects/[PROJECT_ID_OR_NUMBER]
com.google.api.gax.rpc.ApiException - if the remote call failspublic final GroupServiceClient.ListGroupsPagedResponse listGroups(OrganizationName name)
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (GroupServiceClient groupServiceClient = GroupServiceClient.create()) {
OrganizationName name = OrganizationName.of("[ORGANIZATION]");
for (Group element : groupServiceClient.listGroups(name).iterateAll()) {
// doThingsWith(element);
}
}
name - Required. The [project](https://cloud.google.com/monitoring/api/v3#project_name)
whose groups are to be listed. The format is:
projects/[PROJECT_ID_OR_NUMBER]
com.google.api.gax.rpc.ApiException - if the remote call failspublic final GroupServiceClient.ListGroupsPagedResponse listGroups(ProjectName name)
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (GroupServiceClient groupServiceClient = GroupServiceClient.create()) {
ProjectName name = ProjectName.of("[PROJECT]");
for (Group element : groupServiceClient.listGroups(name).iterateAll()) {
// doThingsWith(element);
}
}
name - Required. The [project](https://cloud.google.com/monitoring/api/v3#project_name)
whose groups are to be listed. The format is:
projects/[PROJECT_ID_OR_NUMBER]
com.google.api.gax.rpc.ApiException - if the remote call failspublic final GroupServiceClient.ListGroupsPagedResponse listGroups(String name)
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (GroupServiceClient groupServiceClient = GroupServiceClient.create()) {
String name = ProjectName.of("[PROJECT]").toString();
for (Group element : groupServiceClient.listGroups(name).iterateAll()) {
// doThingsWith(element);
}
}
name - Required. The [project](https://cloud.google.com/monitoring/api/v3#project_name)
whose groups are to be listed. The format is:
projects/[PROJECT_ID_OR_NUMBER]
com.google.api.gax.rpc.ApiException - if the remote call failspublic final GroupServiceClient.ListGroupsPagedResponse listGroups(ListGroupsRequest request)
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (GroupServiceClient groupServiceClient = GroupServiceClient.create()) {
ListGroupsRequest request =
ListGroupsRequest.newBuilder()
.setName(ProjectName.of("[PROJECT]").toString())
.setPageSize(883849137)
.setPageToken("pageToken873572522")
.build();
for (Group element : groupServiceClient.listGroups(request).iterateAll()) {
// doThingsWith(element);
}
}
request - The request object containing all of the parameters for the API call.com.google.api.gax.rpc.ApiException - if the remote call failspublic final com.google.api.gax.rpc.UnaryCallable<ListGroupsRequest,GroupServiceClient.ListGroupsPagedResponse> listGroupsPagedCallable()
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (GroupServiceClient groupServiceClient = GroupServiceClient.create()) {
ListGroupsRequest request =
ListGroupsRequest.newBuilder()
.setName(ProjectName.of("[PROJECT]").toString())
.setPageSize(883849137)
.setPageToken("pageToken873572522")
.build();
ApiFuture<Group> future = groupServiceClient.listGroupsPagedCallable().futureCall(request);
// Do something.
for (Group element : future.get().iterateAll()) {
// doThingsWith(element);
}
}
public final com.google.api.gax.rpc.UnaryCallable<ListGroupsRequest,ListGroupsResponse> listGroupsCallable()
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (GroupServiceClient groupServiceClient = GroupServiceClient.create()) {
ListGroupsRequest request =
ListGroupsRequest.newBuilder()
.setName(ProjectName.of("[PROJECT]").toString())
.setPageSize(883849137)
.setPageToken("pageToken873572522")
.build();
while (true) {
ListGroupsResponse response = groupServiceClient.listGroupsCallable().call(request);
for (Group element : response.getGroupList()) {
// doThingsWith(element);
}
String nextPageToken = response.getNextPageToken();
if (!Strings.isNullOrEmpty(nextPageToken)) {
request = request.toBuilder().setPageToken(nextPageToken).build();
} else {
break;
}
}
}
public final Group getGroup(GroupName name)
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (GroupServiceClient groupServiceClient = GroupServiceClient.create()) {
GroupName name = GroupName.ofProjectGroupName("[PROJECT]", "[GROUP]");
Group response = groupServiceClient.getGroup(name);
}
name - Required. The group to retrieve. The format is:
projects/[PROJECT_ID_OR_NUMBER]/groups/[GROUP_ID]
com.google.api.gax.rpc.ApiException - if the remote call failspublic final Group getGroup(String name)
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (GroupServiceClient groupServiceClient = GroupServiceClient.create()) {
String name = GroupName.ofProjectGroupName("[PROJECT]", "[GROUP]").toString();
Group response = groupServiceClient.getGroup(name);
}
name - Required. The group to retrieve. The format is:
projects/[PROJECT_ID_OR_NUMBER]/groups/[GROUP_ID]
com.google.api.gax.rpc.ApiException - if the remote call failspublic final Group getGroup(GetGroupRequest request)
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (GroupServiceClient groupServiceClient = GroupServiceClient.create()) {
GetGroupRequest request =
GetGroupRequest.newBuilder()
.setName(GroupName.ofProjectGroupName("[PROJECT]", "[GROUP]").toString())
.build();
Group response = groupServiceClient.getGroup(request);
}
request - The request object containing all of the parameters for the API call.com.google.api.gax.rpc.ApiException - if the remote call failspublic final com.google.api.gax.rpc.UnaryCallable<GetGroupRequest,Group> getGroupCallable()
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (GroupServiceClient groupServiceClient = GroupServiceClient.create()) {
GetGroupRequest request =
GetGroupRequest.newBuilder()
.setName(GroupName.ofProjectGroupName("[PROJECT]", "[GROUP]").toString())
.build();
ApiFuture<Group> future = groupServiceClient.getGroupCallable().futureCall(request);
// Do something.
Group response = future.get();
}
public final Group createGroup(com.google.api.resourcenames.ResourceName name, Group group)
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (GroupServiceClient groupServiceClient = GroupServiceClient.create()) {
ResourceName name = ResourceName.of("[FOLDER]");
Group group = Group.newBuilder().build();
Group response = groupServiceClient.createGroup(name, group);
}
name - Required. The [project](https://cloud.google.com/monitoring/api/v3#project_name) in
which to create the group. The format is:
projects/[PROJECT_ID_OR_NUMBER]
group - Required. A group definition. It is an error to define the `name` field because
the system assigns the name.com.google.api.gax.rpc.ApiException - if the remote call failspublic final Group createGroup(OrganizationName name, Group group)
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (GroupServiceClient groupServiceClient = GroupServiceClient.create()) {
OrganizationName name = OrganizationName.of("[ORGANIZATION]");
Group group = Group.newBuilder().build();
Group response = groupServiceClient.createGroup(name, group);
}
name - Required. The [project](https://cloud.google.com/monitoring/api/v3#project_name) in
which to create the group. The format is:
projects/[PROJECT_ID_OR_NUMBER]
group - Required. A group definition. It is an error to define the `name` field because
the system assigns the name.com.google.api.gax.rpc.ApiException - if the remote call failspublic final Group createGroup(ProjectName name, Group group)
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (GroupServiceClient groupServiceClient = GroupServiceClient.create()) {
ProjectName name = ProjectName.of("[PROJECT]");
Group group = Group.newBuilder().build();
Group response = groupServiceClient.createGroup(name, group);
}
name - Required. The [project](https://cloud.google.com/monitoring/api/v3#project_name) in
which to create the group. The format is:
projects/[PROJECT_ID_OR_NUMBER]
group - Required. A group definition. It is an error to define the `name` field because
the system assigns the name.com.google.api.gax.rpc.ApiException - if the remote call failspublic final Group createGroup(String name, Group group)
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (GroupServiceClient groupServiceClient = GroupServiceClient.create()) {
String name = ProjectName.of("[PROJECT]").toString();
Group group = Group.newBuilder().build();
Group response = groupServiceClient.createGroup(name, group);
}
name - Required. The [project](https://cloud.google.com/monitoring/api/v3#project_name) in
which to create the group. The format is:
projects/[PROJECT_ID_OR_NUMBER]
group - Required. A group definition. It is an error to define the `name` field because
the system assigns the name.com.google.api.gax.rpc.ApiException - if the remote call failspublic final Group createGroup(CreateGroupRequest request)
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (GroupServiceClient groupServiceClient = GroupServiceClient.create()) {
CreateGroupRequest request =
CreateGroupRequest.newBuilder()
.setName(ProjectName.of("[PROJECT]").toString())
.setGroup(Group.newBuilder().build())
.setValidateOnly(true)
.build();
Group response = groupServiceClient.createGroup(request);
}
request - The request object containing all of the parameters for the API call.com.google.api.gax.rpc.ApiException - if the remote call failspublic final com.google.api.gax.rpc.UnaryCallable<CreateGroupRequest,Group> createGroupCallable()
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (GroupServiceClient groupServiceClient = GroupServiceClient.create()) {
CreateGroupRequest request =
CreateGroupRequest.newBuilder()
.setName(ProjectName.of("[PROJECT]").toString())
.setGroup(Group.newBuilder().build())
.setValidateOnly(true)
.build();
ApiFuture<Group> future = groupServiceClient.createGroupCallable().futureCall(request);
// Do something.
Group response = future.get();
}
public final Group updateGroup(Group group)
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (GroupServiceClient groupServiceClient = GroupServiceClient.create()) {
Group group = Group.newBuilder().build();
Group response = groupServiceClient.updateGroup(group);
}
group - Required. The new definition of the group. All fields of the existing group,
excepting `name`, are replaced with the corresponding fields of this group.com.google.api.gax.rpc.ApiException - if the remote call failspublic final Group updateGroup(UpdateGroupRequest request)
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (GroupServiceClient groupServiceClient = GroupServiceClient.create()) {
UpdateGroupRequest request =
UpdateGroupRequest.newBuilder()
.setGroup(Group.newBuilder().build())
.setValidateOnly(true)
.build();
Group response = groupServiceClient.updateGroup(request);
}
request - The request object containing all of the parameters for the API call.com.google.api.gax.rpc.ApiException - if the remote call failspublic final com.google.api.gax.rpc.UnaryCallable<UpdateGroupRequest,Group> updateGroupCallable()
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (GroupServiceClient groupServiceClient = GroupServiceClient.create()) {
UpdateGroupRequest request =
UpdateGroupRequest.newBuilder()
.setGroup(Group.newBuilder().build())
.setValidateOnly(true)
.build();
ApiFuture<Group> future = groupServiceClient.updateGroupCallable().futureCall(request);
// Do something.
Group response = future.get();
}
public final void deleteGroup(GroupName name)
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (GroupServiceClient groupServiceClient = GroupServiceClient.create()) {
GroupName name = GroupName.ofProjectGroupName("[PROJECT]", "[GROUP]");
groupServiceClient.deleteGroup(name);
}
name - Required. The group to delete. The format is:
projects/[PROJECT_ID_OR_NUMBER]/groups/[GROUP_ID]
com.google.api.gax.rpc.ApiException - if the remote call failspublic final void deleteGroup(String name)
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (GroupServiceClient groupServiceClient = GroupServiceClient.create()) {
String name = GroupName.ofProjectGroupName("[PROJECT]", "[GROUP]").toString();
groupServiceClient.deleteGroup(name);
}
name - Required. The group to delete. The format is:
projects/[PROJECT_ID_OR_NUMBER]/groups/[GROUP_ID]
com.google.api.gax.rpc.ApiException - if the remote call failspublic final void deleteGroup(DeleteGroupRequest request)
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (GroupServiceClient groupServiceClient = GroupServiceClient.create()) {
DeleteGroupRequest request =
DeleteGroupRequest.newBuilder()
.setName(GroupName.ofProjectGroupName("[PROJECT]", "[GROUP]").toString())
.setRecursive(true)
.build();
groupServiceClient.deleteGroup(request);
}
request - The request object containing all of the parameters for the API call.com.google.api.gax.rpc.ApiException - if the remote call failspublic final com.google.api.gax.rpc.UnaryCallable<DeleteGroupRequest,com.google.protobuf.Empty> deleteGroupCallable()
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (GroupServiceClient groupServiceClient = GroupServiceClient.create()) {
DeleteGroupRequest request =
DeleteGroupRequest.newBuilder()
.setName(GroupName.ofProjectGroupName("[PROJECT]", "[GROUP]").toString())
.setRecursive(true)
.build();
ApiFuture<Empty> future = groupServiceClient.deleteGroupCallable().futureCall(request);
// Do something.
future.get();
}
public final GroupServiceClient.ListGroupMembersPagedResponse listGroupMembers(GroupName name)
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (GroupServiceClient groupServiceClient = GroupServiceClient.create()) {
GroupName name = GroupName.ofProjectGroupName("[PROJECT]", "[GROUP]");
for (MonitoredResource element : groupServiceClient.listGroupMembers(name).iterateAll()) {
// doThingsWith(element);
}
}
name - Required. The group whose members are listed. The format is:
projects/[PROJECT_ID_OR_NUMBER]/groups/[GROUP_ID]
com.google.api.gax.rpc.ApiException - if the remote call failspublic final GroupServiceClient.ListGroupMembersPagedResponse listGroupMembers(String name)
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (GroupServiceClient groupServiceClient = GroupServiceClient.create()) {
String name = GroupName.ofProjectGroupName("[PROJECT]", "[GROUP]").toString();
for (MonitoredResource element : groupServiceClient.listGroupMembers(name).iterateAll()) {
// doThingsWith(element);
}
}
name - Required. The group whose members are listed. The format is:
projects/[PROJECT_ID_OR_NUMBER]/groups/[GROUP_ID]
com.google.api.gax.rpc.ApiException - if the remote call failspublic final GroupServiceClient.ListGroupMembersPagedResponse listGroupMembers(ListGroupMembersRequest request)
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (GroupServiceClient groupServiceClient = GroupServiceClient.create()) {
ListGroupMembersRequest request =
ListGroupMembersRequest.newBuilder()
.setName(GroupName.ofProjectGroupName("[PROJECT]", "[GROUP]").toString())
.setPageSize(883849137)
.setPageToken("pageToken873572522")
.setFilter("filter-1274492040")
.setInterval(TimeInterval.newBuilder().build())
.build();
for (MonitoredResource element : groupServiceClient.listGroupMembers(request).iterateAll()) {
// doThingsWith(element);
}
}
request - The request object containing all of the parameters for the API call.com.google.api.gax.rpc.ApiException - if the remote call failspublic final com.google.api.gax.rpc.UnaryCallable<ListGroupMembersRequest,GroupServiceClient.ListGroupMembersPagedResponse> listGroupMembersPagedCallable()
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (GroupServiceClient groupServiceClient = GroupServiceClient.create()) {
ListGroupMembersRequest request =
ListGroupMembersRequest.newBuilder()
.setName(GroupName.ofProjectGroupName("[PROJECT]", "[GROUP]").toString())
.setPageSize(883849137)
.setPageToken("pageToken873572522")
.setFilter("filter-1274492040")
.setInterval(TimeInterval.newBuilder().build())
.build();
ApiFuture<MonitoredResource> future =
groupServiceClient.listGroupMembersPagedCallable().futureCall(request);
// Do something.
for (MonitoredResource element : future.get().iterateAll()) {
// doThingsWith(element);
}
}
public final com.google.api.gax.rpc.UnaryCallable<ListGroupMembersRequest,ListGroupMembersResponse> listGroupMembersCallable()
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (GroupServiceClient groupServiceClient = GroupServiceClient.create()) {
ListGroupMembersRequest request =
ListGroupMembersRequest.newBuilder()
.setName(GroupName.ofProjectGroupName("[PROJECT]", "[GROUP]").toString())
.setPageSize(883849137)
.setPageToken("pageToken873572522")
.setFilter("filter-1274492040")
.setInterval(TimeInterval.newBuilder().build())
.build();
while (true) {
ListGroupMembersResponse response =
groupServiceClient.listGroupMembersCallable().call(request);
for (MonitoredResource element : response.getMembersList()) {
// doThingsWith(element);
}
String nextPageToken = response.getNextPageToken();
if (!Strings.isNullOrEmpty(nextPageToken)) {
request = request.toBuilder().setPageToken(nextPageToken).build();
} else {
break;
}
}
}
public final void close()
close in interface AutoCloseablepublic void shutdown()
shutdown in interface com.google.api.gax.core.BackgroundResourcepublic boolean isShutdown()
isShutdown in interface com.google.api.gax.core.BackgroundResourcepublic boolean isTerminated()
isTerminated in interface com.google.api.gax.core.BackgroundResourcepublic void shutdownNow()
shutdownNow in interface com.google.api.gax.core.BackgroundResourcepublic boolean awaitTermination(long duration,
TimeUnit unit)
throws InterruptedException
awaitTermination in interface com.google.api.gax.core.BackgroundResourceInterruptedExceptionCopyright © 2024 Google LLC. All rights reserved.