public static class KeyTrackingService
Reference documentation and code samples for the KMS Inventory v1 API class KeyTrackingService.
Returns information about the resources in an org that are protected by a given Cloud KMS key via CMEK.
Namespace
Google.Cloud.Kms.Inventory.V1Assembly
Google.Cloud.Kms.Inventory.V1.dll
Methods
BindService(KeyTrackingServiceBase)
public static ServerServiceDefinition BindService(KeyTrackingService.KeyTrackingServiceBase serviceImpl)
Creates service definition that can be registered with a server
Parameter | |
---|---|
Name | Description |
serviceImpl |
KeyTrackingServiceKeyTrackingServiceBase An object implementing the server-side handling logic. |
Returns | |
---|---|
Type | Description |
ServerServiceDefinition |
BindService(ServiceBinderBase, KeyTrackingServiceBase)
public static void BindService(ServiceBinderBase serviceBinder, KeyTrackingService.KeyTrackingServiceBase 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 |
KeyTrackingServiceKeyTrackingServiceBase An object implementing the server-side handling logic. |