Represents a SslCertificates
Inheritance
$protobuf.rpc.Service > protos.google.cloud.compute.v1.SslCertificatesPackage
@google-cloud/computeConstructors
(constructor)(rpcImpl, requestDelimited, responseDelimited)
constructor(rpcImpl: $protobuf.RPCImpl, requestDelimited?: boolean, responseDelimited?: boolean);Constructs a new SslCertificates service.
| Name | Description |
| rpcImpl |
$protobuf.RPCImpl
RPC implementation |
| requestDelimited |
boolean
Whether requests are length-delimited |
| responseDelimited |
boolean
Whether responses are length-delimited |
Methods
aggregatedList(request, callback)
public aggregatedList(request: google.cloud.compute.v1.IAggregatedListSslCertificatesRequest, callback: google.cloud.compute.v1.SslCertificates.AggregatedListCallback): void;Calls AggregatedList.
| Name | Description |
| request |
IAggregatedListSslCertificatesRequest
AggregatedListSslCertificatesRequest message or plain object |
| callback |
google.cloud.compute.v1.SslCertificates.AggregatedListCallback
Node-style callback called with the error, if any, and SslCertificateAggregatedList |
| Type | Description |
| void |
aggregatedList(request)
public aggregatedList(request: google.cloud.compute.v1.IAggregatedListSslCertificatesRequest): Promise<google.cloud.compute.v1.SslCertificateAggregatedList>;Calls AggregatedList.
| Name | Description |
| request |
IAggregatedListSslCertificatesRequest
AggregatedListSslCertificatesRequest message or plain object |
| Type | Description |
| Promise<google.cloud.compute.v1.SslCertificateAggregatedList> | Promise |
create(rpcImpl, requestDelimited, responseDelimited)
public static create(rpcImpl: $protobuf.RPCImpl, requestDelimited?: boolean, responseDelimited?: boolean): SslCertificates;Creates new SslCertificates 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 |
| SslCertificates | RPC service. Useful where requests and/or responses are streamed. |
delete(request, callback)
public delete(request: google.cloud.compute.v1.IDeleteSslCertificateRequest, callback: google.cloud.compute.v1.SslCertificates.DeleteCallback): void;Calls Delete.
| Name | Description |
| request |
IDeleteSslCertificateRequest
DeleteSslCertificateRequest message or plain object |
| callback |
google.cloud.compute.v1.SslCertificates.DeleteCallback
Node-style callback called with the error, if any, and Operation |
| Type | Description |
| void |
delete(request)
public delete(request: google.cloud.compute.v1.IDeleteSslCertificateRequest): Promise<google.cloud.compute.v1.Operation>;Calls Delete.
| Name | Description |
| request |
IDeleteSslCertificateRequest
DeleteSslCertificateRequest message or plain object |
| Type | Description |
| Promise<google.cloud.compute.v1.Operation> | Promise |
get(request, callback)
public get(request: google.cloud.compute.v1.IGetSslCertificateRequest, callback: google.cloud.compute.v1.SslCertificates.GetCallback): void;Calls Get.
| Name | Description |
| request |
IGetSslCertificateRequest
GetSslCertificateRequest message or plain object |
| callback |
google.cloud.compute.v1.SslCertificates.GetCallback
Node-style callback called with the error, if any, and SslCertificate |
| Type | Description |
| void |
get(request)
public get(request: google.cloud.compute.v1.IGetSslCertificateRequest): Promise<google.cloud.compute.v1.SslCertificate>;Calls Get.
| Name | Description |
| request |
IGetSslCertificateRequest
GetSslCertificateRequest message or plain object |
| Type | Description |
| Promise<google.cloud.compute.v1.SslCertificate> | Promise |
insert(request, callback)
public insert(request: google.cloud.compute.v1.IInsertSslCertificateRequest, callback: google.cloud.compute.v1.SslCertificates.InsertCallback): void;Calls Insert.
| Name | Description |
| request |
IInsertSslCertificateRequest
InsertSslCertificateRequest message or plain object |
| callback |
google.cloud.compute.v1.SslCertificates.InsertCallback
Node-style callback called with the error, if any, and Operation |
| Type | Description |
| void |
insert(request)
public insert(request: google.cloud.compute.v1.IInsertSslCertificateRequest): Promise<google.cloud.compute.v1.Operation>;Calls Insert.
| Name | Description |
| request |
IInsertSslCertificateRequest
InsertSslCertificateRequest message or plain object |
| Type | Description |
| Promise<google.cloud.compute.v1.Operation> | Promise |
list(request, callback)
public list(request: google.cloud.compute.v1.IListSslCertificatesRequest, callback: google.cloud.compute.v1.SslCertificates.ListCallback): void;Calls List.
| Name | Description |
| request |
IListSslCertificatesRequest
ListSslCertificatesRequest message or plain object |
| callback |
google.cloud.compute.v1.SslCertificates.ListCallback
Node-style callback called with the error, if any, and SslCertificateList |
| Type | Description |
| void |
list(request)
public list(request: google.cloud.compute.v1.IListSslCertificatesRequest): Promise<google.cloud.compute.v1.SslCertificateList>;Calls List.
| Name | Description |
| request |
IListSslCertificatesRequest
ListSslCertificatesRequest message or plain object |
| Type | Description |
| Promise<google.cloud.compute.v1.SslCertificateList> | Promise |