| Package | Description |
|---|---|
| com.google.cloud.compute.v1 |
A client to Google Compute Engine API
The interfaces provided are listed below, along with usage samples.
|
| com.google.cloud.compute.v1.stub |
| Modifier and Type | Method and Description |
|---|---|
FirewallsClient.ListPagedResponse |
FirewallsClient.list(ListFirewallsRequest request)
Retrieves the list of firewall rules available to the specified project.
|
FirewallsClient.ListPagedResponse |
FirewallsClient.list(String project)
Retrieves the list of firewall rules available to the specified project.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.api.core.ApiFuture<FirewallsClient.ListPagedResponse> |
FirewallsClient.ListPagedResponse.createAsync(com.google.api.gax.rpc.PageContext<ListFirewallsRequest,FirewallList,Firewall> context,
com.google.api.core.ApiFuture<FirewallList> futureResponse) |
com.google.api.gax.rpc.UnaryCallable<ListFirewallsRequest,FirewallsClient.ListPagedResponse> |
FirewallsClient.listPagedCallable()
Retrieves the list of firewall rules available to the specified project.
|
com.google.api.gax.rpc.PagedCallSettings<ListFirewallsRequest,FirewallList,FirewallsClient.ListPagedResponse> |
FirewallsSettings.listSettings()
Returns the object with the settings used for calls to list.
|
com.google.api.gax.rpc.PagedCallSettings.Builder<ListFirewallsRequest,FirewallList,FirewallsClient.ListPagedResponse> |
FirewallsSettings.Builder.listSettings()
Returns the builder for the settings used for calls to list.
|
| Modifier and Type | Method and Description |
|---|---|
com.google.api.gax.rpc.UnaryCallable<ListFirewallsRequest,FirewallsClient.ListPagedResponse> |
FirewallsStub.listPagedCallable() |
com.google.api.gax.rpc.UnaryCallable<ListFirewallsRequest,FirewallsClient.ListPagedResponse> |
HttpJsonFirewallsStub.listPagedCallable() |
com.google.api.gax.rpc.PagedCallSettings<ListFirewallsRequest,FirewallList,FirewallsClient.ListPagedResponse> |
FirewallsStubSettings.listSettings()
Returns the object with the settings used for calls to list.
|
com.google.api.gax.rpc.PagedCallSettings.Builder<ListFirewallsRequest,FirewallList,FirewallsClient.ListPagedResponse> |
FirewallsStubSettings.Builder.listSettings()
Returns the builder for the settings used for calls to list.
|
Copyright © 2024 Google LLC. All rights reserved.