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

public class AuthorizedDomains.AuthorizedDomainsClient : ClientBase<AuthorizedDomains.AuthorizedDomainsClient>

Reference documentation and code samples for the App Engine v1 API class AuthorizedDomains.AuthorizedDomainsClient.

Client for AuthorizedDomains

Inheritance

object > ClientBase > ClientBaseAuthorizedDomainsAuthorizedDomainsClient > AuthorizedDomains.AuthorizedDomainsClient

Namespace

Google.Cloud.AppEngine.V1

Assembly

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
NameDescription
callInvokerCallInvoker

The callInvoker to use to make remote calls.

AuthorizedDomainsClient(ChannelBase)

public AuthorizedDomainsClient(ChannelBase channel)

Creates a new client for AuthorizedDomains

Parameter
NameDescription
channelChannelBase

The channel to use to make remote calls.

AuthorizedDomainsClient(ClientBaseConfiguration)

protected AuthorizedDomainsClient(ClientBase.ClientBaseConfiguration configuration)

Protected constructor to allow creation of configured clients.

Parameter
NameDescription
configurationClientBaseClientBaseConfiguration

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
NameDescription
requestListAuthorizedDomainsRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
ListAuthorizedDomainsResponse

The response received from the server.

ListAuthorizedDomains(ListAuthorizedDomainsRequest, Metadata, DateTime?, CancellationToken)

public virtual ListAuthorizedDomainsResponse ListAuthorizedDomains(ListAuthorizedDomainsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Lists all domains the user is authorized to administer.

Parameters
NameDescription
requestListAuthorizedDomainsRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
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
NameDescription
requestListAuthorizedDomainsRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
AsyncUnaryCallListAuthorizedDomainsResponse

The call object.

ListAuthorizedDomainsAsync(ListAuthorizedDomainsRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<ListAuthorizedDomainsResponse> ListAuthorizedDomainsAsync(ListAuthorizedDomainsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Lists all domains the user is authorized to administer.

Parameters
NameDescription
requestListAuthorizedDomainsRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
AsyncUnaryCallListAuthorizedDomainsResponse

The call object.

NewInstance(ClientBaseConfiguration)

protected override AuthorizedDomains.AuthorizedDomainsClient NewInstance(ClientBase.ClientBaseConfiguration configuration)

Creates a new instance of client from given ClientBaseConfiguration.

Parameter
NameDescription
configurationClientBaseClientBaseConfiguration
Returns
TypeDescription
AuthorizedDomainsAuthorizedDomainsClient
Overrides