Class protos.google.appengine.v1.AuthorizedDomains (3.2.0)

Represents an AuthorizedDomains

Inheritance

$protobuf.rpc.Service > protos.google.appengine.v1.AuthorizedDomains

Package

@google-cloud/appengine-admin

Constructors

(constructor)(rpcImpl, requestDelimited, responseDelimited)

constructor(rpcImpl: $protobuf.RPCImpl, requestDelimited?: boolean, responseDelimited?: boolean);

Constructs a new AuthorizedDomains service.

Parameters
NameDescription
rpcImpl $protobuf.RPCImpl

RPC implementation

requestDelimited boolean

Whether requests are length-delimited

responseDelimited boolean

Whether responses are length-delimited

Methods

create(rpcImpl, requestDelimited, responseDelimited)

public static create(rpcImpl: $protobuf.RPCImpl, requestDelimited?: boolean, responseDelimited?: boolean): AuthorizedDomains;

Creates new AuthorizedDomains service using the specified rpc implementation.

Parameters
NameDescription
rpcImpl $protobuf.RPCImpl

RPC implementation

requestDelimited boolean

Whether requests are length-delimited

responseDelimited boolean

Whether responses are length-delimited

Returns
TypeDescription
AuthorizedDomains

RPC service. Useful where requests and/or responses are streamed.

listAuthorizedDomains(request, callback)

public listAuthorizedDomains(request: google.appengine.v1.IListAuthorizedDomainsRequest, callback: google.appengine.v1.AuthorizedDomains.ListAuthorizedDomainsCallback): void;

Calls ListAuthorizedDomains.

Parameters
NameDescription
request IListAuthorizedDomainsRequest

ListAuthorizedDomainsRequest message or plain object

callback ListAuthorizedDomainsCallback

Node-style callback called with the error, if any, and ListAuthorizedDomainsResponse

Returns
TypeDescription
void

listAuthorizedDomains(request)

public listAuthorizedDomains(request: google.appengine.v1.IListAuthorizedDomainsRequest): Promise<google.appengine.v1.ListAuthorizedDomainsResponse>;

Calls ListAuthorizedDomains.

Parameter
NameDescription
request IListAuthorizedDomainsRequest

ListAuthorizedDomainsRequest message or plain object

Returns
TypeDescription
Promise<google.appengine.v1.ListAuthorizedDomainsResponse>

Promise