[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
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 |
TaskListAuthorizedDomainsResponse |
The response to send back to the client (wrapped by a task). |