Uses of Class
com.google.cloud.compute.v1.ListFirewallsRequest
-
Packages that use ListFirewallsRequest Package Description com.google.cloud.compute.v1 The interfaces provided are listed below, along with usage samples.com.google.cloud.compute.v1.stub -
-
Uses of ListFirewallsRequest in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return ListFirewallsRequest Modifier and Type Method Description ListFirewallsRequest
ListFirewallsRequest.Builder. build()
ListFirewallsRequest
ListFirewallsRequest.Builder. buildPartial()
static ListFirewallsRequest
ListFirewallsRequest. getDefaultInstance()
ListFirewallsRequest
ListFirewallsRequest.Builder. getDefaultInstanceForType()
ListFirewallsRequest
ListFirewallsRequest. getDefaultInstanceForType()
static ListFirewallsRequest
ListFirewallsRequest. parseDelimitedFrom(InputStream input)
static ListFirewallsRequest
ListFirewallsRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListFirewallsRequest
ListFirewallsRequest. parseFrom(byte[] data)
static ListFirewallsRequest
ListFirewallsRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListFirewallsRequest
ListFirewallsRequest. parseFrom(com.google.protobuf.ByteString data)
static ListFirewallsRequest
ListFirewallsRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListFirewallsRequest
ListFirewallsRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static ListFirewallsRequest
ListFirewallsRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListFirewallsRequest
ListFirewallsRequest. parseFrom(InputStream input)
static ListFirewallsRequest
ListFirewallsRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListFirewallsRequest
ListFirewallsRequest. parseFrom(ByteBuffer data)
static ListFirewallsRequest
ListFirewallsRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.compute.v1 that return types with arguments of type ListFirewallsRequest Modifier and Type Method Description com.google.protobuf.Parser<ListFirewallsRequest>
ListFirewallsRequest. getParserForType()
com.google.api.gax.rpc.UnaryCallable<ListFirewallsRequest,FirewallList>
FirewallsClient. listCallable()
Retrieves the list of firewall rules available to the specified project.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.Builder<ListFirewallsRequest,FirewallList,FirewallsClient.ListPagedResponse>
FirewallsSettings.Builder. listSettings()
Returns the builder for the settings used for calls to list.com.google.api.gax.rpc.PagedCallSettings<ListFirewallsRequest,FirewallList,FirewallsClient.ListPagedResponse>
FirewallsSettings. listSettings()
Returns the object with the settings used for calls to list.static com.google.protobuf.Parser<ListFirewallsRequest>
ListFirewallsRequest. parser()
Methods in com.google.cloud.compute.v1 with parameters of type ListFirewallsRequest Modifier and Type Method Description FirewallsClient.ListPagedResponse
FirewallsClient. list(ListFirewallsRequest request)
Retrieves the list of firewall rules available to the specified project.ListFirewallsRequest.Builder
ListFirewallsRequest.Builder. mergeFrom(ListFirewallsRequest other)
static ListFirewallsRequest.Builder
ListFirewallsRequest. newBuilder(ListFirewallsRequest prototype)
Method parameters in com.google.cloud.compute.v1 with type arguments of type ListFirewallsRequest Modifier and Type Method 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)
protected FirewallsClient.ListPage
FirewallsClient.ListPage. createPage(com.google.api.gax.rpc.PageContext<ListFirewallsRequest,FirewallList,Firewall> context, FirewallList response)
com.google.api.core.ApiFuture<FirewallsClient.ListPage>
FirewallsClient.ListPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListFirewallsRequest,FirewallList,Firewall> context, com.google.api.core.ApiFuture<FirewallList> futureResponse)
-
Uses of ListFirewallsRequest in com.google.cloud.compute.v1.stub
Methods in com.google.cloud.compute.v1.stub that return types with arguments of type ListFirewallsRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListFirewallsRequest,FirewallList>
FirewallsStub. listCallable()
com.google.api.gax.rpc.UnaryCallable<ListFirewallsRequest,FirewallList>
HttpJsonFirewallsStub. listCallable()
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.Builder<ListFirewallsRequest,FirewallList,FirewallsClient.ListPagedResponse>
FirewallsStubSettings.Builder. listSettings()
Returns the builder for the settings used for calls to list.com.google.api.gax.rpc.PagedCallSettings<ListFirewallsRequest,FirewallList,FirewallsClient.ListPagedResponse>
FirewallsStubSettings. listSettings()
Returns the object with the settings used for calls to list.
-