Uses of Class
com.google.cloud.compute.v1.MoveDiskProjectRequest
-
Packages that use MoveDiskProjectRequest 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 MoveDiskProjectRequest in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return MoveDiskProjectRequest Modifier and Type Method Description MoveDiskProjectRequest
MoveDiskProjectRequest.Builder. build()
MoveDiskProjectRequest
MoveDiskProjectRequest.Builder. buildPartial()
static MoveDiskProjectRequest
MoveDiskProjectRequest. getDefaultInstance()
MoveDiskProjectRequest
MoveDiskProjectRequest.Builder. getDefaultInstanceForType()
MoveDiskProjectRequest
MoveDiskProjectRequest. getDefaultInstanceForType()
static MoveDiskProjectRequest
MoveDiskProjectRequest. parseDelimitedFrom(InputStream input)
static MoveDiskProjectRequest
MoveDiskProjectRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MoveDiskProjectRequest
MoveDiskProjectRequest. parseFrom(byte[] data)
static MoveDiskProjectRequest
MoveDiskProjectRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MoveDiskProjectRequest
MoveDiskProjectRequest. parseFrom(com.google.protobuf.ByteString data)
static MoveDiskProjectRequest
MoveDiskProjectRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MoveDiskProjectRequest
MoveDiskProjectRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static MoveDiskProjectRequest
MoveDiskProjectRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MoveDiskProjectRequest
MoveDiskProjectRequest. parseFrom(InputStream input)
static MoveDiskProjectRequest
MoveDiskProjectRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MoveDiskProjectRequest
MoveDiskProjectRequest. parseFrom(ByteBuffer data)
static MoveDiskProjectRequest
MoveDiskProjectRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.compute.v1 that return types with arguments of type MoveDiskProjectRequest Modifier and Type Method Description com.google.protobuf.Parser<MoveDiskProjectRequest>
MoveDiskProjectRequest. getParserForType()
com.google.api.gax.rpc.UnaryCallable<MoveDiskProjectRequest,Operation>
ProjectsClient. moveDiskCallable()
Moves a persistent disk from one zone to another.com.google.api.gax.rpc.OperationCallable<MoveDiskProjectRequest,Operation,Operation>
ProjectsClient. moveDiskOperationCallable()
Moves a persistent disk from one zone to another.com.google.api.gax.rpc.OperationCallSettings.Builder<MoveDiskProjectRequest,Operation,Operation>
ProjectsSettings.Builder. moveDiskOperationSettings()
Returns the builder for the settings used for calls to moveDisk.com.google.api.gax.rpc.OperationCallSettings<MoveDiskProjectRequest,Operation,Operation>
ProjectsSettings. moveDiskOperationSettings()
Returns the object with the settings used for calls to moveDisk.com.google.api.gax.rpc.UnaryCallSettings.Builder<MoveDiskProjectRequest,Operation>
ProjectsSettings.Builder. moveDiskSettings()
Returns the builder for the settings used for calls to moveDisk.com.google.api.gax.rpc.UnaryCallSettings<MoveDiskProjectRequest,Operation>
ProjectsSettings. moveDiskSettings()
Returns the object with the settings used for calls to moveDisk.static com.google.protobuf.Parser<MoveDiskProjectRequest>
MoveDiskProjectRequest. parser()
Methods in com.google.cloud.compute.v1 with parameters of type MoveDiskProjectRequest Modifier and Type Method Description MoveDiskProjectRequest.Builder
MoveDiskProjectRequest.Builder. mergeFrom(MoveDiskProjectRequest other)
com.google.api.gax.longrunning.OperationFuture<Operation,Operation>
ProjectsClient. moveDiskAsync(MoveDiskProjectRequest request)
Moves a persistent disk from one zone to another.static MoveDiskProjectRequest.Builder
MoveDiskProjectRequest. newBuilder(MoveDiskProjectRequest prototype)
-
Uses of MoveDiskProjectRequest in com.google.cloud.compute.v1.stub
Methods in com.google.cloud.compute.v1.stub that return types with arguments of type MoveDiskProjectRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<MoveDiskProjectRequest,Operation>
HttpJsonProjectsStub. moveDiskCallable()
com.google.api.gax.rpc.UnaryCallable<MoveDiskProjectRequest,Operation>
ProjectsStub. moveDiskCallable()
com.google.api.gax.rpc.OperationCallable<MoveDiskProjectRequest,Operation,Operation>
HttpJsonProjectsStub. moveDiskOperationCallable()
com.google.api.gax.rpc.OperationCallable<MoveDiskProjectRequest,Operation,Operation>
ProjectsStub. moveDiskOperationCallable()
com.google.api.gax.rpc.OperationCallSettings.Builder<MoveDiskProjectRequest,Operation,Operation>
ProjectsStubSettings.Builder. moveDiskOperationSettings()
Returns the builder for the settings used for calls to moveDisk.com.google.api.gax.rpc.OperationCallSettings<MoveDiskProjectRequest,Operation,Operation>
ProjectsStubSettings. moveDiskOperationSettings()
Returns the object with the settings used for calls to moveDisk.com.google.api.gax.rpc.UnaryCallSettings.Builder<MoveDiskProjectRequest,Operation>
ProjectsStubSettings.Builder. moveDiskSettings()
Returns the builder for the settings used for calls to moveDisk.com.google.api.gax.rpc.UnaryCallSettings<MoveDiskProjectRequest,Operation>
ProjectsStubSettings. moveDiskSettings()
Returns the object with the settings used for calls to moveDisk.
-