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 MoveProjectRequest
MoveProjectRequest.Builder. build()
MoveProjectRequest
MoveProjectRequest.Builder. buildPartial()
static MoveProjectRequest
MoveProjectRequest. getDefaultInstance()
MoveProjectRequest
MoveProjectRequest.Builder. getDefaultInstanceForType()
MoveProjectRequest
MoveProjectRequest. getDefaultInstanceForType()
static MoveProjectRequest
MoveProjectRequest. parseDelimitedFrom(InputStream input)
static MoveProjectRequest
MoveProjectRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MoveProjectRequest
MoveProjectRequest. parseFrom(byte[] data)
static MoveProjectRequest
MoveProjectRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MoveProjectRequest
MoveProjectRequest. parseFrom(com.google.protobuf.ByteString data)
static MoveProjectRequest
MoveProjectRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MoveProjectRequest
MoveProjectRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static MoveProjectRequest
MoveProjectRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MoveProjectRequest
MoveProjectRequest. parseFrom(InputStream input)
static MoveProjectRequest
MoveProjectRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MoveProjectRequest
MoveProjectRequest. parseFrom(ByteBuffer data)
static MoveProjectRequest
MoveProjectRequest. 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.Builder
MoveProjectRequest.Builder. mergeFrom(MoveProjectRequest other)
default void
ProjectsGrpc.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.Operation
ProjectsGrpc.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.void
ProjectsGrpc.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.Builder
MoveProjectRequest. 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.
-