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 MoveInstanceProjectRequestMoveInstanceProjectRequest.Builder. build()MoveInstanceProjectRequestMoveInstanceProjectRequest.Builder. buildPartial()static MoveInstanceProjectRequestMoveInstanceProjectRequest. getDefaultInstance()MoveInstanceProjectRequestMoveInstanceProjectRequest.Builder. getDefaultInstanceForType()MoveInstanceProjectRequestMoveInstanceProjectRequest. getDefaultInstanceForType()static MoveInstanceProjectRequestMoveInstanceProjectRequest. parseDelimitedFrom(InputStream input)static MoveInstanceProjectRequestMoveInstanceProjectRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static MoveInstanceProjectRequestMoveInstanceProjectRequest. parseFrom(byte[] data)static MoveInstanceProjectRequestMoveInstanceProjectRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static MoveInstanceProjectRequestMoveInstanceProjectRequest. parseFrom(com.google.protobuf.ByteString data)static MoveInstanceProjectRequestMoveInstanceProjectRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static MoveInstanceProjectRequestMoveInstanceProjectRequest. parseFrom(com.google.protobuf.CodedInputStream input)static MoveInstanceProjectRequestMoveInstanceProjectRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static MoveInstanceProjectRequestMoveInstanceProjectRequest. parseFrom(InputStream input)static MoveInstanceProjectRequestMoveInstanceProjectRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static MoveInstanceProjectRequestMoveInstanceProjectRequest. parseFrom(ByteBuffer data)static MoveInstanceProjectRequestMoveInstanceProjectRequest. 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.BuilderMoveInstanceProjectRequest.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.BuilderMoveInstanceProjectRequest. 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.
-