Package com.google.monitoring.v3
Class GroupServiceGrpc
- java.lang.Object
-
- com.google.monitoring.v3.GroupServiceGrpc
-
@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.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
GroupServiceGrpc.AsyncService
The Group API lets you inspect and manage your [groups](#google.monitoring.v3.Group).static class
GroupServiceGrpc.GroupServiceBlockingStub
A stub to allow clients to do synchronous rpc calls to service GroupService.static class
GroupServiceGrpc.GroupServiceFutureStub
A stub to allow clients to do ListenableFuture-style rpc calls to service GroupService.static class
GroupServiceGrpc.GroupServiceImplBase
Base class for the server implementation of the service GroupService.static class
GroupServiceGrpc.GroupServiceStub
A stub to allow clients to do asynchronous rpc calls to service GroupService.
-
Field Summary
Fields Modifier and Type Field Description static String
SERVICE_NAME
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static io.grpc.ServerServiceDefinition
bindService(GroupServiceGrpc.AsyncService service)
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 servicestatic GroupServiceGrpc.GroupServiceFutureStub
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the servicestatic GroupServiceGrpc.GroupServiceStub
newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
-
-
Field Detail
-
SERVICE_NAME
public static final String SERVICE_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getListGroupsMethod
public static io.grpc.MethodDescriptor<ListGroupsRequest,ListGroupsResponse> getListGroupsMethod()
-
getGetGroupMethod
public static io.grpc.MethodDescriptor<GetGroupRequest,Group> getGetGroupMethod()
-
getCreateGroupMethod
public static io.grpc.MethodDescriptor<CreateGroupRequest,Group> getCreateGroupMethod()
-
getUpdateGroupMethod
public static io.grpc.MethodDescriptor<UpdateGroupRequest,Group> getUpdateGroupMethod()
-
getDeleteGroupMethod
public static io.grpc.MethodDescriptor<DeleteGroupRequest,com.google.protobuf.Empty> getDeleteGroupMethod()
-
getListGroupMembersMethod
public static io.grpc.MethodDescriptor<ListGroupMembersRequest,ListGroupMembersResponse> getListGroupMembersMethod()
-
newStub
public static GroupServiceGrpc.GroupServiceStub newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
newBlockingStub
public static GroupServiceGrpc.GroupServiceBlockingStub newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
-
newFutureStub
public static GroupServiceGrpc.GroupServiceFutureStub newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
-
bindService
public static final io.grpc.ServerServiceDefinition bindService(GroupServiceGrpc.AsyncService service)
-
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-
-