Google Cloud Logging v2 API - Class LoggingServiceV2 (4.4.0)

public static class LoggingServiceV2

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

Service for ingesting and querying logs.

Inheritance

object > LoggingServiceV2

Namespace

Google.Cloud.Logging.V2

Assembly

Google.Cloud.Logging.V2.dll

Methods

BindService(LoggingServiceV2Base)

public static ServerServiceDefinition BindService(LoggingServiceV2.LoggingServiceV2Base serviceImpl)

Creates service definition that can be registered with a server

Parameter
Name Description
serviceImpl LoggingServiceV2LoggingServiceV2Base

An object implementing the server-side handling logic.

Returns
Type Description
ServerServiceDefinition

BindService(ServiceBinderBase, LoggingServiceV2Base)

public static void BindService(ServiceBinderBase serviceBinder, LoggingServiceV2.LoggingServiceV2Base 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
Name Description
serviceBinder ServiceBinderBase

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

serviceImpl LoggingServiceV2LoggingServiceV2Base

An object implementing the server-side handling logic.