Class GroupServiceGrpc.GroupServiceBlockingStub (3.43.0)

public static final class GroupServiceGrpc.GroupServiceBlockingStub extends AbstractBlockingStub<GroupServiceGrpc.GroupServiceBlockingStub>

A stub to allow clients to do synchronous 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.AbstractBlockingStub > GroupServiceGrpc.GroupServiceBlockingStub

Methods

build(Channel channel, CallOptions callOptions)

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

createGroup(CreateGroupRequest request)

public Group createGroup(CreateGroupRequest request)

Creates a new group.

Parameter
Name Description
request CreateGroupRequest
Returns
Type Description
Group

deleteGroup(DeleteGroupRequest request)

public Empty deleteGroup(DeleteGroupRequest request)

Deletes an existing group.

Parameter
Name Description
request DeleteGroupRequest
Returns
Type Description
Empty

getGroup(GetGroupRequest request)

public Group getGroup(GetGroupRequest request)

Gets a single group.

Parameter
Name Description
request GetGroupRequest
Returns
Type Description
Group

listGroupMembers(ListGroupMembersRequest request)

public ListGroupMembersResponse listGroupMembers(ListGroupMembersRequest request)

Lists the monitored resources that are members of a group.

Parameter
Name Description
request ListGroupMembersRequest
Returns
Type Description
ListGroupMembersResponse

listGroups(ListGroupsRequest request)

public ListGroupsResponse listGroups(ListGroupsRequest request)

Lists the existing groups.

Parameter
Name Description
request ListGroupsRequest
Returns
Type Description
ListGroupsResponse

updateGroup(UpdateGroupRequest request)

public Group updateGroup(UpdateGroupRequest request)

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

Parameter
Name Description
request UpdateGroupRequest
Returns
Type Description
Group