Google Cloud Logging v2 API - Class MetricsServiceV2 (4.2.0)

public static class MetricsServiceV2

Reference documentation and code samples for the Google Cloud Logging v2 API class MetricsServiceV2.

Service for configuring logs-based metrics.

Inheritance

object > MetricsServiceV2

Namespace

Google.Cloud.Logging.V2

Assembly

Google.Cloud.Logging.V2.dll

Methods

BindService(MetricsServiceV2Base)

public static ServerServiceDefinition BindService(MetricsServiceV2.MetricsServiceV2Base serviceImpl)

Creates service definition that can be registered with a server

Parameter
NameDescription
serviceImplMetricsServiceV2MetricsServiceV2Base

An object implementing the server-side handling logic.

Returns
TypeDescription
ServerServiceDefinition

BindService(ServiceBinderBase, MetricsServiceV2Base)

public static void BindService(ServiceBinderBase serviceBinder, MetricsServiceV2.MetricsServiceV2Base 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.

serviceImplMetricsServiceV2MetricsServiceV2Base

An object implementing the server-side handling logic.