Cloud Domains v1 API - Class Domains (2.3.0)

public static class Domains

Reference documentation and code samples for the Cloud Domains v1 API class Domains.

The Cloud Domains API enables management and configuration of domain names.

Inheritance

object > Domains

Namespace

Google.Cloud.Domains.V1

Assembly

Google.Cloud.Domains.V1.dll

Methods

BindService(DomainsBase)

public static ServerServiceDefinition BindService(Domains.DomainsBase serviceImpl)

Creates service definition that can be registered with a server

Parameter
NameDescription
serviceImplDomainsDomainsBase

An object implementing the server-side handling logic.

Returns
TypeDescription
ServerServiceDefinition

BindService(ServiceBinderBase, DomainsBase)

public static void BindService(ServiceBinderBase serviceBinder, Domains.DomainsBase 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
NameDescription
serviceBinderServiceBinderBase

Service methods will be bound by calling AddMethod on this object.

serviceImplDomainsDomainsBase

An object implementing the server-side handling logic.