Uses of Class
com.google.cloud.resourcemanager.v3.MoveProjectMetadata
-
Packages that use MoveProjectMetadata Package Description com.google.cloud.resourcemanager.v3 A client to Cloud Resource Manager APIcom.google.cloud.resourcemanager.v3.stub -
-
Uses of MoveProjectMetadata in com.google.cloud.resourcemanager.v3
Methods in com.google.cloud.resourcemanager.v3 that return MoveProjectMetadata Modifier and Type Method Description MoveProjectMetadataMoveProjectMetadata.Builder. build()MoveProjectMetadataMoveProjectMetadata.Builder. buildPartial()static MoveProjectMetadataMoveProjectMetadata. getDefaultInstance()MoveProjectMetadataMoveProjectMetadata.Builder. getDefaultInstanceForType()MoveProjectMetadataMoveProjectMetadata. getDefaultInstanceForType()static MoveProjectMetadataMoveProjectMetadata. parseDelimitedFrom(InputStream input)static MoveProjectMetadataMoveProjectMetadata. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static MoveProjectMetadataMoveProjectMetadata. parseFrom(byte[] data)static MoveProjectMetadataMoveProjectMetadata. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static MoveProjectMetadataMoveProjectMetadata. parseFrom(com.google.protobuf.ByteString data)static MoveProjectMetadataMoveProjectMetadata. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static MoveProjectMetadataMoveProjectMetadata. parseFrom(com.google.protobuf.CodedInputStream input)static MoveProjectMetadataMoveProjectMetadata. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static MoveProjectMetadataMoveProjectMetadata. parseFrom(InputStream input)static MoveProjectMetadataMoveProjectMetadata. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static MoveProjectMetadataMoveProjectMetadata. parseFrom(ByteBuffer data)static MoveProjectMetadataMoveProjectMetadata. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.resourcemanager.v3 that return types with arguments of type MoveProjectMetadata Modifier and Type Method Description com.google.protobuf.Parser<MoveProjectMetadata>MoveProjectMetadata. getParserForType()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.com.google.api.gax.longrunning.OperationFuture<Project,MoveProjectMetadata>ProjectsClient. moveProjectAsync(ProjectName name, com.google.api.resourcenames.ResourceName destinationParent)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(ProjectName name, String destinationParent)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(String name, com.google.api.resourcenames.ResourceName destinationParent)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(String name, String destinationParent)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.static com.google.protobuf.Parser<MoveProjectMetadata>MoveProjectMetadata. parser()Methods in com.google.cloud.resourcemanager.v3 with parameters of type MoveProjectMetadata Modifier and Type Method Description MoveProjectMetadata.BuilderMoveProjectMetadata.Builder. mergeFrom(MoveProjectMetadata other)static MoveProjectMetadata.BuilderMoveProjectMetadata. newBuilder(MoveProjectMetadata prototype) -
Uses of MoveProjectMetadata in com.google.cloud.resourcemanager.v3.stub
Methods in com.google.cloud.resourcemanager.v3.stub that return types with arguments of type MoveProjectMetadata Modifier and Type Method Description 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.
-