Uses of Class
com.google.cloud.resourcemanager.v3.UndeleteProjectRequest
-
Packages that use UndeleteProjectRequest Package Description com.google.cloud.resourcemanager.v3 A client to Cloud Resource Manager APIcom.google.cloud.resourcemanager.v3.stub -
-
Uses of UndeleteProjectRequest in com.google.cloud.resourcemanager.v3
Methods in com.google.cloud.resourcemanager.v3 that return UndeleteProjectRequest Modifier and Type Method Description UndeleteProjectRequest
UndeleteProjectRequest.Builder. build()
UndeleteProjectRequest
UndeleteProjectRequest.Builder. buildPartial()
static UndeleteProjectRequest
UndeleteProjectRequest. getDefaultInstance()
UndeleteProjectRequest
UndeleteProjectRequest.Builder. getDefaultInstanceForType()
UndeleteProjectRequest
UndeleteProjectRequest. getDefaultInstanceForType()
static UndeleteProjectRequest
UndeleteProjectRequest. parseDelimitedFrom(InputStream input)
static UndeleteProjectRequest
UndeleteProjectRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UndeleteProjectRequest
UndeleteProjectRequest. parseFrom(byte[] data)
static UndeleteProjectRequest
UndeleteProjectRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UndeleteProjectRequest
UndeleteProjectRequest. parseFrom(com.google.protobuf.ByteString data)
static UndeleteProjectRequest
UndeleteProjectRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UndeleteProjectRequest
UndeleteProjectRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static UndeleteProjectRequest
UndeleteProjectRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UndeleteProjectRequest
UndeleteProjectRequest. parseFrom(InputStream input)
static UndeleteProjectRequest
UndeleteProjectRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UndeleteProjectRequest
UndeleteProjectRequest. parseFrom(ByteBuffer data)
static UndeleteProjectRequest
UndeleteProjectRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.resourcemanager.v3 that return types with arguments of type UndeleteProjectRequest Modifier and Type Method Description com.google.protobuf.Parser<UndeleteProjectRequest>
UndeleteProjectRequest. getParserForType()
static io.grpc.MethodDescriptor<UndeleteProjectRequest,com.google.longrunning.Operation>
ProjectsGrpc. getUndeleteProjectMethod()
static com.google.protobuf.Parser<UndeleteProjectRequest>
UndeleteProjectRequest. parser()
com.google.api.gax.rpc.UnaryCallable<UndeleteProjectRequest,com.google.longrunning.Operation>
ProjectsClient. undeleteProjectCallable()
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.com.google.api.gax.rpc.UnaryCallSettings.Builder<UndeleteProjectRequest,com.google.longrunning.Operation>
ProjectsSettings.Builder. undeleteProjectSettings()
Returns the builder for the settings used for calls to undeleteProject.com.google.api.gax.rpc.UnaryCallSettings<UndeleteProjectRequest,com.google.longrunning.Operation>
ProjectsSettings. undeleteProjectSettings()
Returns the object with the settings used for calls to undeleteProject.Methods in com.google.cloud.resourcemanager.v3 with parameters of type UndeleteProjectRequest Modifier and Type Method Description UndeleteProjectRequest.Builder
UndeleteProjectRequest.Builder. mergeFrom(UndeleteProjectRequest other)
static UndeleteProjectRequest.Builder
UndeleteProjectRequest. newBuilder(UndeleteProjectRequest prototype)
default void
ProjectsGrpc.AsyncService. undeleteProject(UndeleteProjectRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)
Restores the project identified by the specified `name` (for example, `projects/415104041262`).com.google.longrunning.Operation
ProjectsGrpc.ProjectsBlockingStub. undeleteProject(UndeleteProjectRequest request)
Restores the project identified by the specified `name` (for example, `projects/415104041262`).com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation>
ProjectsGrpc.ProjectsFutureStub. undeleteProject(UndeleteProjectRequest request)
Restores the project identified by the specified `name` (for example, `projects/415104041262`).void
ProjectsGrpc.ProjectsStub. undeleteProject(UndeleteProjectRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)
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`). -
Uses of UndeleteProjectRequest in com.google.cloud.resourcemanager.v3.stub
Methods in com.google.cloud.resourcemanager.v3.stub that return types with arguments of type UndeleteProjectRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<UndeleteProjectRequest,com.google.longrunning.Operation>
GrpcProjectsStub. undeleteProjectCallable()
com.google.api.gax.rpc.UnaryCallable<UndeleteProjectRequest,com.google.longrunning.Operation>
HttpJsonProjectsStub. undeleteProjectCallable()
com.google.api.gax.rpc.UnaryCallable<UndeleteProjectRequest,com.google.longrunning.Operation>
ProjectsStub. undeleteProjectCallable()
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.com.google.api.gax.rpc.UnaryCallSettings.Builder<UndeleteProjectRequest,com.google.longrunning.Operation>
ProjectsStubSettings.Builder. undeleteProjectSettings()
Returns the builder for the settings used for calls to undeleteProject.com.google.api.gax.rpc.UnaryCallSettings<UndeleteProjectRequest,com.google.longrunning.Operation>
ProjectsStubSettings. undeleteProjectSettings()
Returns the object with the settings used for calls to undeleteProject.
-