Class AuthorizedDomains.AuthorizedDomainsBase (1.3.0)

[BindServiceMethod(typeof(AuthorizedDomains), "BindService")]
public abstract class AuthorizedDomainsBase

Base class for server-side implementations of AuthorizedDomains

Inheritance

Object > AuthorizedDomains.AuthorizedDomainsBase

Namespace

Google.Cloud.AppEngine.V1

Assembly

Google.Cloud.AppEngine.V1.dll

Methods

ListAuthorizedDomains(ListAuthorizedDomainsRequest, ServerCallContext)

public virtual Task<ListAuthorizedDomainsResponse> ListAuthorizedDomains(ListAuthorizedDomainsRequest request, ServerCallContext context)

Lists all domains the user is authorized to administer.

Parameters
NameDescription
requestListAuthorizedDomainsRequest

The request received from the client.

contextServerCallContext

The context of the server-side call handler being invoked.

Returns
TypeDescription
Task<ListAuthorizedDomainsResponse>

The response to send back to the client (wrapped by a task).