| Package | Description | 
|---|---|
| com.google.cloud.compute.v1 | 
 A client to Compute Engine API. 
 | 
| com.google.cloud.compute.v1.stub | 
| Modifier and Type | Method and Description | 
|---|---|
Disk | 
Disk.Builder.build()  | 
Disk | 
InsertDiskHttpRequest.getApiMessageRequestBody()  | 
Disk | 
InsertRegionDiskHttpRequest.getApiMessageRequestBody()  | 
static Disk | 
Disk.getDefaultInstance()  | 
Disk | 
DiskClient.getDisk(GetDiskHttpRequest request)
Returns a specified persistent disk. 
 | 
Disk | 
DiskClient.getDisk(ProjectZoneDiskName disk)
Returns a specified persistent disk. 
 | 
Disk | 
DiskClient.getDisk(String disk)
Returns a specified persistent disk. 
 | 
Disk | 
InsertDiskHttpRequest.getDiskResource()
A Disk resource. 
 | 
Disk | 
InsertDiskHttpRequest.Builder.getDiskResource()
A Disk resource. 
 | 
Disk | 
InsertRegionDiskHttpRequest.getDiskResource()
A Disk resource. 
 | 
Disk | 
InsertRegionDiskHttpRequest.Builder.getDiskResource()
A Disk resource. 
 | 
Disk | 
RegionDiskClient.getRegionDisk(GetRegionDiskHttpRequest request)
Returns a specified regional persistent disk. 
 | 
Disk | 
RegionDiskClient.getRegionDisk(ProjectRegionDiskName disk)
Returns a specified regional persistent disk. 
 | 
Disk | 
RegionDiskClient.getRegionDisk(String disk)
Returns a specified regional persistent disk. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
com.google.api.gax.rpc.UnaryCallable<GetDiskHttpRequest,Disk> | 
DiskClient.getDiskCallable()
Returns a specified persistent disk. 
 | 
com.google.api.gax.rpc.UnaryCallSettings<GetDiskHttpRequest,Disk> | 
DiskSettings.getDiskSettings()
Returns the object with the settings used for calls to getDisk. 
 | 
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetDiskHttpRequest,Disk> | 
DiskSettings.Builder.getDiskSettings()
Returns the builder for the settings used for calls to getDisk. 
 | 
List<Disk> | 
DisksScopedList.getDisksList()
[Output Only] A list of disks contained in this scope. 
 | 
List<Disk> | 
DisksScopedList.Builder.getDisksList()
[Output Only] A list of disks contained in this scope. 
 | 
List<Disk> | 
DiskList.getItemsList()
A list of Disk resources. 
 | 
List<Disk> | 
DiskList.Builder.getItemsList()
A list of Disk resources. 
 | 
com.google.api.gax.rpc.UnaryCallable<GetRegionDiskHttpRequest,Disk> | 
RegionDiskClient.getRegionDiskCallable()
Returns a specified regional persistent disk. 
 | 
com.google.api.gax.rpc.UnaryCallSettings<GetRegionDiskHttpRequest,Disk> | 
RegionDiskSettings.getRegionDiskSettings()
Returns the object with the settings used for calls to getRegionDisk. 
 | 
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetRegionDiskHttpRequest,Disk> | 
RegionDiskSettings.Builder.getRegionDiskSettings()
Returns the builder for the settings used for calls to getRegionDisk. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
DisksScopedList.Builder | 
DisksScopedList.Builder.addDisks(Disk disks)
[Output Only] A list of disks contained in this scope. 
 | 
DiskList.Builder | 
DiskList.Builder.addItems(Disk items)
A list of Disk resources. 
 | 
Operation | 
DiskClient.insertDisk(ProjectZoneName zone,
          Disk diskResource)
Creates a persistent disk in the specified project using the data in the request. 
 | 
Operation | 
DiskClient.insertDisk(String zone,
          Disk diskResource)
Creates a persistent disk in the specified project using the data in the request. 
 | 
Operation | 
RegionDiskClient.insertRegionDisk(ProjectRegionName region,
                Disk diskResource)
Creates a persistent regional disk in the specified project using the data included in the
 request. 
 | 
Operation | 
RegionDiskClient.insertRegionDisk(String region,
                Disk diskResource)
Creates a persistent regional disk in the specified project using the data included in the
 request. 
 | 
Disk.Builder | 
Disk.Builder.mergeFrom(Disk other)  | 
static Disk.Builder | 
Disk.newBuilder(Disk prototype)  | 
InsertDiskHttpRequest.Builder | 
InsertDiskHttpRequest.Builder.setDiskResource(Disk diskResource)
A Disk resource. 
 | 
InsertRegionDiskHttpRequest.Builder | 
InsertRegionDiskHttpRequest.Builder.setDiskResource(Disk diskResource)
A Disk resource. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
DisksScopedList.Builder | 
DisksScopedList.Builder.addAllDisks(List<Disk> disks)
[Output Only] A list of disks contained in this scope. 
 | 
DiskList.Builder | 
DiskList.Builder.addAllItems(List<Disk> items)
A list of Disk resources. 
 | 
static com.google.api.core.ApiFuture<DiskClient.ListDisksPagedResponse> | 
DiskClient.ListDisksPagedResponse.createAsync(com.google.api.gax.rpc.PageContext<ListDisksHttpRequest,DiskList,Disk> context,
           com.google.api.core.ApiFuture<DiskList> futureResponse)  | 
static com.google.api.core.ApiFuture<RegionDiskClient.ListRegionDisksPagedResponse> | 
RegionDiskClient.ListRegionDisksPagedResponse.createAsync(com.google.api.gax.rpc.PageContext<ListRegionDisksHttpRequest,DiskList,Disk> context,
           com.google.api.core.ApiFuture<DiskList> futureResponse)  | 
protected DiskClient.ListDisksPage | 
DiskClient.ListDisksPage.createPage(com.google.api.gax.rpc.PageContext<ListDisksHttpRequest,DiskList,Disk> context,
          DiskList response)  | 
protected RegionDiskClient.ListRegionDisksPage | 
RegionDiskClient.ListRegionDisksPage.createPage(com.google.api.gax.rpc.PageContext<ListRegionDisksHttpRequest,DiskList,Disk> context,
          DiskList response)  | 
com.google.api.core.ApiFuture<DiskClient.ListDisksPage> | 
DiskClient.ListDisksPage.createPageAsync(com.google.api.gax.rpc.PageContext<ListDisksHttpRequest,DiskList,Disk> context,
               com.google.api.core.ApiFuture<DiskList> futureResponse)  | 
com.google.api.core.ApiFuture<RegionDiskClient.ListRegionDisksPage> | 
RegionDiskClient.ListRegionDisksPage.createPageAsync(com.google.api.gax.rpc.PageContext<ListRegionDisksHttpRequest,DiskList,Disk> context,
               com.google.api.core.ApiFuture<DiskList> futureResponse)  | 
| Modifier and Type | Field and Description | 
|---|---|
static com.google.api.gax.httpjson.ApiMethodDescriptor<GetDiskHttpRequest,Disk> | 
HttpJsonDiskStub.getDiskMethodDescriptor  | 
static com.google.api.gax.httpjson.ApiMethodDescriptor<GetRegionDiskHttpRequest,Disk> | 
HttpJsonRegionDiskStub.getRegionDiskMethodDescriptor  | 
| Modifier and Type | Method and Description | 
|---|---|
com.google.api.gax.rpc.UnaryCallable<GetDiskHttpRequest,Disk> | 
HttpJsonDiskStub.getDiskCallable()  | 
com.google.api.gax.rpc.UnaryCallable<GetDiskHttpRequest,Disk> | 
DiskStub.getDiskCallable()  | 
com.google.api.gax.rpc.UnaryCallSettings<GetDiskHttpRequest,Disk> | 
DiskStubSettings.getDiskSettings()
Returns the object with the settings used for calls to getDisk. 
 | 
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetDiskHttpRequest,Disk> | 
DiskStubSettings.Builder.getDiskSettings()
Returns the builder for the settings used for calls to getDisk. 
 | 
com.google.api.gax.rpc.UnaryCallable<GetRegionDiskHttpRequest,Disk> | 
RegionDiskStub.getRegionDiskCallable()  | 
com.google.api.gax.rpc.UnaryCallable<GetRegionDiskHttpRequest,Disk> | 
HttpJsonRegionDiskStub.getRegionDiskCallable()  | 
com.google.api.gax.rpc.UnaryCallSettings<GetRegionDiskHttpRequest,Disk> | 
RegionDiskStubSettings.getRegionDiskSettings()
Returns the object with the settings used for calls to getRegionDisk. 
 | 
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetRegionDiskHttpRequest,Disk> | 
RegionDiskStubSettings.Builder.getRegionDiskSettings()
Returns the builder for the settings used for calls to getRegionDisk. 
 | 
Copyright © 2019 Google LLC. All rights reserved.