App Engine v1 API - Class AuthorizedDomains.AuthorizedDomainsBase (2.3.0)

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

Reference documentation and code samples for the App Engine v1 API class AuthorizedDomains.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
TaskListAuthorizedDomainsResponse

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