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