public static class VpcFlowLogsService
Reference documentation and code samples for the Network Management v1 API class VpcFlowLogsService.
The VPC Flow Logs service in the Google Cloud Network Management API provides configurations that generate Flow Logs. The service and the configuration resources created using this service are global.
Namespace
Google.Cloud.NetworkManagement.V1Assembly
Google.Cloud.NetworkManagement.V1.dll
Methods
BindService(VpcFlowLogsServiceBase)
public static ServerServiceDefinition BindService(VpcFlowLogsService.VpcFlowLogsServiceBase serviceImpl)
Creates service definition that can be registered with a server
Parameter | |
---|---|
Name | Description |
serviceImpl |
VpcFlowLogsServiceVpcFlowLogsServiceBase An object implementing the server-side handling logic. |
Returns | |
---|---|
Type | Description |
ServerServiceDefinition |
BindService(ServiceBinderBase, VpcFlowLogsServiceBase)
public static void BindService(ServiceBinderBase serviceBinder, VpcFlowLogsService.VpcFlowLogsServiceBase 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 |
VpcFlowLogsServiceVpcFlowLogsServiceBase An object implementing the server-side handling logic. |