Cloud Controls Partner v1 API - Class CloudControlsPartnerCore (1.0.0-beta02)

public static class CloudControlsPartnerCore

Reference documentation and code samples for the Cloud Controls Partner v1 API class CloudControlsPartnerCore.

Service describing handlers for resources

Inheritance

object > CloudControlsPartnerCore

Namespace

Google.Cloud.CloudControlsPartner.V1

Assembly

Google.Cloud.CloudControlsPartner.V1.dll

Methods

BindService(CloudControlsPartnerCoreBase)

public static ServerServiceDefinition BindService(CloudControlsPartnerCore.CloudControlsPartnerCoreBase serviceImpl)

Creates service definition that can be registered with a server

Parameter
Name Description
serviceImpl CloudControlsPartnerCoreCloudControlsPartnerCoreBase

An object implementing the server-side handling logic.

Returns
Type Description
ServerServiceDefinition

BindService(ServiceBinderBase, CloudControlsPartnerCoreBase)

public static void BindService(ServiceBinderBase serviceBinder, CloudControlsPartnerCore.CloudControlsPartnerCoreBase 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 CloudControlsPartnerCoreCloudControlsPartnerCoreBase

An object implementing the server-side handling logic.