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