Package com.google.monitoring.v3
Class GroupServiceGrpc.GroupServiceImplBase
- java.lang.Object
-
- com.google.monitoring.v3.GroupServiceGrpc.GroupServiceImplBase
-
- All Implemented Interfaces:
GroupServiceGrpc.AsyncService
,io.grpc.BindableService
- Enclosing class:
- GroupServiceGrpc
public abstract static class GroupServiceGrpc.GroupServiceImplBase extends Object implements io.grpc.BindableService, GroupServiceGrpc.AsyncService
Base class for the server implementation of the service GroupService.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.
-
-
Constructor Summary
Constructors Constructor Description GroupServiceImplBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.grpc.ServerServiceDefinition
bindService()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.google.monitoring.v3.GroupServiceGrpc.AsyncService
createGroup, deleteGroup, getGroup, listGroupMembers, listGroups, updateGroup
-
-