Class v1.FirewallsClient (3.0.0)

The Firewalls API. v1

Package

@google-cloud/compute

Constructors

(constructor)(opts)

constructor(opts?:ClientOptions);

Construct an instance of FirewallsClient.

Parameter
NameDescription
optsClientOptions

Properties

apiEndpoint

staticgetapiEndpoint():string;

The DNS address for this API service - same as servicePath(), exists for compatibility reasons.

auth

auth:gax.GoogleAuth;

descriptors

descriptors:Descriptors;

firewallsStub

firewallsStub?:Promise<{[name:string]:Function;}>;

innerApiCalls

innerApiCalls:{[name:string]:Function;};

port

staticgetport():number;

The port for this API service.

scopes

staticgetscopes():string[];

The scopes needed to make gRPC calls for every method defined in this service.

servicePath

staticgetservicePath():string;

The DNS address for this API service.

warn

warn:(code:string,message:string,warnType?:string)=>void;

Methods

close()

close():Promise<void>;

Terminate the gRPC channel and close the client.

The client will no longer be usable and all future behavior is undefined.

Returns
TypeDescription
Promise<void>

{Promise} A promise that resolves when the client is closed.

delete(request, options)

delete(request?:protos.google.cloud.compute.v1.IDeleteFirewallRequest,options?:CallOptions):Promise<[LROperation<protos.google.cloud.compute.v1.IOperation,null>,protos.google.cloud.compute.v1.IOperation|undefined,{}|undefined]>;
Parameters
NameDescription
requestprotos.google.cloud.compute.v1.IDeleteFirewallRequest
optionsCallOptions
Returns
TypeDescription
Promise<[LROperation<protos.google.cloud.compute.v1.IOperation, null>, protos.google.cloud.compute.v1.IOperation | undefined, {} | undefined ]>

delete(request, options, callback)

delete(request:protos.google.cloud.compute.v1.IDeleteFirewallRequest,options:CallOptions,callback:Callback<protos.google.cloud.compute.v1.IOperation,protos.google.cloud.compute.v1.IDeleteFirewallRequest|null|undefined,{}|null|undefined>):void;
Parameters
NameDescription
requestprotos.google.cloud.compute.v1.IDeleteFirewallRequest
optionsCallOptions
callbackCallback<protos.google.cloud.compute.v1.IOperation, protos.google.cloud.compute.v1.IDeleteFirewallRequest | null | undefined, {} | null | undefined>
Returns
TypeDescription
void

delete(request, callback)

delete(request:protos.google.cloud.compute.v1.IDeleteFirewallRequest,callback:Callback<protos.google.cloud.compute.v1.IOperation,protos.google.cloud.compute.v1.IDeleteFirewallRequest|null|undefined,{}|null|undefined>):void;
Parameters
NameDescription
requestprotos.google.cloud.compute.v1.IDeleteFirewallRequest
callbackCallback<protos.google.cloud.compute.v1.IOperation, protos.google.cloud.compute.v1.IDeleteFirewallRequest | null | undefined, {} | null | undefined>
Returns
TypeDescription
void

get(request, options)

get(request?:protos.google.cloud.compute.v1.IGetFirewallRequest,options?:CallOptions):Promise<[protos.google.cloud.compute.v1.IFirewall,protos.google.cloud.compute.v1.IGetFirewallRequest|undefined,{}|undefined]>;
Parameters
NameDescription
requestprotos.google.cloud.compute.v1.IGetFirewallRequest
optionsCallOptions
Returns
TypeDescription
Promise<[ protos.google.cloud.compute.v1.IFirewall, protos.google.cloud.compute.v1.IGetFirewallRequest | undefined, {} | undefined ]>

get(request, options, callback)

get(request:protos.google.cloud.compute.v1.IGetFirewallRequest,options:CallOptions,callback:Callback<protos.google.cloud.compute.v1.IFirewall,protos.google.cloud.compute.v1.IGetFirewallRequest|null|undefined,{}|null|undefined>):void;
Parameters
NameDescription
requestprotos.google.cloud.compute.v1.IGetFirewallRequest
optionsCallOptions
callbackCallback<protos.google.cloud.compute.v1.IFirewall, protos.google.cloud.compute.v1.IGetFirewallRequest | null | undefined, {} | null | undefined>
Returns
TypeDescription
void

get(request, callback)

get(request:protos.google.cloud.compute.v1.IGetFirewallRequest,callback:Callback<protos.google.cloud.compute.v1.IFirewall,protos.google.cloud.compute.v1.IGetFirewallRequest|null|undefined,{}|null|undefined>):void;
Parameters
NameDescription
requestprotos.google.cloud.compute.v1.IGetFirewallRequest
callbackCallback<protos.google.cloud.compute.v1.IFirewall, protos.google.cloud.compute.v1.IGetFirewallRequest | null | undefined, {} | null | undefined>
Returns
TypeDescription
void

getProjectId()

getProjectId():Promise<string>;
Returns
TypeDescription
Promise<string>

getProjectId(callback)

getProjectId(callback:Callback<string,undefined,undefined>):void;
Parameter
NameDescription
callbackCallback<string, undefined, undefined>
Returns
TypeDescription
void

initialize()

initialize():Promise<{[name:string]:Function;}>;

Initialize the client. Performs asynchronous operations (such as authentication) and prepares the client. This function will be called automatically when any class method is called for the first time, but if you need to initialize it before calling an actual method, feel free to call initialize() directly.

You can await on this method if you want to make sure the client is initialized.

Returns
TypeDescription
Promise<{ [name: string]:Function; }>

{Promise} A promise that resolves to an authenticated service stub.

insert(request, options)

insert(request?:protos.google.cloud.compute.v1.IInsertFirewallRequest,options?:CallOptions):Promise<[LROperation<protos.google.cloud.compute.v1.IOperation,null>,protos.google.cloud.compute.v1.IOperation|undefined,{}|undefined]>;
Parameters
NameDescription
requestprotos.google.cloud.compute.v1.IInsertFirewallRequest
optionsCallOptions
Returns
TypeDescription
Promise<[LROperation<protos.google.cloud.compute.v1.IOperation, null>, protos.google.cloud.compute.v1.IOperation | undefined, {} | undefined ]>

insert(request, options, callback)

insert(request:protos.google.cloud.compute.v1.IInsertFirewallRequest,options:CallOptions,callback:Callback<protos.google.cloud.compute.v1.IOperation,protos.google.cloud.compute.v1.IInsertFirewallRequest|null|undefined,{}|null|undefined>):void;
Parameters
NameDescription
requestprotos.google.cloud.compute.v1.IInsertFirewallRequest
optionsCallOptions
callbackCallback<protos.google.cloud.compute.v1.IOperation, protos.google.cloud.compute.v1.IInsertFirewallRequest | null | undefined, {} | null | undefined>
Returns
TypeDescription
void

insert(request, callback)

insert(request:protos.google.cloud.compute.v1.IInsertFirewallRequest,callback:Callback<protos.google.cloud.compute.v1.IOperation,protos.google.cloud.compute.v1.IInsertFirewallRequest|null|undefined,{}|null|undefined>):void;
Parameters
NameDescription
requestprotos.google.cloud.compute.v1.IInsertFirewallRequest
callbackCallback<protos.google.cloud.compute.v1.IOperation, protos.google.cloud.compute.v1.IInsertFirewallRequest | null | undefined, {} | null | undefined>
Returns
TypeDescription
void

list(request, options)

list(request?:protos.google.cloud.compute.v1.IListFirewallsRequest,options?:CallOptions):Promise<[protos.google.cloud.compute.v1.IFirewall[],protos.google.cloud.compute.v1.IListFirewallsRequest|null,protos.google.cloud.compute.v1.IFirewallList]>;
Parameters
NameDescription
requestprotos.google.cloud.compute.v1.IListFirewallsRequest
optionsCallOptions
Returns
TypeDescription
Promise<[ protos.google.cloud.compute.v1.IFirewall[], protos.google.cloud.compute.v1.IListFirewallsRequest | null, protos.google.cloud.compute.v1.IFirewallList ]>

list(request, options, callback)

list(request:protos.google.cloud.compute.v1.IListFirewallsRequest,options:CallOptions,callback:PaginationCallback<protos.google.cloud.compute.v1.IListFirewallsRequest,protos.google.cloud.compute.v1.IFirewallList|null|undefined,protos.google.cloud.compute.v1.IFirewall>):void;
Parameters
NameDescription
requestprotos.google.cloud.compute.v1.IListFirewallsRequest
optionsCallOptions
callbackPaginationCallback<protos.google.cloud.compute.v1.IListFirewallsRequest, protos.google.cloud.compute.v1.IFirewallList | null | undefined, protos.google.cloud.compute.v1.IFirewall>
Returns
TypeDescription
void

list(request, callback)

list(request:protos.google.cloud.compute.v1.IListFirewallsRequest,callback:PaginationCallback<protos.google.cloud.compute.v1.IListFirewallsRequest,protos.google.cloud.compute.v1.IFirewallList|null|undefined,protos.google.cloud.compute.v1.IFirewall>):void;
Parameters
NameDescription
requestprotos.google.cloud.compute.v1.IListFirewallsRequest
callbackPaginationCallback<protos.google.cloud.compute.v1.IListFirewallsRequest, protos.google.cloud.compute.v1.IFirewallList | null | undefined, protos.google.cloud.compute.v1.IFirewall>
Returns
TypeDescription
void

listAsync(request, options)

listAsync(request?:protos.google.cloud.compute.v1.IListFirewallsRequest,options?:CallOptions):AsyncIterable<protos.google.cloud.compute.v1.IFirewall>;

Equivalent tolist, but returns an iterable object.

for-await-of syntax is used with the iterable to get response elements on-demand.

Parameters
NameDescription
requestprotos.google.cloud.compute.v1.IListFirewallsRequest

The request object that will be sent.

optionsCallOptions

Call options. SeeCallOptions for more details.

Returns
TypeDescription
AsyncIterable<protos.google.cloud.compute.v1.IFirewall>

{Object} An iterable Object that allows [async iteration](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Iteration_protocols). When you iterate the returned iterable, each element will be an object representing [Firewall]. The API will be called under the hood as needed, once per the page, so you can stop the iteration when you don't need more results. Please see the [documentation](https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#auto-pagination) for more details and examples.

Example
constiterable=client.listAsync(request);forawait(constresponseofiterable){// process response}

listStream(request, options)

listStream(request?:protos.google.cloud.compute.v1.IListFirewallsRequest,options?:CallOptions):Transform;

Equivalent tomethod.name.toCamelCase(), but returns a NodeJS Stream object.

Parameters
NameDescription
requestprotos.google.cloud.compute.v1.IListFirewallsRequest

The request object that will be sent.

optionsCallOptions

Call options. SeeCallOptions for more details.

Returns
TypeDescription
Transform

{Stream} An object stream which emits an object representing [Firewall] on 'data' event. The client library will perform auto-pagination by default: it will call the API as many times as needed. Note that it can affect your quota. We recommend usinglistAsync() method described below for async iteration which you can stop as needed. Please see the [documentation](https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#auto-pagination) for more details and examples.

patch(request, options)

patch(request?:protos.google.cloud.compute.v1.IPatchFirewallRequest,options?:CallOptions):Promise<[LROperation<protos.google.cloud.compute.v1.IOperation,null>,protos.google.cloud.compute.v1.IOperation|undefined,{}|undefined]>;
Parameters
NameDescription
requestprotos.google.cloud.compute.v1.IPatchFirewallRequest
optionsCallOptions
Returns
TypeDescription
Promise<[LROperation<protos.google.cloud.compute.v1.IOperation, null>, protos.google.cloud.compute.v1.IOperation | undefined, {} | undefined ]>

patch(request, options, callback)

patch(request:protos.google.cloud.compute.v1.IPatchFirewallRequest,options:CallOptions,callback:Callback<protos.google.cloud.compute.v1.IOperation,protos.google.cloud.compute.v1.IPatchFirewallRequest|null|undefined,{}|null|undefined>):void;
Parameters
NameDescription
requestprotos.google.cloud.compute.v1.IPatchFirewallRequest
optionsCallOptions
callbackCallback<protos.google.cloud.compute.v1.IOperation, protos.google.cloud.compute.v1.IPatchFirewallRequest | null | undefined, {} | null | undefined>
Returns
TypeDescription
void

patch(request, callback)

patch(request:protos.google.cloud.compute.v1.IPatchFirewallRequest,callback:Callback<protos.google.cloud.compute.v1.IOperation,protos.google.cloud.compute.v1.IPatchFirewallRequest|null|undefined,{}|null|undefined>):void;
Parameters
NameDescription
requestprotos.google.cloud.compute.v1.IPatchFirewallRequest
callbackCallback<protos.google.cloud.compute.v1.IOperation, protos.google.cloud.compute.v1.IPatchFirewallRequest | null | undefined, {} | null | undefined>
Returns
TypeDescription
void

update(request, options)

update(request?:protos.google.cloud.compute.v1.IUpdateFirewallRequest,options?:CallOptions):Promise<[LROperation<protos.google.cloud.compute.v1.IOperation,null>,protos.google.cloud.compute.v1.IOperation|undefined,{}|undefined]>;
Parameters
NameDescription
requestprotos.google.cloud.compute.v1.IUpdateFirewallRequest
optionsCallOptions
Returns
TypeDescription
Promise<[LROperation<protos.google.cloud.compute.v1.IOperation, null>, protos.google.cloud.compute.v1.IOperation | undefined, {} | undefined ]>

update(request, options, callback)

update(request:protos.google.cloud.compute.v1.IUpdateFirewallRequest,options:CallOptions,callback:Callback<protos.google.cloud.compute.v1.IOperation,protos.google.cloud.compute.v1.IUpdateFirewallRequest|null|undefined,{}|null|undefined>):void;
Parameters
NameDescription
requestprotos.google.cloud.compute.v1.IUpdateFirewallRequest
optionsCallOptions
callbackCallback<protos.google.cloud.compute.v1.IOperation, protos.google.cloud.compute.v1.IUpdateFirewallRequest | null | undefined, {} | null | undefined>
Returns
TypeDescription
void

update(request, callback)

update(request:protos.google.cloud.compute.v1.IUpdateFirewallRequest,callback:Callback<protos.google.cloud.compute.v1.IOperation,protos.google.cloud.compute.v1.IUpdateFirewallRequest|null|undefined,{}|null|undefined>):void;
Parameters
NameDescription
requestprotos.google.cloud.compute.v1.IUpdateFirewallRequest
callbackCallback<protos.google.cloud.compute.v1.IOperation, protos.google.cloud.compute.v1.IUpdateFirewallRequest | null | undefined, {} | null | undefined>
Returns
TypeDescription
void

Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025-12-03 UTC.