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 |
---|---|
InsertDiskHttpRequest |
InsertDiskHttpRequest.Builder.build() |
static InsertDiskHttpRequest |
InsertDiskHttpRequest.getDefaultInstance() |
Modifier and Type | Method and Description |
---|---|
UnaryCallable<InsertDiskHttpRequest,Operation> |
DiskClient.insertDiskCallable()
Creates a persistent disk in the specified project using the data in the request.
|
UnaryCallSettings<InsertDiskHttpRequest,Operation> |
DiskSettings.insertDiskSettings()
Returns the object with the settings used for calls to insertDisk.
|
UnaryCallSettings.Builder<InsertDiskHttpRequest,Operation> |
DiskSettings.Builder.insertDiskSettings()
Returns the builder for the settings used for calls to insertDisk.
|
Modifier and Type | Method and Description |
---|---|
Operation |
DiskClient.insertDisk(InsertDiskHttpRequest request)
Creates a persistent disk in the specified project using the data in the request.
|
InsertDiskHttpRequest.Builder |
InsertDiskHttpRequest.Builder.mergeFrom(InsertDiskHttpRequest other) |
static InsertDiskHttpRequest.Builder |
InsertDiskHttpRequest.newBuilder(InsertDiskHttpRequest prototype) |
Modifier and Type | Field and Description |
---|---|
static ApiMethodDescriptor<InsertDiskHttpRequest,Operation> |
HttpJsonDiskStub.insertDiskMethodDescriptor |
Modifier and Type | Method and Description |
---|---|
UnaryCallable<InsertDiskHttpRequest,Operation> |
HttpJsonDiskStub.insertDiskCallable() |
UnaryCallable<InsertDiskHttpRequest,Operation> |
DiskStub.insertDiskCallable() |
UnaryCallSettings<InsertDiskHttpRequest,Operation> |
DiskStubSettings.insertDiskSettings()
Returns the object with the settings used for calls to insertDisk.
|
UnaryCallSettings.Builder<InsertDiskHttpRequest,Operation> |
DiskStubSettings.Builder.insertDiskSettings()
Returns the builder for the settings used for calls to insertDisk.
|
Copyright © 2019 Google LLC. All rights reserved.