Class GroupServiceGrpc.GroupServiceFutureStub (3.43.0)

public static final class GroupServiceGrpc.GroupServiceFutureStub extends AbstractFutureStub<GroupServiceGrpc.GroupServiceFutureStub>

A stub to allow clients to do ListenableFuture-style rpc calls to service GroupService.

The Group API lets you inspect and manage your groups. 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.

Inheritance

java.lang.Object > io.grpc.stub.AbstractStub > io.grpc.stub.AbstractFutureStub > GroupServiceGrpc.GroupServiceFutureStub

Methods

build(Channel channel, CallOptions callOptions)

protected GroupServiceGrpc.GroupServiceFutureStub build(Channel channel, CallOptions callOptions)
Parameters
Name Description
channel io.grpc.Channel
callOptions io.grpc.CallOptions
Returns
Type Description
GroupServiceGrpc.GroupServiceFutureStub
Overrides
io.grpc.stub.AbstractStub.build(io.grpc.Channel,io.grpc.CallOptions)

createGroup(CreateGroupRequest request)

public ListenableFuture<Group> createGroup(CreateGroupRequest request)

Creates a new group.

Parameter
Name Description
request CreateGroupRequest
Returns
Type Description
com.google.common.util.concurrent.ListenableFuture<Group>

deleteGroup(DeleteGroupRequest request)

public ListenableFuture<Empty> deleteGroup(DeleteGroupRequest request)

Deletes an existing group.

Parameter
Name Description
request DeleteGroupRequest
Returns
Type Description
com.google.common.util.concurrent.ListenableFuture<Empty>

getGroup(GetGroupRequest request)

public ListenableFuture<Group> getGroup(GetGroupRequest request)

Gets a single group.

Parameter
Name Description
request GetGroupRequest
Returns
Type Description
com.google.common.util.concurrent.ListenableFuture<Group>

listGroupMembers(ListGroupMembersRequest request)

public ListenableFuture<ListGroupMembersResponse> listGroupMembers(ListGroupMembersRequest request)

Lists the monitored resources that are members of a group.

Parameter
Name Description
request ListGroupMembersRequest
Returns
Type Description
com.google.common.util.concurrent.ListenableFuture<ListGroupMembersResponse>

listGroups(ListGroupsRequest request)

public ListenableFuture<ListGroupsResponse> listGroups(ListGroupsRequest request)

Lists the existing groups.

Parameter
Name Description
request ListGroupsRequest
Returns
Type Description
com.google.common.util.concurrent.ListenableFuture<ListGroupsResponse>

updateGroup(UpdateGroupRequest request)

public ListenableFuture<Group> updateGroup(UpdateGroupRequest request)

Updates an existing group. You can change any group attributes except name.

Parameter
Name Description
request UpdateGroupRequest
Returns
Type Description
com.google.common.util.concurrent.ListenableFuture<Group>