public static class ConfigServiceV2
Service for configuring sinks used to route log entries.
Inheritance
System.Object > ConfigServiceV2Namespace
Google.Cloud.Logging.V2Assembly
Google.Cloud.Logging.V2.dll
Methods
BindService(ConfigServiceV2.ConfigServiceV2Base)
public static ServerServiceDefinition BindService(ConfigServiceV2.ConfigServiceV2Base serviceImpl)
Creates service definition that can be registered with a server
Parameter | |
---|---|
Name | Description |
serviceImpl | ConfigServiceV2.ConfigServiceV2Base An object implementing the server-side handling logic. |
Returns | |
---|---|
Type | Description |
ServerServiceDefinition |
BindService(ServiceBinderBase, ConfigServiceV2.ConfigServiceV2Base)
public static void BindService(ServiceBinderBase serviceBinder, ConfigServiceV2.ConfigServiceV2Base 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 |
serviceImpl | ConfigServiceV2.ConfigServiceV2Base An object implementing the server-side handling logic. |