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 FirewallList
FirewallList.Builder. build()
FirewallList
FirewallList.Builder. buildPartial()
static FirewallList
FirewallList. getDefaultInstance()
FirewallList
FirewallList.Builder. getDefaultInstanceForType()
FirewallList
FirewallList. getDefaultInstanceForType()
static FirewallList
FirewallList. parseDelimitedFrom(InputStream input)
static FirewallList
FirewallList. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static FirewallList
FirewallList. parseFrom(byte[] data)
static FirewallList
FirewallList. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static FirewallList
FirewallList. parseFrom(com.google.protobuf.ByteString data)
static FirewallList
FirewallList. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static FirewallList
FirewallList. parseFrom(com.google.protobuf.CodedInputStream input)
static FirewallList
FirewallList. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static FirewallList
FirewallList. parseFrom(InputStream input)
static FirewallList
FirewallList. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static FirewallList
FirewallList. parseFrom(ByteBuffer data)
static FirewallList
FirewallList. 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.ListPage
FirewallsClient.ListPage. createPage(com.google.api.gax.rpc.PageContext<ListFirewallsRequest,FirewallList,Firewall> context, FirewallList response)
FirewallList.Builder
FirewallList.Builder. mergeFrom(FirewallList other)
static FirewallList.Builder
FirewallList. 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.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)
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.
-