Uses of Class
com.google.cloud.compute.v1.ListDisksRequest
-
Packages that use ListDisksRequest 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 ListDisksRequest in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return ListDisksRequest Modifier and Type Method Description ListDisksRequestListDisksRequest.Builder. build()ListDisksRequestListDisksRequest.Builder. buildPartial()static ListDisksRequestListDisksRequest. getDefaultInstance()ListDisksRequestListDisksRequest.Builder. getDefaultInstanceForType()ListDisksRequestListDisksRequest. getDefaultInstanceForType()static ListDisksRequestListDisksRequest. parseDelimitedFrom(InputStream input)static ListDisksRequestListDisksRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListDisksRequestListDisksRequest. parseFrom(byte[] data)static ListDisksRequestListDisksRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListDisksRequestListDisksRequest. parseFrom(com.google.protobuf.ByteString data)static ListDisksRequestListDisksRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListDisksRequestListDisksRequest. parseFrom(com.google.protobuf.CodedInputStream input)static ListDisksRequestListDisksRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListDisksRequestListDisksRequest. parseFrom(InputStream input)static ListDisksRequestListDisksRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListDisksRequestListDisksRequest. parseFrom(ByteBuffer data)static ListDisksRequestListDisksRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.compute.v1 that return types with arguments of type ListDisksRequest Modifier and Type Method Description com.google.protobuf.Parser<ListDisksRequest>ListDisksRequest. getParserForType()com.google.api.gax.rpc.UnaryCallable<ListDisksRequest,DiskList>DisksClient. listCallable()Retrieves a list of persistent disks contained within the specified zone.com.google.api.gax.rpc.UnaryCallable<ListDisksRequest,DisksClient.ListPagedResponse>DisksClient. listPagedCallable()Retrieves a list of persistent disks contained within the specified zone.com.google.api.gax.rpc.PagedCallSettings.Builder<ListDisksRequest,DiskList,DisksClient.ListPagedResponse>DisksSettings.Builder. listSettings()Returns the builder for the settings used for calls to list.com.google.api.gax.rpc.PagedCallSettings<ListDisksRequest,DiskList,DisksClient.ListPagedResponse>DisksSettings. listSettings()Returns the object with the settings used for calls to list.static com.google.protobuf.Parser<ListDisksRequest>ListDisksRequest. parser()Methods in com.google.cloud.compute.v1 with parameters of type ListDisksRequest Modifier and Type Method Description DisksClient.ListPagedResponseDisksClient. list(ListDisksRequest request)Retrieves a list of persistent disks contained within the specified zone.ListDisksRequest.BuilderListDisksRequest.Builder. mergeFrom(ListDisksRequest other)static ListDisksRequest.BuilderListDisksRequest. newBuilder(ListDisksRequest prototype)Method parameters in com.google.cloud.compute.v1 with type arguments of type ListDisksRequest Modifier and Type Method Description static com.google.api.core.ApiFuture<DisksClient.ListPagedResponse>DisksClient.ListPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListDisksRequest,DiskList,Disk> context, com.google.api.core.ApiFuture<DiskList> futureResponse)protected DisksClient.ListPageDisksClient.ListPage. createPage(com.google.api.gax.rpc.PageContext<ListDisksRequest,DiskList,Disk> context, DiskList response)com.google.api.core.ApiFuture<DisksClient.ListPage>DisksClient.ListPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListDisksRequest,DiskList,Disk> context, com.google.api.core.ApiFuture<DiskList> futureResponse) -
Uses of ListDisksRequest in com.google.cloud.compute.v1.stub
Methods in com.google.cloud.compute.v1.stub that return types with arguments of type ListDisksRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListDisksRequest,DiskList>DisksStub. listCallable()com.google.api.gax.rpc.UnaryCallable<ListDisksRequest,DiskList>HttpJsonDisksStub. listCallable()com.google.api.gax.rpc.UnaryCallable<ListDisksRequest,DisksClient.ListPagedResponse>DisksStub. listPagedCallable()com.google.api.gax.rpc.UnaryCallable<ListDisksRequest,DisksClient.ListPagedResponse>HttpJsonDisksStub. listPagedCallable()com.google.api.gax.rpc.PagedCallSettings.Builder<ListDisksRequest,DiskList,DisksClient.ListPagedResponse>DisksStubSettings.Builder. listSettings()Returns the builder for the settings used for calls to list.com.google.api.gax.rpc.PagedCallSettings<ListDisksRequest,DiskList,DisksClient.ListPagedResponse>DisksStubSettings. listSettings()Returns the object with the settings used for calls to list.
-