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 |
---|---|
UnaryCallable<GetDiskHttpRequest,Disk> |
DiskClient.getDiskCallable()
Returns a specified persistent disk.
|
UnaryCallSettings<GetDiskHttpRequest,Disk> |
DiskSettings.getDiskSettings()
Returns the object with the settings used for calls to getDisk.
|
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.
|
UnaryCallable<GetRegionDiskHttpRequest,Disk> |
RegionDiskClient.getRegionDiskCallable()
Returns a specified regional persistent disk.
|
UnaryCallSettings<GetRegionDiskHttpRequest,Disk> |
RegionDiskSettings.getRegionDiskSettings()
Returns the object with the settings used for calls to getRegionDisk.
|
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(PageContext<ListDisksHttpRequest,DiskList,Disk> context,
com.google.api.core.ApiFuture<DiskList> futureResponse) |
static com.google.api.core.ApiFuture<RegionDiskClient.ListRegionDisksPagedResponse> |
RegionDiskClient.ListRegionDisksPagedResponse.createAsync(PageContext<ListRegionDisksHttpRequest,DiskList,Disk> context,
com.google.api.core.ApiFuture<DiskList> futureResponse) |
protected DiskClient.ListDisksPage |
DiskClient.ListDisksPage.createPage(PageContext<ListDisksHttpRequest,DiskList,Disk> context,
DiskList response) |
protected RegionDiskClient.ListRegionDisksPage |
RegionDiskClient.ListRegionDisksPage.createPage(PageContext<ListRegionDisksHttpRequest,DiskList,Disk> context,
DiskList response) |
com.google.api.core.ApiFuture<DiskClient.ListDisksPage> |
DiskClient.ListDisksPage.createPageAsync(PageContext<ListDisksHttpRequest,DiskList,Disk> context,
com.google.api.core.ApiFuture<DiskList> futureResponse) |
com.google.api.core.ApiFuture<RegionDiskClient.ListRegionDisksPage> |
RegionDiskClient.ListRegionDisksPage.createPageAsync(PageContext<ListRegionDisksHttpRequest,DiskList,Disk> context,
com.google.api.core.ApiFuture<DiskList> futureResponse) |
Modifier and Type | Field and Description |
---|---|
static ApiMethodDescriptor<GetDiskHttpRequest,Disk> |
HttpJsonDiskStub.getDiskMethodDescriptor |
static ApiMethodDescriptor<GetRegionDiskHttpRequest,Disk> |
HttpJsonRegionDiskStub.getRegionDiskMethodDescriptor |
Modifier and Type | Method and Description |
---|---|
UnaryCallable<GetDiskHttpRequest,Disk> |
HttpJsonDiskStub.getDiskCallable() |
UnaryCallable<GetDiskHttpRequest,Disk> |
DiskStub.getDiskCallable() |
UnaryCallSettings<GetDiskHttpRequest,Disk> |
DiskStubSettings.getDiskSettings()
Returns the object with the settings used for calls to getDisk.
|
UnaryCallSettings.Builder<GetDiskHttpRequest,Disk> |
DiskStubSettings.Builder.getDiskSettings()
Returns the builder for the settings used for calls to getDisk.
|
UnaryCallable<GetRegionDiskHttpRequest,Disk> |
RegionDiskStub.getRegionDiskCallable() |
UnaryCallable<GetRegionDiskHttpRequest,Disk> |
HttpJsonRegionDiskStub.getRegionDiskCallable() |
UnaryCallSettings<GetRegionDiskHttpRequest,Disk> |
RegionDiskStubSettings.getRegionDiskSettings()
Returns the object with the settings used for calls to getRegionDisk.
|
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.