Uses of Class
com.google.cloud.compute.v1.Disk
-
Packages that use Disk 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 Disk in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return Disk Modifier and Type Method Description Disk
Disk.Builder. build()
Disk
Disk.Builder. buildPartial()
Disk
DisksClient. get(GetDiskRequest request)
Returns the specified persistent disk.Disk
DisksClient. get(String project, String zone, String disk)
Returns the specified persistent disk.Disk
RegionDisksClient. get(GetRegionDiskRequest request)
Returns a specified regional persistent disk.Disk
RegionDisksClient. get(String project, String region, String disk)
Returns a specified regional persistent disk.static Disk
Disk. getDefaultInstance()
Disk
Disk.Builder. getDefaultInstanceForType()
Disk
Disk. getDefaultInstanceForType()
Disk
InsertDiskRequest.Builder. getDiskResource()
The body resource for this requestDisk
InsertDiskRequest. getDiskResource()
The body resource for this requestDisk
InsertDiskRequestOrBuilder. getDiskResource()
The body resource for this requestDisk
InsertRegionDiskRequest.Builder. getDiskResource()
The body resource for this requestDisk
InsertRegionDiskRequest. getDiskResource()
The body resource for this requestDisk
InsertRegionDiskRequestOrBuilder. getDiskResource()
The body resource for this requestDisk
UpdateDiskRequest.Builder. getDiskResource()
The body resource for this requestDisk
UpdateDiskRequest. getDiskResource()
The body resource for this requestDisk
UpdateDiskRequestOrBuilder. getDiskResource()
The body resource for this requestDisk
UpdateRegionDiskRequest.Builder. getDiskResource()
The body resource for this requestDisk
UpdateRegionDiskRequest. getDiskResource()
The body resource for this requestDisk
UpdateRegionDiskRequestOrBuilder. getDiskResource()
The body resource for this requestDisk
DisksScopedList.Builder. getDisks(int index)
[Output Only] A list of disks contained in this scope.Disk
DisksScopedList. getDisks(int index)
[Output Only] A list of disks contained in this scope.Disk
DisksScopedListOrBuilder. getDisks(int index)
[Output Only] A list of disks contained in this scope.Disk
DiskList.Builder. getItems(int index)
A list of Disk resources.Disk
DiskList. getItems(int index)
A list of Disk resources.Disk
DiskListOrBuilder. getItems(int index)
A list of Disk resources.static Disk
Disk. parseDelimitedFrom(InputStream input)
static Disk
Disk. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Disk
Disk. parseFrom(byte[] data)
static Disk
Disk. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Disk
Disk. parseFrom(com.google.protobuf.ByteString data)
static Disk
Disk. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Disk
Disk. parseFrom(com.google.protobuf.CodedInputStream input)
static Disk
Disk. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Disk
Disk. parseFrom(InputStream input)
static Disk
Disk. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Disk
Disk. parseFrom(ByteBuffer data)
static Disk
Disk. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.compute.v1 that return types with arguments of type Disk Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetDiskRequest,Disk>
DisksClient. getCallable()
Returns the specified persistent disk.com.google.api.gax.rpc.UnaryCallable<GetRegionDiskRequest,Disk>
RegionDisksClient. getCallable()
Returns a specified regional persistent disk.List<Disk>
DisksScopedList.Builder. getDisksList()
[Output Only] A list of disks contained in this scope.List<Disk>
DisksScopedList. getDisksList()
[Output Only] A list of disks contained in this scope.List<Disk>
DisksScopedListOrBuilder. getDisksList()
[Output Only] A list of disks contained in this scope.List<Disk>
DiskList.Builder. getItemsList()
A list of Disk resources.List<Disk>
DiskList. getItemsList()
A list of Disk resources.List<Disk>
DiskListOrBuilder. getItemsList()
A list of Disk resources.com.google.protobuf.Parser<Disk>
Disk. getParserForType()
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetDiskRequest,Disk>
DisksSettings.Builder. getSettings()
Returns the builder for the settings used for calls to get.com.google.api.gax.rpc.UnaryCallSettings<GetDiskRequest,Disk>
DisksSettings. getSettings()
Returns the object with the settings used for calls to get.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetRegionDiskRequest,Disk>
RegionDisksSettings.Builder. getSettings()
Returns the builder for the settings used for calls to get.com.google.api.gax.rpc.UnaryCallSettings<GetRegionDiskRequest,Disk>
RegionDisksSettings. getSettings()
Returns the object with the settings used for calls to get.static com.google.protobuf.Parser<Disk>
Disk. parser()
Methods in com.google.cloud.compute.v1 with parameters of type Disk Modifier and Type Method Description DisksScopedList.Builder
DisksScopedList.Builder. addDisks(int index, Disk value)
[Output Only] A list of disks contained in this scope.DisksScopedList.Builder
DisksScopedList.Builder. addDisks(Disk value)
[Output Only] A list of disks contained in this scope.DiskList.Builder
DiskList.Builder. addItems(int index, Disk value)
A list of Disk resources.DiskList.Builder
DiskList.Builder. addItems(Disk value)
A list of Disk resources.com.google.api.gax.longrunning.OperationFuture<Operation,Operation>
DisksClient. insertAsync(String project, String zone, Disk diskResource)
Creates a persistent disk in the specified project using the data in the request.com.google.api.gax.longrunning.OperationFuture<Operation,Operation>
RegionDisksClient. insertAsync(String project, String region, Disk diskResource)
Creates a persistent regional disk in the specified project using the data included in the request.InsertDiskRequest.Builder
InsertDiskRequest.Builder. mergeDiskResource(Disk value)
The body resource for this requestInsertRegionDiskRequest.Builder
InsertRegionDiskRequest.Builder. mergeDiskResource(Disk value)
The body resource for this requestUpdateDiskRequest.Builder
UpdateDiskRequest.Builder. mergeDiskResource(Disk value)
The body resource for this requestUpdateRegionDiskRequest.Builder
UpdateRegionDiskRequest.Builder. mergeDiskResource(Disk value)
The body resource for this requestDisk.Builder
Disk.Builder. mergeFrom(Disk other)
static Disk.Builder
Disk. newBuilder(Disk prototype)
InsertDiskRequest.Builder
InsertDiskRequest.Builder. setDiskResource(Disk value)
The body resource for this requestInsertRegionDiskRequest.Builder
InsertRegionDiskRequest.Builder. setDiskResource(Disk value)
The body resource for this requestUpdateDiskRequest.Builder
UpdateDiskRequest.Builder. setDiskResource(Disk value)
The body resource for this requestUpdateRegionDiskRequest.Builder
UpdateRegionDiskRequest.Builder. setDiskResource(Disk value)
The body resource for this requestDisksScopedList.Builder
DisksScopedList.Builder. setDisks(int index, Disk value)
[Output Only] A list of disks contained in this scope.DiskList.Builder
DiskList.Builder. setItems(int index, Disk value)
A list of Disk resources.com.google.api.gax.longrunning.OperationFuture<Operation,Operation>
DisksClient. updateAsync(String project, String zone, String disk, Disk diskResource)
Updates the specified disk with the data included in the request.com.google.api.gax.longrunning.OperationFuture<Operation,Operation>
RegionDisksClient. updateAsync(String project, String region, String disk, Disk diskResource)
Update the specified disk with the data included in the request.Method parameters in com.google.cloud.compute.v1 with type arguments of type Disk Modifier and Type Method Description DisksScopedList.Builder
DisksScopedList.Builder. addAllDisks(Iterable<? extends Disk> values)
[Output Only] A list of disks contained in this scope.DiskList.Builder
DiskList.Builder. addAllItems(Iterable<? extends Disk> values)
A list of Disk resources.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)
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<RegionDisksClient.ListPage>
RegionDisksClient.ListPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListRegionDisksRequest,DiskList,Disk> context, com.google.api.core.ApiFuture<DiskList> futureResponse)
-
Uses of Disk in com.google.cloud.compute.v1.stub
Methods in com.google.cloud.compute.v1.stub that return types with arguments of type Disk Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetDiskRequest,Disk>
DisksStub. getCallable()
com.google.api.gax.rpc.UnaryCallable<GetDiskRequest,Disk>
HttpJsonDisksStub. getCallable()
com.google.api.gax.rpc.UnaryCallable<GetRegionDiskRequest,Disk>
HttpJsonRegionDisksStub. getCallable()
com.google.api.gax.rpc.UnaryCallable<GetRegionDiskRequest,Disk>
RegionDisksStub. getCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetDiskRequest,Disk>
DisksStubSettings.Builder. getSettings()
Returns the builder for the settings used for calls to get.com.google.api.gax.rpc.UnaryCallSettings<GetDiskRequest,Disk>
DisksStubSettings. getSettings()
Returns the object with the settings used for calls to get.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetRegionDiskRequest,Disk>
RegionDisksStubSettings.Builder. getSettings()
Returns the builder for the settings used for calls to get.com.google.api.gax.rpc.UnaryCallSettings<GetRegionDiskRequest,Disk>
RegionDisksStubSettings. getSettings()
Returns the object with the settings used for calls to get.
-