Class AuthorizedDomains.AuthorizedDomainsBase (1.0.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
Name Description
request ListAuthorizedDomainsRequest

The request received from the client.

context ServerCallContext

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

Returns
Type Description
Task<ListAuthorizedDomainsResponse>

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