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