Uses of Class
com.google.cloud.compute.v1.PacketMirroringsClient.ListPagedResponse
-
Packages that use PacketMirroringsClient.ListPagedResponse 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 PacketMirroringsClient.ListPagedResponse in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return PacketMirroringsClient.ListPagedResponse Modifier and Type Method Description PacketMirroringsClient.ListPagedResponse
PacketMirroringsClient. list(ListPacketMirroringsRequest request)
Retrieves a list of PacketMirroring resources available to the specified project and region.PacketMirroringsClient.ListPagedResponse
PacketMirroringsClient. list(String project, String region)
Retrieves a list of PacketMirroring resources available to the specified project and region.Methods in com.google.cloud.compute.v1 that return types with arguments of type PacketMirroringsClient.ListPagedResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<PacketMirroringsClient.ListPagedResponse>
PacketMirroringsClient.ListPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListPacketMirroringsRequest,PacketMirroringList,PacketMirroring> context, com.google.api.core.ApiFuture<PacketMirroringList> futureResponse)
com.google.api.gax.rpc.UnaryCallable<ListPacketMirroringsRequest,PacketMirroringsClient.ListPagedResponse>
PacketMirroringsClient. listPagedCallable()
Retrieves a list of PacketMirroring resources available to the specified project and region.com.google.api.gax.rpc.PagedCallSettings.Builder<ListPacketMirroringsRequest,PacketMirroringList,PacketMirroringsClient.ListPagedResponse>
PacketMirroringsSettings.Builder. listSettings()
Returns the builder for the settings used for calls to list.com.google.api.gax.rpc.PagedCallSettings<ListPacketMirroringsRequest,PacketMirroringList,PacketMirroringsClient.ListPagedResponse>
PacketMirroringsSettings. listSettings()
Returns the object with the settings used for calls to list. -
Uses of PacketMirroringsClient.ListPagedResponse in com.google.cloud.compute.v1.stub
Methods in com.google.cloud.compute.v1.stub that return types with arguments of type PacketMirroringsClient.ListPagedResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListPacketMirroringsRequest,PacketMirroringsClient.ListPagedResponse>
HttpJsonPacketMirroringsStub. listPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListPacketMirroringsRequest,PacketMirroringsClient.ListPagedResponse>
PacketMirroringsStub. listPagedCallable()
com.google.api.gax.rpc.PagedCallSettings.Builder<ListPacketMirroringsRequest,PacketMirroringList,PacketMirroringsClient.ListPagedResponse>
PacketMirroringsStubSettings.Builder. listSettings()
Returns the builder for the settings used for calls to list.com.google.api.gax.rpc.PagedCallSettings<ListPacketMirroringsRequest,PacketMirroringList,PacketMirroringsClient.ListPagedResponse>
PacketMirroringsStubSettings. listSettings()
Returns the object with the settings used for calls to list.
-