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
Name Description
grpcClient AuthorizedDomainsAuthorizedDomainsClient

The underlying gRPC client.

settings AuthorizedDomainsSettings

The base AuthorizedDomainsSettings used within this client.

logger ILogger

Optional ILogger to use within this client.

Properties

GrpcClient

public override AuthorizedDomains.AuthorizedDomainsClient GrpcClient { get; }

The underlying gRPC AuthorizedDomains client

Property Value
Type Description
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
Name Description
request ListAuthorizedDomainsRequest

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

callSettings CallSettings

If not null, applies overrides to this RPC call.

Returns
Type Description
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
Name Description
request ListAuthorizedDomainsRequest

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

callSettings CallSettings

If not null, applies overrides to this RPC call.

Returns
Type Description
PagedAsyncEnumerableListAuthorizedDomainsResponseAuthorizedDomain

A pageable asynchronous sequence of AuthorizedDomain resources.

Overrides