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