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