@Generated(value="by gRPC proto compiler", comments="Source: google/monitoring/v3/group_service.proto") public final class GroupServiceGrpc extends Object
The Group API lets you inspect and manage your [groups](#google.monitoring.v3.Group). 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.
| Modifier and Type | Class and Description |
|---|---|
static class |
GroupServiceGrpc.GroupServiceBlockingStub
The Group API lets you inspect and manage your
[groups](#google.monitoring.v3.Group).
|
static class |
GroupServiceGrpc.GroupServiceFutureStub
The Group API lets you inspect and manage your
[groups](#google.monitoring.v3.Group).
|
static class |
GroupServiceGrpc.GroupServiceImplBase
The Group API lets you inspect and manage your
[groups](#google.monitoring.v3.Group).
|
static class |
GroupServiceGrpc.GroupServiceStub
The Group API lets you inspect and manage your
[groups](#google.monitoring.v3.Group).
|
| Modifier and Type | Field and Description |
|---|---|
static String |
SERVICE_NAME |
| Modifier and Type | Method and Description |
|---|---|
static io.grpc.MethodDescriptor<CreateGroupRequest,Group> |
getCreateGroupMethod() |
static io.grpc.MethodDescriptor<DeleteGroupRequest,com.google.protobuf.Empty> |
getDeleteGroupMethod() |
static io.grpc.MethodDescriptor<GetGroupRequest,Group> |
getGetGroupMethod() |
static io.grpc.MethodDescriptor<ListGroupMembersRequest,ListGroupMembersResponse> |
getListGroupMembersMethod() |
static io.grpc.MethodDescriptor<ListGroupsRequest,ListGroupsResponse> |
getListGroupsMethod() |
static io.grpc.ServiceDescriptor |
getServiceDescriptor() |
static io.grpc.MethodDescriptor<UpdateGroupRequest,Group> |
getUpdateGroupMethod() |
static GroupServiceGrpc.GroupServiceBlockingStub |
newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
|
static GroupServiceGrpc.GroupServiceFutureStub |
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
|
static GroupServiceGrpc.GroupServiceStub |
newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
|
public static final String SERVICE_NAME
public static io.grpc.MethodDescriptor<ListGroupsRequest,ListGroupsResponse> getListGroupsMethod()
public static io.grpc.MethodDescriptor<GetGroupRequest,Group> getGetGroupMethod()
public static io.grpc.MethodDescriptor<CreateGroupRequest,Group> getCreateGroupMethod()
public static io.grpc.MethodDescriptor<UpdateGroupRequest,Group> getUpdateGroupMethod()
public static io.grpc.MethodDescriptor<DeleteGroupRequest,com.google.protobuf.Empty> getDeleteGroupMethod()
public static io.grpc.MethodDescriptor<ListGroupMembersRequest,ListGroupMembersResponse> getListGroupMembersMethod()
public static GroupServiceGrpc.GroupServiceStub newStub(io.grpc.Channel channel)
public static GroupServiceGrpc.GroupServiceBlockingStub newBlockingStub(io.grpc.Channel channel)
public static GroupServiceGrpc.GroupServiceFutureStub newFutureStub(io.grpc.Channel channel)
public static io.grpc.ServiceDescriptor getServiceDescriptor()
Copyright © 2020 Google LLC. All rights reserved.