public static class GDCHardwareManagement
Reference documentation and code samples for the GDC Hardware Management v1alpha API class GDCHardwareManagement.
The GDC Hardware Management service.
Namespace
Google.Cloud.GdcHardwareManagement.V1AlphaAssembly
Google.Cloud.GdcHardwareManagement.V1Alpha.dll
Methods
BindService(GDCHardwareManagementBase)
public static ServerServiceDefinition BindService(GDCHardwareManagement.GDCHardwareManagementBase serviceImpl)
Creates service definition that can be registered with a server
Parameter | |
---|---|
Name | Description |
serviceImpl |
GDCHardwareManagementGDCHardwareManagementBase An object implementing the server-side handling logic. |
Returns | |
---|---|
Type | Description |
ServerServiceDefinition |
BindService(ServiceBinderBase, GDCHardwareManagementBase)
public static void BindService(ServiceBinderBase serviceBinder, GDCHardwareManagement.GDCHardwareManagementBase 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 |
GDCHardwareManagementGDCHardwareManagementBase An object implementing the server-side handling logic. |