Uses of Class
com.google.cloud.resourcemanager.v3.DeleteProjectMetadata
-
Packages that use DeleteProjectMetadata Package Description com.google.cloud.resourcemanager.v3 A client to Cloud Resource Manager APIcom.google.cloud.resourcemanager.v3.stub -
-
Uses of DeleteProjectMetadata in com.google.cloud.resourcemanager.v3
Methods in com.google.cloud.resourcemanager.v3 that return DeleteProjectMetadata Modifier and Type Method Description DeleteProjectMetadata
DeleteProjectMetadata.Builder. build()
DeleteProjectMetadata
DeleteProjectMetadata.Builder. buildPartial()
static DeleteProjectMetadata
DeleteProjectMetadata. getDefaultInstance()
DeleteProjectMetadata
DeleteProjectMetadata.Builder. getDefaultInstanceForType()
DeleteProjectMetadata
DeleteProjectMetadata. getDefaultInstanceForType()
static DeleteProjectMetadata
DeleteProjectMetadata. parseDelimitedFrom(InputStream input)
static DeleteProjectMetadata
DeleteProjectMetadata. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeleteProjectMetadata
DeleteProjectMetadata. parseFrom(byte[] data)
static DeleteProjectMetadata
DeleteProjectMetadata. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeleteProjectMetadata
DeleteProjectMetadata. parseFrom(com.google.protobuf.ByteString data)
static DeleteProjectMetadata
DeleteProjectMetadata. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeleteProjectMetadata
DeleteProjectMetadata. parseFrom(com.google.protobuf.CodedInputStream input)
static DeleteProjectMetadata
DeleteProjectMetadata. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeleteProjectMetadata
DeleteProjectMetadata. parseFrom(InputStream input)
static DeleteProjectMetadata
DeleteProjectMetadata. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeleteProjectMetadata
DeleteProjectMetadata. parseFrom(ByteBuffer data)
static DeleteProjectMetadata
DeleteProjectMetadata. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.resourcemanager.v3 that return types with arguments of type DeleteProjectMetadata Modifier and Type Method Description 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.com.google.api.gax.longrunning.OperationFuture<Project,DeleteProjectMetadata>
ProjectsClient. deleteProjectAsync(ProjectName name)
Marks the project identified by the specified `name` (for example, `projects/415104041262`) for deletion.com.google.api.gax.longrunning.OperationFuture<Project,DeleteProjectMetadata>
ProjectsClient. deleteProjectAsync(String name)
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.protobuf.Parser<DeleteProjectMetadata>
DeleteProjectMetadata. getParserForType()
static com.google.protobuf.Parser<DeleteProjectMetadata>
DeleteProjectMetadata. parser()
Methods in com.google.cloud.resourcemanager.v3 with parameters of type DeleteProjectMetadata Modifier and Type Method Description DeleteProjectMetadata.Builder
DeleteProjectMetadata.Builder. mergeFrom(DeleteProjectMetadata other)
static DeleteProjectMetadata.Builder
DeleteProjectMetadata. newBuilder(DeleteProjectMetadata prototype)
-
Uses of DeleteProjectMetadata in com.google.cloud.resourcemanager.v3.stub
Methods in com.google.cloud.resourcemanager.v3.stub that return types with arguments of type DeleteProjectMetadata Modifier and Type Method Description 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.
-