Represents a TargetSslProxies
Inheritance
$protobuf.rpc.Service > protos.google.cloud.compute.v1.TargetSslProxiesPackage
@google-cloud/computeConstructors
(constructor)(rpcImpl, requestDelimited, responseDelimited)
constructor(rpcImpl: $protobuf.RPCImpl, requestDelimited?: boolean, responseDelimited?: boolean);Constructs a new TargetSslProxies 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): TargetSslProxies;Creates new TargetSslProxies 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 |
| TargetSslProxies | RPC service. Useful where requests and/or responses are streamed. |
delete(request, callback)
public delete(request: google.cloud.compute.v1.IDeleteTargetSslProxyRequest, callback: google.cloud.compute.v1.TargetSslProxies.DeleteCallback): void;Calls Delete.
| Name | Description |
| request |
google.cloud.compute.v1.IDeleteTargetSslProxyRequest
DeleteTargetSslProxyRequest message or plain object |
| callback |
google.cloud.compute.v1.TargetSslProxies.DeleteCallback
Node-style callback called with the error, if any, and Operation |
| Type | Description |
| void |
delete(request)
public delete(request: google.cloud.compute.v1.IDeleteTargetSslProxyRequest): Promise<google.cloud.compute.v1.Operation>;Calls Delete.
| Name | Description |
| request |
google.cloud.compute.v1.IDeleteTargetSslProxyRequest
DeleteTargetSslProxyRequest message or plain object |
| Type | Description |
| Promise<google.cloud.compute.v1.Operation> | Promise |
get(request, callback)
public get(request: google.cloud.compute.v1.IGetTargetSslProxyRequest, callback: google.cloud.compute.v1.TargetSslProxies.GetCallback): void;Calls Get.
| Name | Description |
| request |
google.cloud.compute.v1.IGetTargetSslProxyRequest
GetTargetSslProxyRequest message or plain object |
| callback |
google.cloud.compute.v1.TargetSslProxies.GetCallback
Node-style callback called with the error, if any, and TargetSslProxy |
| Type | Description |
| void |
get(request)
public get(request: google.cloud.compute.v1.IGetTargetSslProxyRequest): Promise<google.cloud.compute.v1.TargetSslProxy>;Calls Get.
| Name | Description |
| request |
google.cloud.compute.v1.IGetTargetSslProxyRequest
GetTargetSslProxyRequest message or plain object |
| Type | Description |
| Promise<google.cloud.compute.v1.TargetSslProxy> | Promise |
insert(request, callback)
public insert(request: google.cloud.compute.v1.IInsertTargetSslProxyRequest, callback: google.cloud.compute.v1.TargetSslProxies.InsertCallback): void;Calls Insert.
| Name | Description |
| request |
google.cloud.compute.v1.IInsertTargetSslProxyRequest
InsertTargetSslProxyRequest message or plain object |
| callback |
google.cloud.compute.v1.TargetSslProxies.InsertCallback
Node-style callback called with the error, if any, and Operation |
| Type | Description |
| void |
insert(request)
public insert(request: google.cloud.compute.v1.IInsertTargetSslProxyRequest): Promise<google.cloud.compute.v1.Operation>;Calls Insert.
| Name | Description |
| request |
google.cloud.compute.v1.IInsertTargetSslProxyRequest
InsertTargetSslProxyRequest message or plain object |
| Type | Description |
| Promise<google.cloud.compute.v1.Operation> | Promise |
list(request, callback)
public list(request: google.cloud.compute.v1.IListTargetSslProxiesRequest, callback: google.cloud.compute.v1.TargetSslProxies.ListCallback): void;Calls List.
| Name | Description |
| request |
google.cloud.compute.v1.IListTargetSslProxiesRequest
ListTargetSslProxiesRequest message or plain object |
| callback |
google.cloud.compute.v1.TargetSslProxies.ListCallback
Node-style callback called with the error, if any, and TargetSslProxyList |
| Type | Description |
| void |
list(request)
public list(request: google.cloud.compute.v1.IListTargetSslProxiesRequest): Promise<google.cloud.compute.v1.TargetSslProxyList>;Calls List.
| Name | Description |
| request |
google.cloud.compute.v1.IListTargetSslProxiesRequest
ListTargetSslProxiesRequest message or plain object |
| Type | Description |
| Promise<google.cloud.compute.v1.TargetSslProxyList> | Promise |
setBackendService(request, callback)
public setBackendService(request: google.cloud.compute.v1.ISetBackendServiceTargetSslProxyRequest, callback: google.cloud.compute.v1.TargetSslProxies.SetBackendServiceCallback): void;Calls SetBackendService.
| Name | Description |
| request |
google.cloud.compute.v1.ISetBackendServiceTargetSslProxyRequest
SetBackendServiceTargetSslProxyRequest message or plain object |
| callback |
google.cloud.compute.v1.TargetSslProxies.SetBackendServiceCallback
Node-style callback called with the error, if any, and Operation |
| Type | Description |
| void |
setBackendService(request)
public setBackendService(request: google.cloud.compute.v1.ISetBackendServiceTargetSslProxyRequest): Promise<google.cloud.compute.v1.Operation>;Calls SetBackendService.
| Name | Description |
| request |
google.cloud.compute.v1.ISetBackendServiceTargetSslProxyRequest
SetBackendServiceTargetSslProxyRequest message or plain object |
| Type | Description |
| Promise<google.cloud.compute.v1.Operation> | Promise |
setProxyHeader(request, callback)
public setProxyHeader(request: google.cloud.compute.v1.ISetProxyHeaderTargetSslProxyRequest, callback: google.cloud.compute.v1.TargetSslProxies.SetProxyHeaderCallback): void;Calls SetProxyHeader.
| Name | Description |
| request |
google.cloud.compute.v1.ISetProxyHeaderTargetSslProxyRequest
SetProxyHeaderTargetSslProxyRequest message or plain object |
| callback |
google.cloud.compute.v1.TargetSslProxies.SetProxyHeaderCallback
Node-style callback called with the error, if any, and Operation |
| Type | Description |
| void |
setProxyHeader(request)
public setProxyHeader(request: google.cloud.compute.v1.ISetProxyHeaderTargetSslProxyRequest): Promise<google.cloud.compute.v1.Operation>;Calls SetProxyHeader.
| Name | Description |
| request |
google.cloud.compute.v1.ISetProxyHeaderTargetSslProxyRequest
SetProxyHeaderTargetSslProxyRequest message or plain object |
| Type | Description |
| Promise<google.cloud.compute.v1.Operation> | Promise |
setSslCertificates(request, callback)
public setSslCertificates(request: google.cloud.compute.v1.ISetSslCertificatesTargetSslProxyRequest, callback: google.cloud.compute.v1.TargetSslProxies.SetSslCertificatesCallback): void;Calls SetSslCertificates.
| Name | Description |
| request |
google.cloud.compute.v1.ISetSslCertificatesTargetSslProxyRequest
SetSslCertificatesTargetSslProxyRequest message or plain object |
| callback |
google.cloud.compute.v1.TargetSslProxies.SetSslCertificatesCallback
Node-style callback called with the error, if any, and Operation |
| Type | Description |
| void |
setSslCertificates(request)
public setSslCertificates(request: google.cloud.compute.v1.ISetSslCertificatesTargetSslProxyRequest): Promise<google.cloud.compute.v1.Operation>;Calls SetSslCertificates.
| Name | Description |
| request |
google.cloud.compute.v1.ISetSslCertificatesTargetSslProxyRequest
SetSslCertificatesTargetSslProxyRequest message or plain object |
| Type | Description |
| Promise<google.cloud.compute.v1.Operation> | Promise |
setSslPolicy(request, callback)
public setSslPolicy(request: google.cloud.compute.v1.ISetSslPolicyTargetSslProxyRequest, callback: google.cloud.compute.v1.TargetSslProxies.SetSslPolicyCallback): void;Calls SetSslPolicy.
| Name | Description |
| request |
google.cloud.compute.v1.ISetSslPolicyTargetSslProxyRequest
SetSslPolicyTargetSslProxyRequest message or plain object |
| callback |
google.cloud.compute.v1.TargetSslProxies.SetSslPolicyCallback
Node-style callback called with the error, if any, and Operation |
| Type | Description |
| void |
setSslPolicy(request)
public setSslPolicy(request: google.cloud.compute.v1.ISetSslPolicyTargetSslProxyRequest): Promise<google.cloud.compute.v1.Operation>;Calls SetSslPolicy.
| Name | Description |
| request |
google.cloud.compute.v1.ISetSslPolicyTargetSslProxyRequest
SetSslPolicyTargetSslProxyRequest message or plain object |
| Type | Description |
| Promise<google.cloud.compute.v1.Operation> | Promise |