Uses of Class
com.google.cloud.resourcemanager.v3.MoveProjectRequest
-
Packages that use MoveProjectRequest Package Description com.google.cloud.resourcemanager.v3 A client to Cloud Resource Manager APIcom.google.cloud.resourcemanager.v3.stub -
-
Uses of MoveProjectRequest in com.google.cloud.resourcemanager.v3
Methods in com.google.cloud.resourcemanager.v3 that return MoveProjectRequest Modifier and Type Method Description MoveProjectRequestMoveProjectRequest.Builder. build()MoveProjectRequestMoveProjectRequest.Builder. buildPartial()static MoveProjectRequestMoveProjectRequest. getDefaultInstance()MoveProjectRequestMoveProjectRequest.Builder. getDefaultInstanceForType()MoveProjectRequestMoveProjectRequest. getDefaultInstanceForType()static MoveProjectRequestMoveProjectRequest. parseDelimitedFrom(InputStream input)static MoveProjectRequestMoveProjectRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static MoveProjectRequestMoveProjectRequest. parseFrom(byte[] data)static MoveProjectRequestMoveProjectRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static MoveProjectRequestMoveProjectRequest. parseFrom(com.google.protobuf.ByteString data)static MoveProjectRequestMoveProjectRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static MoveProjectRequestMoveProjectRequest. parseFrom(com.google.protobuf.CodedInputStream input)static MoveProjectRequestMoveProjectRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static MoveProjectRequestMoveProjectRequest. parseFrom(InputStream input)static MoveProjectRequestMoveProjectRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static MoveProjectRequestMoveProjectRequest. parseFrom(ByteBuffer data)static MoveProjectRequestMoveProjectRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.resourcemanager.v3 that return types with arguments of type MoveProjectRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<MoveProjectRequest,com.google.longrunning.Operation>ProjectsGrpc. getMoveProjectMethod()com.google.protobuf.Parser<MoveProjectRequest>MoveProjectRequest. getParserForType()com.google.api.gax.rpc.UnaryCallable<MoveProjectRequest,com.google.longrunning.Operation>ProjectsClient. moveProjectCallable()Move a project to another place in your resource hierarchy, under a new resource parent.com.google.api.gax.rpc.OperationCallable<MoveProjectRequest,Project,MoveProjectMetadata>ProjectsClient. moveProjectOperationCallable()Move a project to another place in your resource hierarchy, under a new resource parent.com.google.api.gax.rpc.OperationCallSettings.Builder<MoveProjectRequest,Project,MoveProjectMetadata>ProjectsSettings.Builder. moveProjectOperationSettings()Returns the builder for the settings used for calls to moveProject.com.google.api.gax.rpc.OperationCallSettings<MoveProjectRequest,Project,MoveProjectMetadata>ProjectsSettings. moveProjectOperationSettings()Returns the object with the settings used for calls to moveProject.com.google.api.gax.rpc.UnaryCallSettings.Builder<MoveProjectRequest,com.google.longrunning.Operation>ProjectsSettings.Builder. moveProjectSettings()Returns the builder for the settings used for calls to moveProject.com.google.api.gax.rpc.UnaryCallSettings<MoveProjectRequest,com.google.longrunning.Operation>ProjectsSettings. moveProjectSettings()Returns the object with the settings used for calls to moveProject.static com.google.protobuf.Parser<MoveProjectRequest>MoveProjectRequest. parser()Methods in com.google.cloud.resourcemanager.v3 with parameters of type MoveProjectRequest Modifier and Type Method Description MoveProjectRequest.BuilderMoveProjectRequest.Builder. mergeFrom(MoveProjectRequest other)default voidProjectsGrpc.AsyncService. moveProject(MoveProjectRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)Move a project to another place in your resource hierarchy, under a new resource parent.com.google.longrunning.OperationProjectsGrpc.ProjectsBlockingStub. moveProject(MoveProjectRequest request)Move a project to another place in your resource hierarchy, under a new resource parent.com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation>ProjectsGrpc.ProjectsFutureStub. moveProject(MoveProjectRequest request)Move a project to another place in your resource hierarchy, under a new resource parent.voidProjectsGrpc.ProjectsStub. moveProject(MoveProjectRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)Move a project to another place in your resource hierarchy, under a new resource parent.com.google.api.gax.longrunning.OperationFuture<Project,MoveProjectMetadata>ProjectsClient. moveProjectAsync(MoveProjectRequest request)Move a project to another place in your resource hierarchy, under a new resource parent.static MoveProjectRequest.BuilderMoveProjectRequest. newBuilder(MoveProjectRequest prototype) -
Uses of MoveProjectRequest in com.google.cloud.resourcemanager.v3.stub
Methods in com.google.cloud.resourcemanager.v3.stub that return types with arguments of type MoveProjectRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<MoveProjectRequest,com.google.longrunning.Operation>GrpcProjectsStub. moveProjectCallable()com.google.api.gax.rpc.UnaryCallable<MoveProjectRequest,com.google.longrunning.Operation>HttpJsonProjectsStub. moveProjectCallable()com.google.api.gax.rpc.UnaryCallable<MoveProjectRequest,com.google.longrunning.Operation>ProjectsStub. moveProjectCallable()com.google.api.gax.rpc.OperationCallable<MoveProjectRequest,Project,MoveProjectMetadata>GrpcProjectsStub. moveProjectOperationCallable()com.google.api.gax.rpc.OperationCallable<MoveProjectRequest,Project,MoveProjectMetadata>HttpJsonProjectsStub. moveProjectOperationCallable()com.google.api.gax.rpc.OperationCallable<MoveProjectRequest,Project,MoveProjectMetadata>ProjectsStub. moveProjectOperationCallable()com.google.api.gax.rpc.OperationCallSettings.Builder<MoveProjectRequest,Project,MoveProjectMetadata>ProjectsStubSettings.Builder. moveProjectOperationSettings()Returns the builder for the settings used for calls to moveProject.com.google.api.gax.rpc.OperationCallSettings<MoveProjectRequest,Project,MoveProjectMetadata>ProjectsStubSettings. moveProjectOperationSettings()Returns the object with the settings used for calls to moveProject.com.google.api.gax.rpc.UnaryCallSettings.Builder<MoveProjectRequest,com.google.longrunning.Operation>ProjectsStubSettings.Builder. moveProjectSettings()Returns the builder for the settings used for calls to moveProject.com.google.api.gax.rpc.UnaryCallSettings<MoveProjectRequest,com.google.longrunning.Operation>ProjectsStubSettings. moveProjectSettings()Returns the object with the settings used for calls to moveProject.
-