Uses of Class
com.google.cloud.compute.v1.FirewallList
-
Packages that use FirewallList 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 FirewallList in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return FirewallList Modifier and Type Method Description FirewallListFirewallList.Builder. build()FirewallListFirewallList.Builder. buildPartial()static FirewallListFirewallList. getDefaultInstance()FirewallListFirewallList.Builder. getDefaultInstanceForType()FirewallListFirewallList. getDefaultInstanceForType()static FirewallListFirewallList. parseDelimitedFrom(InputStream input)static FirewallListFirewallList. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static FirewallListFirewallList. parseFrom(byte[] data)static FirewallListFirewallList. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static FirewallListFirewallList. parseFrom(com.google.protobuf.ByteString data)static FirewallListFirewallList. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static FirewallListFirewallList. parseFrom(com.google.protobuf.CodedInputStream input)static FirewallListFirewallList. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static FirewallListFirewallList. parseFrom(InputStream input)static FirewallListFirewallList. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static FirewallListFirewallList. parseFrom(ByteBuffer data)static FirewallListFirewallList. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.compute.v1 that return types with arguments of type FirewallList Modifier and Type Method Description com.google.protobuf.Parser<FirewallList>FirewallList. 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.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<FirewallList>FirewallList. parser()Methods in com.google.cloud.compute.v1 with parameters of type FirewallList Modifier and Type Method Description protected FirewallsClient.ListPageFirewallsClient.ListPage. createPage(com.google.api.gax.rpc.PageContext<ListFirewallsRequest,FirewallList,Firewall> context, FirewallList response)FirewallList.BuilderFirewallList.Builder. mergeFrom(FirewallList other)static FirewallList.BuilderFirewallList. newBuilder(FirewallList prototype)Method parameters in com.google.cloud.compute.v1 with type arguments of type FirewallList 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)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.ListPageFirewallsClient.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)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 FirewallList in com.google.cloud.compute.v1.stub
Methods in com.google.cloud.compute.v1.stub that return types with arguments of type FirewallList 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.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.
-