public class AuthorizedDomainsClient : ClientBase<AuthorizedDomains.AuthorizedDomainsClient>
Client for AuthorizedDomains
Inheritance
Object > ClientBase > ClientBase<AuthorizedDomains.AuthorizedDomainsClient> > AuthorizedDomains.AuthorizedDomainsClientNamespace
Google.Cloud.AppEngine.V1Assembly
Google.Cloud.AppEngine.V1.dll
Constructors
AuthorizedDomainsClient()
protected AuthorizedDomainsClient()
Protected parameterless constructor to allow creation of test doubles.
AuthorizedDomainsClient(CallInvoker)
public AuthorizedDomainsClient(CallInvoker callInvoker)
Creates a new client for AuthorizedDomains that uses a custom CallInvoker
.
Parameter | |
---|---|
Name | Description |
callInvoker | CallInvoker The callInvoker to use to make remote calls. |
AuthorizedDomainsClient(ChannelBase)
public AuthorizedDomainsClient(ChannelBase channel)
Creates a new client for AuthorizedDomains
Parameter | |
---|---|
Name | Description |
channel | ChannelBase The channel to use to make remote calls. |
AuthorizedDomainsClient(ClientBase.ClientBaseConfiguration)
protected AuthorizedDomainsClient(ClientBase.ClientBaseConfiguration configuration)
Protected constructor to allow creation of configured clients.
Parameter | |
---|---|
Name | Description |
configuration | ClientBase.ClientBaseConfiguration The client configuration. |
Methods
ListAuthorizedDomains(ListAuthorizedDomainsRequest, CallOptions)
public virtual ListAuthorizedDomainsResponse ListAuthorizedDomains(ListAuthorizedDomainsRequest request, CallOptions options)
Lists all domains the user is authorized to administer.
Parameters | |
---|---|
Name | Description |
request | ListAuthorizedDomainsRequest The request to send to the server. |
options | CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
ListAuthorizedDomainsResponse | The response received from the server. |
ListAuthorizedDomains(ListAuthorizedDomainsRequest, Metadata, Nullable<DateTime>, CancellationToken)
public virtual ListAuthorizedDomainsResponse ListAuthorizedDomains(ListAuthorizedDomainsRequest request, Metadata headers = null, DateTime? deadline = default(DateTime? ), CancellationToken cancellationToken = default(CancellationToken))
Lists all domains the user is authorized to administer.
Parameters | |
---|---|
Name | Description |
request | ListAuthorizedDomainsRequest The request to send to the server. |
headers | Metadata The initial metadata to send with the call. This parameter is optional. |
deadline | Nullable<DateTime> An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken | CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
ListAuthorizedDomainsResponse | The response received from the server. |
ListAuthorizedDomainsAsync(ListAuthorizedDomainsRequest, CallOptions)
public virtual AsyncUnaryCall<ListAuthorizedDomainsResponse> ListAuthorizedDomainsAsync(ListAuthorizedDomainsRequest request, CallOptions options)
Lists all domains the user is authorized to administer.
Parameters | |
---|---|
Name | Description |
request | ListAuthorizedDomainsRequest The request to send to the server. |
options | CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCall<ListAuthorizedDomainsResponse> | The call object. |
ListAuthorizedDomainsAsync(ListAuthorizedDomainsRequest, Metadata, Nullable<DateTime>, CancellationToken)
public virtual AsyncUnaryCall<ListAuthorizedDomainsResponse> ListAuthorizedDomainsAsync(ListAuthorizedDomainsRequest request, Metadata headers = null, DateTime? deadline = default(DateTime? ), CancellationToken cancellationToken = default(CancellationToken))
Lists all domains the user is authorized to administer.
Parameters | |
---|---|
Name | Description |
request | ListAuthorizedDomainsRequest The request to send to the server. |
headers | Metadata The initial metadata to send with the call. This parameter is optional. |
deadline | Nullable<DateTime> An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken | CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCall<ListAuthorizedDomainsResponse> | The call object. |
NewInstance(ClientBase.ClientBaseConfiguration)
protected override AuthorizedDomains.AuthorizedDomainsClient NewInstance(ClientBase.ClientBaseConfiguration configuration)
Creates a new instance of client from given ClientBaseConfiguration
.
Parameter | |
---|---|
Name | Description |
configuration | ClientBase.ClientBaseConfiguration |
Returns | |
---|---|
Type | Description |
AuthorizedDomains.AuthorizedDomainsClient |