Represents a NetworkEdgeSecurityServices
Inheritance
$protobuf.rpc.Service > protos.google.cloud.compute.v1.NetworkEdgeSecurityServicesPackage
@google-cloud/computeConstructors
(constructor)(rpcImpl, requestDelimited, responseDelimited)
constructor(rpcImpl: $protobuf.RPCImpl, requestDelimited?: boolean, responseDelimited?: boolean);
Constructs a new NetworkEdgeSecurityServices service.
Parameters | |
---|---|
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.IAggregatedListNetworkEdgeSecurityServicesRequest, callback: google.cloud.compute.v1.NetworkEdgeSecurityServices.AggregatedListCallback): void;
Calls AggregatedList.
Parameters | |
---|---|
Name | Description |
request |
IAggregatedListNetworkEdgeSecurityServicesRequest
AggregatedListNetworkEdgeSecurityServicesRequest message or plain object |
callback |
AggregatedListCallback
Node-style callback called with the error, if any, and NetworkEdgeSecurityServiceAggregatedList |
Returns | |
---|---|
Type | Description |
void |
aggregatedList(request)
public aggregatedList(request: google.cloud.compute.v1.IAggregatedListNetworkEdgeSecurityServicesRequest): Promise<google.cloud.compute.v1.NetworkEdgeSecurityServiceAggregatedList>;
Calls AggregatedList.
Parameter | |
---|---|
Name | Description |
request |
IAggregatedListNetworkEdgeSecurityServicesRequest
AggregatedListNetworkEdgeSecurityServicesRequest message or plain object |
Returns | |
---|---|
Type | Description |
Promise<google.cloud.compute.v1.NetworkEdgeSecurityServiceAggregatedList> |
Promise |
create(rpcImpl, requestDelimited, responseDelimited)
public static create(rpcImpl: $protobuf.RPCImpl, requestDelimited?: boolean, responseDelimited?: boolean): NetworkEdgeSecurityServices;
Creates new NetworkEdgeSecurityServices 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 |
NetworkEdgeSecurityServices |
RPC service. Useful where requests and/or responses are streamed. |
delete(request, callback)
public delete(request: google.cloud.compute.v1.IDeleteNetworkEdgeSecurityServiceRequest, callback: google.cloud.compute.v1.NetworkEdgeSecurityServices.DeleteCallback): void;
Calls Delete.
Parameters | |
---|---|
Name | Description |
request |
IDeleteNetworkEdgeSecurityServiceRequest
DeleteNetworkEdgeSecurityServiceRequest message or plain object |
callback |
DeleteCallback
Node-style callback called with the error, if any, and Operation |
Returns | |
---|---|
Type | Description |
void |
delete(request)
public delete(request: google.cloud.compute.v1.IDeleteNetworkEdgeSecurityServiceRequest): Promise<google.cloud.compute.v1.Operation>;
Calls Delete.
Parameter | |
---|---|
Name | Description |
request |
IDeleteNetworkEdgeSecurityServiceRequest
DeleteNetworkEdgeSecurityServiceRequest message or plain object |
Returns | |
---|---|
Type | Description |
Promise<google.cloud.compute.v1.Operation> |
Promise |
get(request, callback)
public get(request: google.cloud.compute.v1.IGetNetworkEdgeSecurityServiceRequest, callback: google.cloud.compute.v1.NetworkEdgeSecurityServices.GetCallback): void;
Calls Get.
Parameters | |
---|---|
Name | Description |
request |
IGetNetworkEdgeSecurityServiceRequest
GetNetworkEdgeSecurityServiceRequest message or plain object |
callback |
GetCallback
Node-style callback called with the error, if any, and NetworkEdgeSecurityService |
Returns | |
---|---|
Type | Description |
void |
get(request)
public get(request: google.cloud.compute.v1.IGetNetworkEdgeSecurityServiceRequest): Promise<google.cloud.compute.v1.NetworkEdgeSecurityService>;
Calls Get.
Parameter | |
---|---|
Name | Description |
request |
IGetNetworkEdgeSecurityServiceRequest
GetNetworkEdgeSecurityServiceRequest message or plain object |
Returns | |
---|---|
Type | Description |
Promise<google.cloud.compute.v1.NetworkEdgeSecurityService> |
Promise |
insert(request, callback)
public insert(request: google.cloud.compute.v1.IInsertNetworkEdgeSecurityServiceRequest, callback: google.cloud.compute.v1.NetworkEdgeSecurityServices.InsertCallback): void;
Calls Insert.
Parameters | |
---|---|
Name | Description |
request |
IInsertNetworkEdgeSecurityServiceRequest
InsertNetworkEdgeSecurityServiceRequest message or plain object |
callback |
InsertCallback
Node-style callback called with the error, if any, and Operation |
Returns | |
---|---|
Type | Description |
void |
insert(request)
public insert(request: google.cloud.compute.v1.IInsertNetworkEdgeSecurityServiceRequest): Promise<google.cloud.compute.v1.Operation>;
Calls Insert.
Parameter | |
---|---|
Name | Description |
request |
IInsertNetworkEdgeSecurityServiceRequest
InsertNetworkEdgeSecurityServiceRequest message or plain object |
Returns | |
---|---|
Type | Description |
Promise<google.cloud.compute.v1.Operation> |
Promise |
patch(request, callback)
public patch(request: google.cloud.compute.v1.IPatchNetworkEdgeSecurityServiceRequest, callback: google.cloud.compute.v1.NetworkEdgeSecurityServices.PatchCallback): void;
Calls Patch.
Parameters | |
---|---|
Name | Description |
request |
IPatchNetworkEdgeSecurityServiceRequest
PatchNetworkEdgeSecurityServiceRequest message or plain object |
callback |
PatchCallback
Node-style callback called with the error, if any, and Operation |
Returns | |
---|---|
Type | Description |
void |
patch(request)
public patch(request: google.cloud.compute.v1.IPatchNetworkEdgeSecurityServiceRequest): Promise<google.cloud.compute.v1.Operation>;
Calls Patch.
Parameter | |
---|---|
Name | Description |
request |
IPatchNetworkEdgeSecurityServiceRequest
PatchNetworkEdgeSecurityServiceRequest message or plain object |
Returns | |
---|---|
Type | Description |
Promise<google.cloud.compute.v1.Operation> |
Promise |