[BindServiceMethod(typeof(AuthorizedDomains), "BindService")]
public abstract class AuthorizedDomainsBase
Base class for server-side implementations of AuthorizedDomains
Namespace
Google.Cloud.AppEngine.V1Assembly
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). |