Uses of Class
com.google.cloud.resourcemanager.v3.UndeleteProjectMetadata
-
Packages that use UndeleteProjectMetadata Package Description com.google.cloud.resourcemanager.v3 A client to Cloud Resource Manager APIcom.google.cloud.resourcemanager.v3.stub -
-
Uses of UndeleteProjectMetadata in com.google.cloud.resourcemanager.v3
Methods in com.google.cloud.resourcemanager.v3 that return UndeleteProjectMetadata Modifier and Type Method Description UndeleteProjectMetadata
UndeleteProjectMetadata.Builder. build()
UndeleteProjectMetadata
UndeleteProjectMetadata.Builder. buildPartial()
static UndeleteProjectMetadata
UndeleteProjectMetadata. getDefaultInstance()
UndeleteProjectMetadata
UndeleteProjectMetadata.Builder. getDefaultInstanceForType()
UndeleteProjectMetadata
UndeleteProjectMetadata. getDefaultInstanceForType()
static UndeleteProjectMetadata
UndeleteProjectMetadata. parseDelimitedFrom(InputStream input)
static UndeleteProjectMetadata
UndeleteProjectMetadata. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UndeleteProjectMetadata
UndeleteProjectMetadata. parseFrom(byte[] data)
static UndeleteProjectMetadata
UndeleteProjectMetadata. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UndeleteProjectMetadata
UndeleteProjectMetadata. parseFrom(com.google.protobuf.ByteString data)
static UndeleteProjectMetadata
UndeleteProjectMetadata. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UndeleteProjectMetadata
UndeleteProjectMetadata. parseFrom(com.google.protobuf.CodedInputStream input)
static UndeleteProjectMetadata
UndeleteProjectMetadata. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UndeleteProjectMetadata
UndeleteProjectMetadata. parseFrom(InputStream input)
static UndeleteProjectMetadata
UndeleteProjectMetadata. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UndeleteProjectMetadata
UndeleteProjectMetadata. parseFrom(ByteBuffer data)
static UndeleteProjectMetadata
UndeleteProjectMetadata. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.resourcemanager.v3 that return types with arguments of type UndeleteProjectMetadata Modifier and Type Method Description com.google.protobuf.Parser<UndeleteProjectMetadata>
UndeleteProjectMetadata. getParserForType()
static com.google.protobuf.Parser<UndeleteProjectMetadata>
UndeleteProjectMetadata. parser()
com.google.api.gax.longrunning.OperationFuture<Project,UndeleteProjectMetadata>
ProjectsClient. undeleteProjectAsync(ProjectName name)
Restores the project identified by the specified `name` (for example, `projects/415104041262`).com.google.api.gax.longrunning.OperationFuture<Project,UndeleteProjectMetadata>
ProjectsClient. undeleteProjectAsync(UndeleteProjectRequest request)
Restores the project identified by the specified `name` (for example, `projects/415104041262`).com.google.api.gax.longrunning.OperationFuture<Project,UndeleteProjectMetadata>
ProjectsClient. undeleteProjectAsync(String name)
Restores the project identified by the specified `name` (for example, `projects/415104041262`).com.google.api.gax.rpc.OperationCallable<UndeleteProjectRequest,Project,UndeleteProjectMetadata>
ProjectsClient. undeleteProjectOperationCallable()
Restores the project identified by the specified `name` (for example, `projects/415104041262`).com.google.api.gax.rpc.OperationCallSettings.Builder<UndeleteProjectRequest,Project,UndeleteProjectMetadata>
ProjectsSettings.Builder. undeleteProjectOperationSettings()
Returns the builder for the settings used for calls to undeleteProject.com.google.api.gax.rpc.OperationCallSettings<UndeleteProjectRequest,Project,UndeleteProjectMetadata>
ProjectsSettings. undeleteProjectOperationSettings()
Returns the object with the settings used for calls to undeleteProject.Methods in com.google.cloud.resourcemanager.v3 with parameters of type UndeleteProjectMetadata Modifier and Type Method Description UndeleteProjectMetadata.Builder
UndeleteProjectMetadata.Builder. mergeFrom(UndeleteProjectMetadata other)
static UndeleteProjectMetadata.Builder
UndeleteProjectMetadata. newBuilder(UndeleteProjectMetadata prototype)
-
Uses of UndeleteProjectMetadata in com.google.cloud.resourcemanager.v3.stub
Methods in com.google.cloud.resourcemanager.v3.stub that return types with arguments of type UndeleteProjectMetadata Modifier and Type Method Description com.google.api.gax.rpc.OperationCallable<UndeleteProjectRequest,Project,UndeleteProjectMetadata>
GrpcProjectsStub. undeleteProjectOperationCallable()
com.google.api.gax.rpc.OperationCallable<UndeleteProjectRequest,Project,UndeleteProjectMetadata>
HttpJsonProjectsStub. undeleteProjectOperationCallable()
com.google.api.gax.rpc.OperationCallable<UndeleteProjectRequest,Project,UndeleteProjectMetadata>
ProjectsStub. undeleteProjectOperationCallable()
com.google.api.gax.rpc.OperationCallSettings.Builder<UndeleteProjectRequest,Project,UndeleteProjectMetadata>
ProjectsStubSettings.Builder. undeleteProjectOperationSettings()
Returns the builder for the settings used for calls to undeleteProject.com.google.api.gax.rpc.OperationCallSettings<UndeleteProjectRequest,Project,UndeleteProjectMetadata>
ProjectsStubSettings. undeleteProjectOperationSettings()
Returns the object with the settings used for calls to undeleteProject.
-