Represents an AuthorizedCertificates
Inheritance
$protobuf.rpc.Service > protos.google.appengine.v1.AuthorizedCertificatesPackage
@google-cloud/appengine-admin!Constructors
(constructor)(rpcImpl, requestDelimited, responseDelimited)
constructor(rpcImpl: $protobuf.RPCImpl, requestDelimited?: boolean, responseDelimited?: boolean);
Constructs a new AuthorizedCertificates service.
Name | Description |
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.
Name | Description |
rpcImpl |
$protobuf.RPCImpl
RPC implementation |
requestDelimited |
boolean
Whether requests are length-delimited |
responseDelimited |
boolean
Whether responses are length-delimited |
Type | Description |
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.
Name | Description |
request |
ICreateAuthorizedCertificateRequest
CreateAuthorizedCertificateRequest message or plain object |
callback |
google.appengine.v1.AuthorizedCertificates.CreateAuthorizedCertificateCallback
Node-style callback called with the error, if any, and AuthorizedCertificate |
Type | Description |
void |
createAuthorizedCertificate(request)
public createAuthorizedCertificate(request: google.appengine.v1.ICreateAuthorizedCertificateRequest): Promise<google.appengine.v1.AuthorizedCertificate>;
Calls CreateAuthorizedCertificate.
Name | Description |
request |
ICreateAuthorizedCertificateRequest
CreateAuthorizedCertificateRequest message or plain object |
Type | Description |
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.
Name | Description |
request |
IDeleteAuthorizedCertificateRequest
DeleteAuthorizedCertificateRequest message or plain object |
callback |
google.appengine.v1.AuthorizedCertificates.DeleteAuthorizedCertificateCallback
Node-style callback called with the error, if any, and Empty |
Type | Description |
void |
deleteAuthorizedCertificate(request)
public deleteAuthorizedCertificate(request: google.appengine.v1.IDeleteAuthorizedCertificateRequest): Promise<google.protobuf.Empty>;
Calls DeleteAuthorizedCertificate.
Name | Description |
request |
IDeleteAuthorizedCertificateRequest
DeleteAuthorizedCertificateRequest message or plain object |
Type | Description |
Promise<google.protobuf.Empty> | Promise |
getAuthorizedCertificate(request, callback)
public getAuthorizedCertificate(request: google.appengine.v1.IGetAuthorizedCertificateRequest, callback: google.appengine.v1.AuthorizedCertificates.GetAuthorizedCertificateCallback): void;
Calls GetAuthorizedCertificate.
Name | Description |
request |
IGetAuthorizedCertificateRequest
GetAuthorizedCertificateRequest message or plain object |
callback |
google.appengine.v1.AuthorizedCertificates.GetAuthorizedCertificateCallback
Node-style callback called with the error, if any, and AuthorizedCertificate |
Type | Description |
void |
getAuthorizedCertificate(request)
public getAuthorizedCertificate(request: google.appengine.v1.IGetAuthorizedCertificateRequest): Promise<google.appengine.v1.AuthorizedCertificate>;
Calls GetAuthorizedCertificate.
Name | Description |
request |
IGetAuthorizedCertificateRequest
GetAuthorizedCertificateRequest message or plain object |
Type | Description |
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.
Name | Description |
request |
IListAuthorizedCertificatesRequest
ListAuthorizedCertificatesRequest message or plain object |
callback |
google.appengine.v1.AuthorizedCertificates.ListAuthorizedCertificatesCallback
Node-style callback called with the error, if any, and ListAuthorizedCertificatesResponse |
Type | Description |
void |
listAuthorizedCertificates(request)
public listAuthorizedCertificates(request: google.appengine.v1.IListAuthorizedCertificatesRequest): Promise<google.appengine.v1.ListAuthorizedCertificatesResponse>;
Calls ListAuthorizedCertificates.
Name | Description |
request |
IListAuthorizedCertificatesRequest
ListAuthorizedCertificatesRequest message or plain object |
Type | Description |
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.
Name | Description |
request |
IUpdateAuthorizedCertificateRequest
UpdateAuthorizedCertificateRequest message or plain object |
callback |
google.appengine.v1.AuthorizedCertificates.UpdateAuthorizedCertificateCallback
Node-style callback called with the error, if any, and AuthorizedCertificate |
Type | Description |
void |
updateAuthorizedCertificate(request)
public updateAuthorizedCertificate(request: google.appengine.v1.IUpdateAuthorizedCertificateRequest): Promise<google.appengine.v1.AuthorizedCertificate>;
Calls UpdateAuthorizedCertificate.
Name | Description |
request |
IUpdateAuthorizedCertificateRequest
UpdateAuthorizedCertificateRequest message or plain object |
Type | Description |
Promise<google.appengine.v1.AuthorizedCertificate> | Promise |