Uses of Class
com.google.cloud.compute.v1.ListPacketMirroringsRequest
-
Packages that use ListPacketMirroringsRequest 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 ListPacketMirroringsRequest in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return ListPacketMirroringsRequest Modifier and Type Method Description ListPacketMirroringsRequestListPacketMirroringsRequest.Builder. build()ListPacketMirroringsRequestListPacketMirroringsRequest.Builder. buildPartial()static ListPacketMirroringsRequestListPacketMirroringsRequest. getDefaultInstance()ListPacketMirroringsRequestListPacketMirroringsRequest.Builder. getDefaultInstanceForType()ListPacketMirroringsRequestListPacketMirroringsRequest. getDefaultInstanceForType()static ListPacketMirroringsRequestListPacketMirroringsRequest. parseDelimitedFrom(InputStream input)static ListPacketMirroringsRequestListPacketMirroringsRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListPacketMirroringsRequestListPacketMirroringsRequest. parseFrom(byte[] data)static ListPacketMirroringsRequestListPacketMirroringsRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListPacketMirroringsRequestListPacketMirroringsRequest. parseFrom(com.google.protobuf.ByteString data)static ListPacketMirroringsRequestListPacketMirroringsRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListPacketMirroringsRequestListPacketMirroringsRequest. parseFrom(com.google.protobuf.CodedInputStream input)static ListPacketMirroringsRequestListPacketMirroringsRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListPacketMirroringsRequestListPacketMirroringsRequest. parseFrom(InputStream input)static ListPacketMirroringsRequestListPacketMirroringsRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListPacketMirroringsRequestListPacketMirroringsRequest. parseFrom(ByteBuffer data)static ListPacketMirroringsRequestListPacketMirroringsRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.compute.v1 that return types with arguments of type ListPacketMirroringsRequest Modifier and Type Method Description com.google.protobuf.Parser<ListPacketMirroringsRequest>ListPacketMirroringsRequest. getParserForType()com.google.api.gax.rpc.UnaryCallable<ListPacketMirroringsRequest,PacketMirroringList>PacketMirroringsClient. listCallable()Retrieves a list of PacketMirroring resources available to the specified project and region.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.static com.google.protobuf.Parser<ListPacketMirroringsRequest>ListPacketMirroringsRequest. parser()Methods in com.google.cloud.compute.v1 with parameters of type ListPacketMirroringsRequest Modifier and Type Method Description PacketMirroringsClient.ListPagedResponsePacketMirroringsClient. list(ListPacketMirroringsRequest request)Retrieves a list of PacketMirroring resources available to the specified project and region.ListPacketMirroringsRequest.BuilderListPacketMirroringsRequest.Builder. mergeFrom(ListPacketMirroringsRequest other)static ListPacketMirroringsRequest.BuilderListPacketMirroringsRequest. newBuilder(ListPacketMirroringsRequest prototype)Method parameters in com.google.cloud.compute.v1 with type arguments of type ListPacketMirroringsRequest 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)protected PacketMirroringsClient.ListPagePacketMirroringsClient.ListPage. createPage(com.google.api.gax.rpc.PageContext<ListPacketMirroringsRequest,PacketMirroringList,PacketMirroring> context, PacketMirroringList response)com.google.api.core.ApiFuture<PacketMirroringsClient.ListPage>PacketMirroringsClient.ListPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListPacketMirroringsRequest,PacketMirroringList,PacketMirroring> context, com.google.api.core.ApiFuture<PacketMirroringList> futureResponse) -
Uses of ListPacketMirroringsRequest in com.google.cloud.compute.v1.stub
Methods in com.google.cloud.compute.v1.stub that return types with arguments of type ListPacketMirroringsRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListPacketMirroringsRequest,PacketMirroringList>HttpJsonPacketMirroringsStub. listCallable()com.google.api.gax.rpc.UnaryCallable<ListPacketMirroringsRequest,PacketMirroringList>PacketMirroringsStub. listCallable()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.
-