Google Cloud Monitoring v3 API - Class GroupService (3.8.0)

public static class GroupService

Reference documentation and code samples for the Google Cloud Monitoring v3 API class 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

object > GroupService

Namespace

Google.Cloud.Monitoring.V3

Assembly

Google.Cloud.Monitoring.V3.dll

Methods

BindService(GroupServiceBase)

public static ServerServiceDefinition BindService(GroupService.GroupServiceBase serviceImpl)

Creates service definition that can be registered with a server

Parameter
NameDescription
serviceImplGroupServiceGroupServiceBase

An object implementing the server-side handling logic.

Returns
TypeDescription
ServerServiceDefinition

BindService(ServiceBinderBase, GroupServiceBase)

public static void BindService(ServiceBinderBase serviceBinder, GroupService.GroupServiceBase serviceImpl)

Register service method with a service binder with or without implementation. Useful when customizing the service binding logic. Note: this method is part of an experimental API that can change or be removed without any prior notice.

Parameters
NameDescription
serviceBinderServiceBinderBase

Service methods will be bound by calling AddMethod on this object.

serviceImplGroupServiceGroupServiceBase

An object implementing the server-side handling logic.