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

Represents an AuthorizedCertificates

Inheritance

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

Package

@google-cloud/appengine-admin

Constructors

(constructor)(rpcImpl, requestDelimited, responseDelimited)

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

Constructs a new AuthorizedCertificates 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): AuthorizedCertificates;

Creates new AuthorizedCertificates 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
AuthorizedCertificates

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

createAuthorizedCertificate(request, callback)

public createAuthorizedCertificate(request: google.appengine.v1.ICreateAuthorizedCertificateRequest, callback: google.appengine.v1.AuthorizedCertificates.CreateAuthorizedCertificateCallback): void;

Calls CreateAuthorizedCertificate.

Parameters
NameDescription
request ICreateAuthorizedCertificateRequest

CreateAuthorizedCertificateRequest message or plain object

callback CreateAuthorizedCertificateCallback

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

Returns
TypeDescription
void

createAuthorizedCertificate(request)

public createAuthorizedCertificate(request: google.appengine.v1.ICreateAuthorizedCertificateRequest): Promise<google.appengine.v1.AuthorizedCertificate>;

Calls CreateAuthorizedCertificate.

Parameter
NameDescription
request ICreateAuthorizedCertificateRequest

CreateAuthorizedCertificateRequest message or plain object

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

Promise

deleteAuthorizedCertificate(request, callback)

public deleteAuthorizedCertificate(request: google.appengine.v1.IDeleteAuthorizedCertificateRequest, callback: google.appengine.v1.AuthorizedCertificates.DeleteAuthorizedCertificateCallback): void;

Calls DeleteAuthorizedCertificate.

Parameters
NameDescription
request IDeleteAuthorizedCertificateRequest

DeleteAuthorizedCertificateRequest message or plain object

callback DeleteAuthorizedCertificateCallback

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

Returns
TypeDescription
void

deleteAuthorizedCertificate(request)

public deleteAuthorizedCertificate(request: google.appengine.v1.IDeleteAuthorizedCertificateRequest): Promise<google.protobuf.Empty>;

Calls DeleteAuthorizedCertificate.

Parameter
NameDescription
request IDeleteAuthorizedCertificateRequest

DeleteAuthorizedCertificateRequest message or plain object

Returns
TypeDescription
Promise<google.protobuf.Empty>

Promise

getAuthorizedCertificate(request, callback)

public getAuthorizedCertificate(request: google.appengine.v1.IGetAuthorizedCertificateRequest, callback: google.appengine.v1.AuthorizedCertificates.GetAuthorizedCertificateCallback): void;

Calls GetAuthorizedCertificate.

Parameters
NameDescription
request IGetAuthorizedCertificateRequest

GetAuthorizedCertificateRequest message or plain object

callback GetAuthorizedCertificateCallback

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

Returns
TypeDescription
void

getAuthorizedCertificate(request)

public getAuthorizedCertificate(request: google.appengine.v1.IGetAuthorizedCertificateRequest): Promise<google.appengine.v1.AuthorizedCertificate>;

Calls GetAuthorizedCertificate.

Parameter
NameDescription
request IGetAuthorizedCertificateRequest

GetAuthorizedCertificateRequest message or plain object

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

Promise

listAuthorizedCertificates(request, callback)

public listAuthorizedCertificates(request: google.appengine.v1.IListAuthorizedCertificatesRequest, callback: google.appengine.v1.AuthorizedCertificates.ListAuthorizedCertificatesCallback): void;

Calls ListAuthorizedCertificates.

Parameters
NameDescription
request IListAuthorizedCertificatesRequest

ListAuthorizedCertificatesRequest message or plain object

callback ListAuthorizedCertificatesCallback

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

Returns
TypeDescription
void

listAuthorizedCertificates(request)

public listAuthorizedCertificates(request: google.appengine.v1.IListAuthorizedCertificatesRequest): Promise<google.appengine.v1.ListAuthorizedCertificatesResponse>;

Calls ListAuthorizedCertificates.

Parameter
NameDescription
request IListAuthorizedCertificatesRequest

ListAuthorizedCertificatesRequest message or plain object

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

Promise

updateAuthorizedCertificate(request, callback)

public updateAuthorizedCertificate(request: google.appengine.v1.IUpdateAuthorizedCertificateRequest, callback: google.appengine.v1.AuthorizedCertificates.UpdateAuthorizedCertificateCallback): void;

Calls UpdateAuthorizedCertificate.

Parameters
NameDescription
request IUpdateAuthorizedCertificateRequest

UpdateAuthorizedCertificateRequest message or plain object

callback UpdateAuthorizedCertificateCallback

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

Returns
TypeDescription
void

updateAuthorizedCertificate(request)

public updateAuthorizedCertificate(request: google.appengine.v1.IUpdateAuthorizedCertificateRequest): Promise<google.appengine.v1.AuthorizedCertificate>;

Calls UpdateAuthorizedCertificate.

Parameter
NameDescription
request IUpdateAuthorizedCertificateRequest

UpdateAuthorizedCertificateRequest message or plain object

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

Promise