App Engine v1 API - Class AuthorizedDomainsClientImpl (2.3.0)

public sealed class AuthorizedDomainsClientImpl : AuthorizedDomainsClient

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

AuthorizedDomains client wrapper implementation, for convenient use.

Inheritance

object > AuthorizedDomainsClient > AuthorizedDomainsClientImpl

Namespace

Google.Cloud.AppEngine.V1

Assembly

Google.Cloud.AppEngine.V1.dll

Remarks

Manages domains a user is authorized to administer. To authorize use of a domain, verify ownership via Webmaster Central.

Constructors

AuthorizedDomainsClientImpl(AuthorizedDomainsClient, AuthorizedDomainsSettings, ILogger)

public AuthorizedDomainsClientImpl(AuthorizedDomains.AuthorizedDomainsClient grpcClient, AuthorizedDomainsSettings settings, ILogger logger)

Constructs a client wrapper for the AuthorizedDomains service, with the specified gRPC client and settings.

Parameters
NameDescription
grpcClientAuthorizedDomainsAuthorizedDomainsClient

The underlying gRPC client.

settingsAuthorizedDomainsSettings

The base AuthorizedDomainsSettings used within this client.

loggerILogger

Optional ILogger to use within this client.

Properties

GrpcClient

public override AuthorizedDomains.AuthorizedDomainsClient GrpcClient { get; }

The underlying gRPC AuthorizedDomains client

Property Value
TypeDescription
AuthorizedDomainsAuthorizedDomainsClient
Overrides

Methods

ListAuthorizedDomains(ListAuthorizedDomainsRequest, CallSettings)

public override PagedEnumerable<ListAuthorizedDomainsResponse, AuthorizedDomain> ListAuthorizedDomains(ListAuthorizedDomainsRequest request, CallSettings callSettings = null)

Lists all domains the user is authorized to administer.

Parameters
NameDescription
requestListAuthorizedDomainsRequest

The request object containing all of the parameters for the API call.

callSettingsCallSettings

If not null, applies overrides to this RPC call.

Returns
TypeDescription
PagedEnumerableListAuthorizedDomainsResponseAuthorizedDomain

A pageable sequence of AuthorizedDomain resources.

Overrides

ListAuthorizedDomainsAsync(ListAuthorizedDomainsRequest, CallSettings)

public override PagedAsyncEnumerable<ListAuthorizedDomainsResponse, AuthorizedDomain> ListAuthorizedDomainsAsync(ListAuthorizedDomainsRequest request, CallSettings callSettings = null)

Lists all domains the user is authorized to administer.

Parameters
NameDescription
requestListAuthorizedDomainsRequest

The request object containing all of the parameters for the API call.

callSettingsCallSettings

If not null, applies overrides to this RPC call.

Returns
TypeDescription
PagedAsyncEnumerableListAuthorizedDomainsResponseAuthorizedDomain

A pageable asynchronous sequence of AuthorizedDomain resources.

Overrides