Class GroupServiceGrpc.GroupServiceFutureStub (3.3.6)

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

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
NameDescription
channelio.grpc.Channel
callOptionsio.grpc.CallOptions
Returns
TypeDescription
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
NameDescription
requestCreateGroupRequest
Returns
TypeDescription
com.google.common.util.concurrent.ListenableFuture<Group>

deleteGroup(DeleteGroupRequest request)

public ListenableFuture<Empty> deleteGroup(DeleteGroupRequest request)

Deletes an existing group.

Parameter
NameDescription
requestDeleteGroupRequest
Returns
TypeDescription
com.google.common.util.concurrent.ListenableFuture<Empty>

getGroup(GetGroupRequest request)

public ListenableFuture<Group> getGroup(GetGroupRequest request)

Gets a single group.

Parameter
NameDescription
requestGetGroupRequest
Returns
TypeDescription
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
NameDescription
requestListGroupMembersRequest
Returns
TypeDescription
com.google.common.util.concurrent.ListenableFuture<ListGroupMembersResponse>

listGroups(ListGroupsRequest request)

public ListenableFuture<ListGroupsResponse> listGroups(ListGroupsRequest request)

Lists the existing groups.

Parameter
NameDescription
requestListGroupsRequest
Returns
TypeDescription
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
NameDescription
requestUpdateGroupRequest
Returns
TypeDescription
com.google.common.util.concurrent.ListenableFuture<Group>