Dataform_v1beta1Functions

Functions

Link copied to clipboard

Fetches a single CompilationResult.

suspend fun getCompilationResult(compilationResultId: String, location: String, project: String? = null, repositoryId: String): GetCompilationResultResult
Link copied to clipboard

Fetches a single ReleaseConfig.

suspend fun getReleaseConfig(location: String, project: String? = null, releaseConfigId: String, repositoryId: String): GetReleaseConfigResult
Link copied to clipboard

Fetches a single Repository.

suspend fun getRepository(location: String, project: String? = null, repositoryId: String): GetRepositoryResult
Link copied to clipboard

Gets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set.

suspend fun getRepositoryIamPolicy(location: String, optionsRequestedPolicyVersion: Int? = null, project: String? = null, repositoryId: String): GetRepositoryIamPolicyResult
Link copied to clipboard

Gets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set.

suspend fun getRepositoryWorkspaceIamPolicy(location: String, optionsRequestedPolicyVersion: Int? = null, project: String? = null, repositoryId: String, workspaceId: String): GetRepositoryWorkspaceIamPolicyResult
Link copied to clipboard

Fetches a single WorkflowConfig.

suspend fun getWorkflowConfig(location: String, project: String? = null, repositoryId: String, workflowConfigId: String): GetWorkflowConfigResult
Link copied to clipboard

Fetches a single WorkflowInvocation.

suspend fun getWorkflowInvocation(location: String, project: String? = null, repositoryId: String, workflowInvocationId: String): GetWorkflowInvocationResult
Link copied to clipboard

Fetches a single Workspace.

suspend fun getWorkspace(location: String, project: String? = null, repositoryId: String, workspaceId: String): GetWorkspaceResult