Summary of entries of Methods for dataform.
google.cloud.dataform_v1.services.dataform.DataformAsyncClient
DataformAsyncClient(*, credentials: typing.Optional[google.auth.credentials.Credentials] = None, transport: typing.Optional[typing.Union[str, google.cloud.dataform_v1.services.dataform.transports.base.DataformTransport, typing.Callable[[...], google.cloud.dataform_v1.services.dataform.transports.base.DataformTransport]]] = 'grpc_asyncio', client_options: typing.Optional[google.api_core.client_options.ClientOptions] = None, client_info: google.api_core.gapic_v1.client_info.ClientInfo = Instantiates the dataform async client.
See more: google.cloud.dataform_v1.services.dataform.DataformAsyncClient
google.cloud.dataform_v1.services.dataform.DataformAsyncClient.cancel_workflow_invocation
cancel_workflow_invocation(
    request: typing.Optional[
        typing.Union[
            google.cloud.dataform_v1.types.dataform.CancelWorkflowInvocationRequest,
            dict,
        ]
    ] = None,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.dataform_v1.types.dataform.CancelWorkflowInvocationResponseRequests cancellation of a running WorkflowInvocation.
See more: google.cloud.dataform_v1.services.dataform.DataformAsyncClient.cancel_workflow_invocation
google.cloud.dataform_v1.services.dataform.DataformAsyncClient.commit_repository_changes
commit_repository_changes(
    request: typing.Optional[
        typing.Union[
            google.cloud.dataform_v1.types.dataform.CommitRepositoryChangesRequest, dict
        ]
    ] = None,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.dataform_v1.types.dataform.CommitRepositoryChangesResponseApplies a Git commit to a Repository.
See more: google.cloud.dataform_v1.services.dataform.DataformAsyncClient.commit_repository_changes
google.cloud.dataform_v1.services.dataform.DataformAsyncClient.commit_workspace_changes
commit_workspace_changes(
    request: typing.Optional[
        typing.Union[
            google.cloud.dataform_v1.types.dataform.CommitWorkspaceChangesRequest, dict
        ]
    ] = None,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.dataform_v1.types.dataform.CommitWorkspaceChangesResponseApplies a Git commit for uncommitted files in a Workspace.
See more: google.cloud.dataform_v1.services.dataform.DataformAsyncClient.commit_workspace_changes
google.cloud.dataform_v1.services.dataform.DataformAsyncClient.common_billing_account_path
common_billing_account_path(billing_account: str) -> strReturns a fully-qualified billing_account string.
See more: google.cloud.dataform_v1.services.dataform.DataformAsyncClient.common_billing_account_path
google.cloud.dataform_v1.services.dataform.DataformAsyncClient.common_folder_path
common_folder_path(folder: str) -> strReturns a fully-qualified folder string.
See more: google.cloud.dataform_v1.services.dataform.DataformAsyncClient.common_folder_path
google.cloud.dataform_v1.services.dataform.DataformAsyncClient.common_location_path
common_location_path(project: str, location: str) -> strReturns a fully-qualified location string.
See more: google.cloud.dataform_v1.services.dataform.DataformAsyncClient.common_location_path
google.cloud.dataform_v1.services.dataform.DataformAsyncClient.common_organization_path
common_organization_path(organization: str) -> strReturns a fully-qualified organization string.
See more: google.cloud.dataform_v1.services.dataform.DataformAsyncClient.common_organization_path
google.cloud.dataform_v1.services.dataform.DataformAsyncClient.common_project_path
common_project_path(project: str) -> strReturns a fully-qualified project string.
See more: google.cloud.dataform_v1.services.dataform.DataformAsyncClient.common_project_path
google.cloud.dataform_v1.services.dataform.DataformAsyncClient.compilation_result_path
compilation_result_path(
    project: str, location: str, repository: str, compilation_result: str
) -> strReturns a fully-qualified compilation_result string.
See more: google.cloud.dataform_v1.services.dataform.DataformAsyncClient.compilation_result_path
google.cloud.dataform_v1.services.dataform.DataformAsyncClient.compute_repository_access_token_status
compute_repository_access_token_status(
    request: typing.Optional[
        typing.Union[
            google.cloud.dataform_v1.types.dataform.ComputeRepositoryAccessTokenStatusRequest,
            dict,
        ]
    ] = None,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.dataform_v1.types.dataform.ComputeRepositoryAccessTokenStatusResponseComputes a Repository's Git access token status.
google.cloud.dataform_v1.services.dataform.DataformAsyncClient.config_path
config_path(project: str, location: str) -> strReturns a fully-qualified config string.
See more: google.cloud.dataform_v1.services.dataform.DataformAsyncClient.config_path
google.cloud.dataform_v1.services.dataform.DataformAsyncClient.create_compilation_result
create_compilation_result(
    request: typing.Optional[
        typing.Union[
            google.cloud.dataform_v1.types.dataform.CreateCompilationResultRequest, dict
        ]
    ] = None,
    *,
    parent: typing.Optional[str] = None,
    compilation_result: typing.Optional[
        google.cloud.dataform_v1.types.dataform.CompilationResult
    ] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.dataform_v1.types.dataform.CompilationResultCreates a new CompilationResult in a given project and location.
See more: google.cloud.dataform_v1.services.dataform.DataformAsyncClient.create_compilation_result
google.cloud.dataform_v1.services.dataform.DataformAsyncClient.create_release_config
create_release_config(
    request: typing.Optional[
        typing.Union[
            google.cloud.dataform_v1.types.dataform.CreateReleaseConfigRequest, dict
        ]
    ] = None,
    *,
    parent: typing.Optional[str] = None,
    release_config: typing.Optional[
        google.cloud.dataform_v1.types.dataform.ReleaseConfig
    ] = None,
    release_config_id: typing.Optional[str] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.dataform_v1.types.dataform.ReleaseConfigCreates a new ReleaseConfig in a given Repository.
See more: google.cloud.dataform_v1.services.dataform.DataformAsyncClient.create_release_config
google.cloud.dataform_v1.services.dataform.DataformAsyncClient.create_repository
create_repository(
    request: typing.Optional[
        typing.Union[
            google.cloud.dataform_v1.types.dataform.CreateRepositoryRequest, dict
        ]
    ] = None,
    *,
    parent: typing.Optional[str] = None,
    repository: typing.Optional[
        google.cloud.dataform_v1.types.dataform.Repository
    ] = None,
    repository_id: typing.Optional[str] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.dataform_v1.types.dataform.RepositoryCreates a new Repository in a given project and location.
See more: google.cloud.dataform_v1.services.dataform.DataformAsyncClient.create_repository
google.cloud.dataform_v1.services.dataform.DataformAsyncClient.create_workflow_config
create_workflow_config(
    request: typing.Optional[
        typing.Union[
            google.cloud.dataform_v1.types.dataform.CreateWorkflowConfigRequest, dict
        ]
    ] = None,
    *,
    parent: typing.Optional[str] = None,
    workflow_config: typing.Optional[
        google.cloud.dataform_v1.types.dataform.WorkflowConfig
    ] = None,
    workflow_config_id: typing.Optional[str] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.dataform_v1.types.dataform.WorkflowConfigCreates a new WorkflowConfig in a given Repository.
See more: google.cloud.dataform_v1.services.dataform.DataformAsyncClient.create_workflow_config
google.cloud.dataform_v1.services.dataform.DataformAsyncClient.create_workflow_invocation
create_workflow_invocation(
    request: typing.Optional[
        typing.Union[
            google.cloud.dataform_v1.types.dataform.CreateWorkflowInvocationRequest,
            dict,
        ]
    ] = None,
    *,
    parent: typing.Optional[str] = None,
    workflow_invocation: typing.Optional[
        google.cloud.dataform_v1.types.dataform.WorkflowInvocation
    ] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.dataform_v1.types.dataform.WorkflowInvocationCreates a new WorkflowInvocation in a given Repository.
See more: google.cloud.dataform_v1.services.dataform.DataformAsyncClient.create_workflow_invocation
google.cloud.dataform_v1.services.dataform.DataformAsyncClient.create_workspace
create_workspace(
    request: typing.Optional[
        typing.Union[
            google.cloud.dataform_v1.types.dataform.CreateWorkspaceRequest, dict
        ]
    ] = None,
    *,
    parent: typing.Optional[str] = None,
    workspace: typing.Optional[
        google.cloud.dataform_v1.types.dataform.Workspace
    ] = None,
    workspace_id: typing.Optional[str] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.dataform_v1.types.dataform.WorkspaceCreates a new Workspace in a given Repository.
See more: google.cloud.dataform_v1.services.dataform.DataformAsyncClient.create_workspace
google.cloud.dataform_v1.services.dataform.DataformAsyncClient.crypto_key_path
crypto_key_path(project: str, location: str, key_ring: str, crypto_key: str) -> strReturns a fully-qualified crypto_key string.
See more: google.cloud.dataform_v1.services.dataform.DataformAsyncClient.crypto_key_path
google.cloud.dataform_v1.services.dataform.DataformAsyncClient.crypto_key_version_path
crypto_key_version_path(
    project: str, location: str, key_ring: str, crypto_key: str, crypto_key_version: str
) -> strReturns a fully-qualified crypto_key_version string.
See more: google.cloud.dataform_v1.services.dataform.DataformAsyncClient.crypto_key_version_path
google.cloud.dataform_v1.services.dataform.DataformAsyncClient.delete_release_config
delete_release_config(
    request: typing.Optional[
        typing.Union[
            google.cloud.dataform_v1.types.dataform.DeleteReleaseConfigRequest, dict
        ]
    ] = None,
    *,
    name: typing.Optional[str] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> NoneDeletes a single ReleaseConfig.
See more: google.cloud.dataform_v1.services.dataform.DataformAsyncClient.delete_release_config
google.cloud.dataform_v1.services.dataform.DataformAsyncClient.delete_repository
delete_repository(
    request: typing.Optional[
        typing.Union[
            google.cloud.dataform_v1.types.dataform.DeleteRepositoryRequest, dict
        ]
    ] = None,
    *,
    name: typing.Optional[str] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> NoneDeletes a single Repository.
See more: google.cloud.dataform_v1.services.dataform.DataformAsyncClient.delete_repository
google.cloud.dataform_v1.services.dataform.DataformAsyncClient.delete_workflow_config
delete_workflow_config(
    request: typing.Optional[
        typing.Union[
            google.cloud.dataform_v1.types.dataform.DeleteWorkflowConfigRequest, dict
        ]
    ] = None,
    *,
    name: typing.Optional[str] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> NoneDeletes a single WorkflowConfig.
See more: google.cloud.dataform_v1.services.dataform.DataformAsyncClient.delete_workflow_config
google.cloud.dataform_v1.services.dataform.DataformAsyncClient.delete_workflow_invocation
delete_workflow_invocation(
    request: typing.Optional[
        typing.Union[
            google.cloud.dataform_v1.types.dataform.DeleteWorkflowInvocationRequest,
            dict,
        ]
    ] = None,
    *,
    name: typing.Optional[str] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> NoneDeletes a single WorkflowInvocation.
See more: google.cloud.dataform_v1.services.dataform.DataformAsyncClient.delete_workflow_invocation
google.cloud.dataform_v1.services.dataform.DataformAsyncClient.delete_workspace
delete_workspace(
    request: typing.Optional[
        typing.Union[
            google.cloud.dataform_v1.types.dataform.DeleteWorkspaceRequest, dict
        ]
    ] = None,
    *,
    name: typing.Optional[str] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> NoneDeletes a single Workspace.
See more: google.cloud.dataform_v1.services.dataform.DataformAsyncClient.delete_workspace
google.cloud.dataform_v1.services.dataform.DataformAsyncClient.fetch_file_diff
fetch_file_diff(
    request: typing.Optional[
        typing.Union[google.cloud.dataform_v1.types.dataform.FetchFileDiffRequest, dict]
    ] = None,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.dataform_v1.types.dataform.FetchFileDiffResponseFetches Git diff for an uncommitted file in a Workspace.
See more: google.cloud.dataform_v1.services.dataform.DataformAsyncClient.fetch_file_diff
google.cloud.dataform_v1.services.dataform.DataformAsyncClient.fetch_file_git_statuses
fetch_file_git_statuses(
    request: typing.Optional[
        typing.Union[
            google.cloud.dataform_v1.types.dataform.FetchFileGitStatusesRequest, dict
        ]
    ] = None,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.dataform_v1.types.dataform.FetchFileGitStatusesResponseFetches Git statuses for the files in a Workspace.
See more: google.cloud.dataform_v1.services.dataform.DataformAsyncClient.fetch_file_git_statuses
google.cloud.dataform_v1.services.dataform.DataformAsyncClient.fetch_git_ahead_behind
fetch_git_ahead_behind(
    request: typing.Optional[
        typing.Union[
            google.cloud.dataform_v1.types.dataform.FetchGitAheadBehindRequest, dict
        ]
    ] = None,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.dataform_v1.types.dataform.FetchGitAheadBehindResponseFetches Git ahead/behind against a remote branch.
See more: google.cloud.dataform_v1.services.dataform.DataformAsyncClient.fetch_git_ahead_behind
google.cloud.dataform_v1.services.dataform.DataformAsyncClient.fetch_remote_branches
fetch_remote_branches(
    request: typing.Optional[
        typing.Union[
            google.cloud.dataform_v1.types.dataform.FetchRemoteBranchesRequest, dict
        ]
    ] = None,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.dataform_v1.types.dataform.FetchRemoteBranchesResponseFetches a Repository's remote branches.
See more: google.cloud.dataform_v1.services.dataform.DataformAsyncClient.fetch_remote_branches
google.cloud.dataform_v1.services.dataform.DataformAsyncClient.fetch_repository_history
fetch_repository_history(
    request: typing.Optional[
        typing.Union[
            google.cloud.dataform_v1.types.dataform.FetchRepositoryHistoryRequest, dict
        ]
    ] = None,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.dataform_v1.services.dataform.pagers.FetchRepositoryHistoryAsyncPagerFetches a Repository's history of commits.
See more: google.cloud.dataform_v1.services.dataform.DataformAsyncClient.fetch_repository_history
google.cloud.dataform_v1.services.dataform.DataformAsyncClient.from_service_account_file
from_service_account_file(filename: str, *args, **kwargs)Creates an instance of this client using the provided credentials file.
See more: google.cloud.dataform_v1.services.dataform.DataformAsyncClient.from_service_account_file
google.cloud.dataform_v1.services.dataform.DataformAsyncClient.from_service_account_info
from_service_account_info(info: dict, *args, **kwargs)Creates an instance of this client using the provided credentials info.
See more: google.cloud.dataform_v1.services.dataform.DataformAsyncClient.from_service_account_info
google.cloud.dataform_v1.services.dataform.DataformAsyncClient.from_service_account_json
from_service_account_json(filename: str, *args, **kwargs)Creates an instance of this client using the provided credentials file.
See more: google.cloud.dataform_v1.services.dataform.DataformAsyncClient.from_service_account_json
google.cloud.dataform_v1.services.dataform.DataformAsyncClient.get_compilation_result
get_compilation_result(
    request: typing.Optional[
        typing.Union[
            google.cloud.dataform_v1.types.dataform.GetCompilationResultRequest, dict
        ]
    ] = None,
    *,
    name: typing.Optional[str] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.dataform_v1.types.dataform.CompilationResultFetches a single CompilationResult.
See more: google.cloud.dataform_v1.services.dataform.DataformAsyncClient.get_compilation_result
google.cloud.dataform_v1.services.dataform.DataformAsyncClient.get_config
get_config(
    request: typing.Optional[
        typing.Union[google.cloud.dataform_v1.types.dataform.GetConfigRequest, dict]
    ] = None,
    *,
    name: typing.Optional[str] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.dataform_v1.types.dataform.ConfigGet default config for a given project and location.
See more: google.cloud.dataform_v1.services.dataform.DataformAsyncClient.get_config
google.cloud.dataform_v1.services.dataform.DataformAsyncClient.get_iam_policy
get_iam_policy(
    request: typing.Optional[google.iam.v1.iam_policy_pb2.GetIamPolicyRequest] = None,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.iam.v1.policy_pb2.PolicyGets the IAM access control policy for a function.
See more: google.cloud.dataform_v1.services.dataform.DataformAsyncClient.get_iam_policy
google.cloud.dataform_v1.services.dataform.DataformAsyncClient.get_location
get_location(
    request: typing.Optional[
        google.cloud.location.locations_pb2.GetLocationRequest
    ] = None,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.location.locations_pb2.LocationGets information about a location.
See more: google.cloud.dataform_v1.services.dataform.DataformAsyncClient.get_location
google.cloud.dataform_v1.services.dataform.DataformAsyncClient.get_mtls_endpoint_and_cert_source
get_mtls_endpoint_and_cert_source(
    client_options: typing.Optional[
        google.api_core.client_options.ClientOptions
    ] = None,
)Return the API endpoint and client cert source for mutual TLS.
See more: google.cloud.dataform_v1.services.dataform.DataformAsyncClient.get_mtls_endpoint_and_cert_source
google.cloud.dataform_v1.services.dataform.DataformAsyncClient.get_release_config
get_release_config(
    request: typing.Optional[
        typing.Union[
            google.cloud.dataform_v1.types.dataform.GetReleaseConfigRequest, dict
        ]
    ] = None,
    *,
    name: typing.Optional[str] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.dataform_v1.types.dataform.ReleaseConfigFetches a single ReleaseConfig.
See more: google.cloud.dataform_v1.services.dataform.DataformAsyncClient.get_release_config
google.cloud.dataform_v1.services.dataform.DataformAsyncClient.get_repository
get_repository(
    request: typing.Optional[
        typing.Union[google.cloud.dataform_v1.types.dataform.GetRepositoryRequest, dict]
    ] = None,
    *,
    name: typing.Optional[str] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.dataform_v1.types.dataform.RepositoryFetches a single Repository.
See more: google.cloud.dataform_v1.services.dataform.DataformAsyncClient.get_repository
google.cloud.dataform_v1.services.dataform.DataformAsyncClient.get_transport_class
get_transport_class(
    label: typing.Optional[str] = None,
) -> typing.Type[
    google.cloud.dataform_v1.services.dataform.transports.base.DataformTransport
]Returns an appropriate transport class.
See more: google.cloud.dataform_v1.services.dataform.DataformAsyncClient.get_transport_class
google.cloud.dataform_v1.services.dataform.DataformAsyncClient.get_workflow_config
get_workflow_config(
    request: typing.Optional[
        typing.Union[
            google.cloud.dataform_v1.types.dataform.GetWorkflowConfigRequest, dict
        ]
    ] = None,
    *,
    name: typing.Optional[str] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.dataform_v1.types.dataform.WorkflowConfigFetches a single WorkflowConfig.
See more: google.cloud.dataform_v1.services.dataform.DataformAsyncClient.get_workflow_config
google.cloud.dataform_v1.services.dataform.DataformAsyncClient.get_workflow_invocation
get_workflow_invocation(
    request: typing.Optional[
        typing.Union[
            google.cloud.dataform_v1.types.dataform.GetWorkflowInvocationRequest, dict
        ]
    ] = None,
    *,
    name: typing.Optional[str] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.dataform_v1.types.dataform.WorkflowInvocationFetches a single WorkflowInvocation.
See more: google.cloud.dataform_v1.services.dataform.DataformAsyncClient.get_workflow_invocation
google.cloud.dataform_v1.services.dataform.DataformAsyncClient.get_workspace
get_workspace(
    request: typing.Optional[
        typing.Union[google.cloud.dataform_v1.types.dataform.GetWorkspaceRequest, dict]
    ] = None,
    *,
    name: typing.Optional[str] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.dataform_v1.types.dataform.WorkspaceFetches a single Workspace.
See more: google.cloud.dataform_v1.services.dataform.DataformAsyncClient.get_workspace
google.cloud.dataform_v1.services.dataform.DataformAsyncClient.install_npm_packages
install_npm_packages(
    request: typing.Optional[
        typing.Union[
            google.cloud.dataform_v1.types.dataform.InstallNpmPackagesRequest, dict
        ]
    ] = None,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.dataform_v1.types.dataform.InstallNpmPackagesResponseInstalls dependency NPM packages (inside a Workspace).
See more: google.cloud.dataform_v1.services.dataform.DataformAsyncClient.install_npm_packages
google.cloud.dataform_v1.services.dataform.DataformAsyncClient.list_compilation_results
list_compilation_results(
    request: typing.Optional[
        typing.Union[
            google.cloud.dataform_v1.types.dataform.ListCompilationResultsRequest, dict
        ]
    ] = None,
    *,
    parent: typing.Optional[str] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.dataform_v1.services.dataform.pagers.ListCompilationResultsAsyncPagerLists CompilationResults in a given Repository.
See more: google.cloud.dataform_v1.services.dataform.DataformAsyncClient.list_compilation_results
google.cloud.dataform_v1.services.dataform.DataformAsyncClient.list_locations
list_locations(
    request: typing.Optional[
        google.cloud.location.locations_pb2.ListLocationsRequest
    ] = None,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.location.locations_pb2.ListLocationsResponseLists information about the supported locations for this service.
See more: google.cloud.dataform_v1.services.dataform.DataformAsyncClient.list_locations
google.cloud.dataform_v1.services.dataform.DataformAsyncClient.list_release_configs
list_release_configs(
    request: typing.Optional[
        typing.Union[
            google.cloud.dataform_v1.types.dataform.ListReleaseConfigsRequest, dict
        ]
    ] = None,
    *,
    parent: typing.Optional[str] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.dataform_v1.services.dataform.pagers.ListReleaseConfigsAsyncPagerLists ReleaseConfigs in a given Repository.
See more: google.cloud.dataform_v1.services.dataform.DataformAsyncClient.list_release_configs
google.cloud.dataform_v1.services.dataform.DataformAsyncClient.list_repositories
list_repositories(
    request: typing.Optional[
        typing.Union[
            google.cloud.dataform_v1.types.dataform.ListRepositoriesRequest, dict
        ]
    ] = None,
    *,
    parent: typing.Optional[str] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.dataform_v1.services.dataform.pagers.ListRepositoriesAsyncPagerLists Repositories in a given project and location.
See more: google.cloud.dataform_v1.services.dataform.DataformAsyncClient.list_repositories
google.cloud.dataform_v1.services.dataform.DataformAsyncClient.list_workflow_configs
list_workflow_configs(
    request: typing.Optional[
        typing.Union[
            google.cloud.dataform_v1.types.dataform.ListWorkflowConfigsRequest, dict
        ]
    ] = None,
    *,
    parent: typing.Optional[str] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.dataform_v1.services.dataform.pagers.ListWorkflowConfigsAsyncPagerLists WorkflowConfigs in a given Repository.
See more: google.cloud.dataform_v1.services.dataform.DataformAsyncClient.list_workflow_configs
google.cloud.dataform_v1.services.dataform.DataformAsyncClient.list_workflow_invocations
list_workflow_invocations(
    request: typing.Optional[
        typing.Union[
            google.cloud.dataform_v1.types.dataform.ListWorkflowInvocationsRequest, dict
        ]
    ] = None,
    *,
    parent: typing.Optional[str] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> (
    google.cloud.dataform_v1.services.dataform.pagers.ListWorkflowInvocationsAsyncPager
)Lists WorkflowInvocations in a given Repository.
See more: google.cloud.dataform_v1.services.dataform.DataformAsyncClient.list_workflow_invocations
google.cloud.dataform_v1.services.dataform.DataformAsyncClient.list_workspaces
list_workspaces(
    request: typing.Optional[
        typing.Union[
            google.cloud.dataform_v1.types.dataform.ListWorkspacesRequest, dict
        ]
    ] = None,
    *,
    parent: typing.Optional[str] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.dataform_v1.services.dataform.pagers.ListWorkspacesAsyncPagerLists Workspaces in a given Repository.
See more: google.cloud.dataform_v1.services.dataform.DataformAsyncClient.list_workspaces
google.cloud.dataform_v1.services.dataform.DataformAsyncClient.make_directory
make_directory(
    request: typing.Optional[
        typing.Union[google.cloud.dataform_v1.types.dataform.MakeDirectoryRequest, dict]
    ] = None,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.dataform_v1.types.dataform.MakeDirectoryResponseCreates a directory inside a Workspace.
See more: google.cloud.dataform_v1.services.dataform.DataformAsyncClient.make_directory
google.cloud.dataform_v1.services.dataform.DataformAsyncClient.move_directory
move_directory(
    request: typing.Optional[
        typing.Union[google.cloud.dataform_v1.types.dataform.MoveDirectoryRequest, dict]
    ] = None,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.dataform_v1.types.dataform.MoveDirectoryResponseMoves a directory (inside a Workspace), and all of its contents, to a new location.
See more: google.cloud.dataform_v1.services.dataform.DataformAsyncClient.move_directory
google.cloud.dataform_v1.services.dataform.DataformAsyncClient.move_file
move_file(
    request: typing.Optional[
        typing.Union[google.cloud.dataform_v1.types.dataform.MoveFileRequest, dict]
    ] = None,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.dataform_v1.types.dataform.MoveFileResponseMoves a file (inside a Workspace) to a new location.
See more: google.cloud.dataform_v1.services.dataform.DataformAsyncClient.move_file
google.cloud.dataform_v1.services.dataform.DataformAsyncClient.parse_common_billing_account_path
parse_common_billing_account_path(path: str) -> typing.Dict[str, str]Parse a billing_account path into its component segments.
See more: google.cloud.dataform_v1.services.dataform.DataformAsyncClient.parse_common_billing_account_path
google.cloud.dataform_v1.services.dataform.DataformAsyncClient.parse_common_folder_path
parse_common_folder_path(path: str) -> typing.Dict[str, str]Parse a folder path into its component segments.
See more: google.cloud.dataform_v1.services.dataform.DataformAsyncClient.parse_common_folder_path
google.cloud.dataform_v1.services.dataform.DataformAsyncClient.parse_common_location_path
parse_common_location_path(path: str) -> typing.Dict[str, str]Parse a location path into its component segments.
See more: google.cloud.dataform_v1.services.dataform.DataformAsyncClient.parse_common_location_path
google.cloud.dataform_v1.services.dataform.DataformAsyncClient.parse_common_organization_path
parse_common_organization_path(path: str) -> typing.Dict[str, str]Parse a organization path into its component segments.
See more: google.cloud.dataform_v1.services.dataform.DataformAsyncClient.parse_common_organization_path
google.cloud.dataform_v1.services.dataform.DataformAsyncClient.parse_common_project_path
parse_common_project_path(path: str) -> typing.Dict[str, str]Parse a project path into its component segments.
See more: google.cloud.dataform_v1.services.dataform.DataformAsyncClient.parse_common_project_path
google.cloud.dataform_v1.services.dataform.DataformAsyncClient.parse_compilation_result_path
parse_compilation_result_path(path: str) -> typing.Dict[str, str]Parses a compilation_result path into its component segments.
See more: google.cloud.dataform_v1.services.dataform.DataformAsyncClient.parse_compilation_result_path
google.cloud.dataform_v1.services.dataform.DataformAsyncClient.parse_config_path
parse_config_path(path: str) -> typing.Dict[str, str]Parses a config path into its component segments.
See more: google.cloud.dataform_v1.services.dataform.DataformAsyncClient.parse_config_path
google.cloud.dataform_v1.services.dataform.DataformAsyncClient.parse_crypto_key_path
parse_crypto_key_path(path: str) -> typing.Dict[str, str]Parses a crypto_key path into its component segments.
See more: google.cloud.dataform_v1.services.dataform.DataformAsyncClient.parse_crypto_key_path
google.cloud.dataform_v1.services.dataform.DataformAsyncClient.parse_crypto_key_version_path
parse_crypto_key_version_path(path: str) -> typing.Dict[str, str]Parses a crypto_key_version path into its component segments.
See more: google.cloud.dataform_v1.services.dataform.DataformAsyncClient.parse_crypto_key_version_path
google.cloud.dataform_v1.services.dataform.DataformAsyncClient.parse_release_config_path
parse_release_config_path(path: str) -> typing.Dict[str, str]Parses a release_config path into its component segments.
See more: google.cloud.dataform_v1.services.dataform.DataformAsyncClient.parse_release_config_path
google.cloud.dataform_v1.services.dataform.DataformAsyncClient.parse_repository_path
parse_repository_path(path: str) -> typing.Dict[str, str]Parses a repository path into its component segments.
See more: google.cloud.dataform_v1.services.dataform.DataformAsyncClient.parse_repository_path
google.cloud.dataform_v1.services.dataform.DataformAsyncClient.parse_secret_version_path
parse_secret_version_path(path: str) -> typing.Dict[str, str]Parses a secret_version path into its component segments.
See more: google.cloud.dataform_v1.services.dataform.DataformAsyncClient.parse_secret_version_path
google.cloud.dataform_v1.services.dataform.DataformAsyncClient.parse_workflow_config_path
parse_workflow_config_path(path: str) -> typing.Dict[str, str]Parses a workflow_config path into its component segments.
See more: google.cloud.dataform_v1.services.dataform.DataformAsyncClient.parse_workflow_config_path
google.cloud.dataform_v1.services.dataform.DataformAsyncClient.parse_workflow_invocation_path
parse_workflow_invocation_path(path: str) -> typing.Dict[str, str]Parses a workflow_invocation path into its component segments.
See more: google.cloud.dataform_v1.services.dataform.DataformAsyncClient.parse_workflow_invocation_path
google.cloud.dataform_v1.services.dataform.DataformAsyncClient.parse_workspace_path
parse_workspace_path(path: str) -> typing.Dict[str, str]Parses a workspace path into its component segments.
See more: google.cloud.dataform_v1.services.dataform.DataformAsyncClient.parse_workspace_path
google.cloud.dataform_v1.services.dataform.DataformAsyncClient.pull_git_commits
pull_git_commits(
    request: typing.Optional[
        typing.Union[
            google.cloud.dataform_v1.types.dataform.PullGitCommitsRequest, dict
        ]
    ] = None,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.dataform_v1.types.dataform.PullGitCommitsResponsePulls Git commits from the Repository's remote into a Workspace.
See more: google.cloud.dataform_v1.services.dataform.DataformAsyncClient.pull_git_commits
google.cloud.dataform_v1.services.dataform.DataformAsyncClient.push_git_commits
push_git_commits(
    request: typing.Optional[
        typing.Union[
            google.cloud.dataform_v1.types.dataform.PushGitCommitsRequest, dict
        ]
    ] = None,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.dataform_v1.types.dataform.PushGitCommitsResponsePushes Git commits from a Workspace to the Repository's remote.
See more: google.cloud.dataform_v1.services.dataform.DataformAsyncClient.push_git_commits
google.cloud.dataform_v1.services.dataform.DataformAsyncClient.query_compilation_result_actions
query_compilation_result_actions(
    request: typing.Optional[
        typing.Union[
            google.cloud.dataform_v1.types.dataform.QueryCompilationResultActionsRequest,
            dict,
        ]
    ] = None,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> (
    google.cloud.dataform_v1.services.dataform.pagers.QueryCompilationResultActionsAsyncPager
)Returns CompilationResultActions in a given CompilationResult.
See more: google.cloud.dataform_v1.services.dataform.DataformAsyncClient.query_compilation_result_actions
google.cloud.dataform_v1.services.dataform.DataformAsyncClient.query_directory_contents
query_directory_contents(
    request: typing.Optional[
        typing.Union[
            google.cloud.dataform_v1.types.dataform.QueryDirectoryContentsRequest, dict
        ]
    ] = None,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.dataform_v1.services.dataform.pagers.QueryDirectoryContentsAsyncPagerReturns the contents of a given Workspace directory.
See more: google.cloud.dataform_v1.services.dataform.DataformAsyncClient.query_directory_contents
google.cloud.dataform_v1.services.dataform.DataformAsyncClient.query_repository_directory_contents
query_repository_directory_contents(
    request: typing.Optional[
        typing.Union[
            google.cloud.dataform_v1.types.dataform.QueryRepositoryDirectoryContentsRequest,
            dict,
        ]
    ] = None,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> (
    google.cloud.dataform_v1.services.dataform.pagers.QueryRepositoryDirectoryContentsAsyncPager
)Returns the contents of a given Repository directory.
See more: google.cloud.dataform_v1.services.dataform.DataformAsyncClient.query_repository_directory_contents
google.cloud.dataform_v1.services.dataform.DataformAsyncClient.query_workflow_invocation_actions
query_workflow_invocation_actions(
    request: typing.Optional[
        typing.Union[
            google.cloud.dataform_v1.types.dataform.QueryWorkflowInvocationActionsRequest,
            dict,
        ]
    ] = None,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> (
    google.cloud.dataform_v1.services.dataform.pagers.QueryWorkflowInvocationActionsAsyncPager
)Returns WorkflowInvocationActions in a given WorkflowInvocation.
See more: google.cloud.dataform_v1.services.dataform.DataformAsyncClient.query_workflow_invocation_actions
google.cloud.dataform_v1.services.dataform.DataformAsyncClient.read_file
read_file(
    request: typing.Optional[
        typing.Union[google.cloud.dataform_v1.types.dataform.ReadFileRequest, dict]
    ] = None,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.dataform_v1.types.dataform.ReadFileResponseReturns the contents of a file (inside a Workspace).
See more: google.cloud.dataform_v1.services.dataform.DataformAsyncClient.read_file
google.cloud.dataform_v1.services.dataform.DataformAsyncClient.read_repository_file
read_repository_file(
    request: typing.Optional[
        typing.Union[
            google.cloud.dataform_v1.types.dataform.ReadRepositoryFileRequest, dict
        ]
    ] = None,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.dataform_v1.types.dataform.ReadRepositoryFileResponseReturns the contents of a file (inside a Repository).
See more: google.cloud.dataform_v1.services.dataform.DataformAsyncClient.read_repository_file
google.cloud.dataform_v1.services.dataform.DataformAsyncClient.release_config_path
release_config_path(
    project: str, location: str, repository: str, release_config: str
) -> strReturns a fully-qualified release_config string.
See more: google.cloud.dataform_v1.services.dataform.DataformAsyncClient.release_config_path
google.cloud.dataform_v1.services.dataform.DataformAsyncClient.remove_directory
remove_directory(
    request: typing.Optional[
        typing.Union[
            google.cloud.dataform_v1.types.dataform.RemoveDirectoryRequest, dict
        ]
    ] = None,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.dataform_v1.types.dataform.RemoveDirectoryResponseDeletes a directory (inside a Workspace) and all of its contents.
See more: google.cloud.dataform_v1.services.dataform.DataformAsyncClient.remove_directory
google.cloud.dataform_v1.services.dataform.DataformAsyncClient.remove_file
remove_file(
    request: typing.Optional[
        typing.Union[google.cloud.dataform_v1.types.dataform.RemoveFileRequest, dict]
    ] = None,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.dataform_v1.types.dataform.RemoveFileResponseDeletes a file (inside a Workspace).
See more: google.cloud.dataform_v1.services.dataform.DataformAsyncClient.remove_file
google.cloud.dataform_v1.services.dataform.DataformAsyncClient.repository_path
repository_path(project: str, location: str, repository: str) -> strReturns a fully-qualified repository string.
See more: google.cloud.dataform_v1.services.dataform.DataformAsyncClient.repository_path
google.cloud.dataform_v1.services.dataform.DataformAsyncClient.reset_workspace_changes
reset_workspace_changes(
    request: typing.Optional[
        typing.Union[
            google.cloud.dataform_v1.types.dataform.ResetWorkspaceChangesRequest, dict
        ]
    ] = None,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.dataform_v1.types.dataform.ResetWorkspaceChangesResponsePerforms a Git reset for uncommitted files in a Workspace.
See more: google.cloud.dataform_v1.services.dataform.DataformAsyncClient.reset_workspace_changes
google.cloud.dataform_v1.services.dataform.DataformAsyncClient.search_files
search_files(
    request: typing.Optional[
        typing.Union[google.cloud.dataform_v1.types.dataform.SearchFilesRequest, dict]
    ] = None,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.dataform_v1.services.dataform.pagers.SearchFilesAsyncPagerFinds the contents of a given Workspace directory by filter.
See more: google.cloud.dataform_v1.services.dataform.DataformAsyncClient.search_files
google.cloud.dataform_v1.services.dataform.DataformAsyncClient.secret_version_path
secret_version_path(project: str, secret: str, version: str) -> strReturns a fully-qualified secret_version string.
See more: google.cloud.dataform_v1.services.dataform.DataformAsyncClient.secret_version_path
google.cloud.dataform_v1.services.dataform.DataformAsyncClient.set_iam_policy
set_iam_policy(
    request: typing.Optional[google.iam.v1.iam_policy_pb2.SetIamPolicyRequest] = None,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.iam.v1.policy_pb2.PolicySets the IAM access control policy on the specified function.
See more: google.cloud.dataform_v1.services.dataform.DataformAsyncClient.set_iam_policy
google.cloud.dataform_v1.services.dataform.DataformAsyncClient.test_iam_permissions
test_iam_permissions(
    request: typing.Optional[
        google.iam.v1.iam_policy_pb2.TestIamPermissionsRequest
    ] = None,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.iam.v1.iam_policy_pb2.TestIamPermissionsResponseTests the specified IAM permissions against the IAM access control policy for a function.
See more: google.cloud.dataform_v1.services.dataform.DataformAsyncClient.test_iam_permissions
google.cloud.dataform_v1.services.dataform.DataformAsyncClient.update_config
update_config(
    request: typing.Optional[
        typing.Union[google.cloud.dataform_v1.types.dataform.UpdateConfigRequest, dict]
    ] = None,
    *,
    config: typing.Optional[google.cloud.dataform_v1.types.dataform.Config] = None,
    update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.dataform_v1.types.dataform.ConfigUpdate default config for a given project and location.
See more: google.cloud.dataform_v1.services.dataform.DataformAsyncClient.update_config
google.cloud.dataform_v1.services.dataform.DataformAsyncClient.update_release_config
update_release_config(
    request: typing.Optional[
        typing.Union[
            google.cloud.dataform_v1.types.dataform.UpdateReleaseConfigRequest, dict
        ]
    ] = None,
    *,
    release_config: typing.Optional[
        google.cloud.dataform_v1.types.dataform.ReleaseConfig
    ] = None,
    update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.dataform_v1.types.dataform.ReleaseConfigUpdates a single ReleaseConfig.
See more: google.cloud.dataform_v1.services.dataform.DataformAsyncClient.update_release_config
google.cloud.dataform_v1.services.dataform.DataformAsyncClient.update_repository
update_repository(
    request: typing.Optional[
        typing.Union[
            google.cloud.dataform_v1.types.dataform.UpdateRepositoryRequest, dict
        ]
    ] = None,
    *,
    repository: typing.Optional[
        google.cloud.dataform_v1.types.dataform.Repository
    ] = None,
    update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.dataform_v1.types.dataform.RepositoryUpdates a single Repository.
See more: google.cloud.dataform_v1.services.dataform.DataformAsyncClient.update_repository
google.cloud.dataform_v1.services.dataform.DataformAsyncClient.update_workflow_config
update_workflow_config(
    request: typing.Optional[
        typing.Union[
            google.cloud.dataform_v1.types.dataform.UpdateWorkflowConfigRequest, dict
        ]
    ] = None,
    *,
    workflow_config: typing.Optional[
        google.cloud.dataform_v1.types.dataform.WorkflowConfig
    ] = None,
    update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.dataform_v1.types.dataform.WorkflowConfigUpdates a single WorkflowConfig.
See more: google.cloud.dataform_v1.services.dataform.DataformAsyncClient.update_workflow_config
google.cloud.dataform_v1.services.dataform.DataformAsyncClient.workflow_config_path
workflow_config_path(
    project: str, location: str, repository: str, workflow_config: str
) -> strReturns a fully-qualified workflow_config string.
See more: google.cloud.dataform_v1.services.dataform.DataformAsyncClient.workflow_config_path
google.cloud.dataform_v1.services.dataform.DataformAsyncClient.workflow_invocation_path
workflow_invocation_path(
    project: str, location: str, repository: str, workflow_invocation: str
) -> strReturns a fully-qualified workflow_invocation string.
See more: google.cloud.dataform_v1.services.dataform.DataformAsyncClient.workflow_invocation_path
google.cloud.dataform_v1.services.dataform.DataformAsyncClient.workspace_path
workspace_path(project: str, location: str, repository: str, workspace: str) -> strReturns a fully-qualified workspace string.
See more: google.cloud.dataform_v1.services.dataform.DataformAsyncClient.workspace_path
google.cloud.dataform_v1.services.dataform.DataformAsyncClient.write_file
write_file(
    request: typing.Optional[
        typing.Union[google.cloud.dataform_v1.types.dataform.WriteFileRequest, dict]
    ] = None,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.dataform_v1.types.dataform.WriteFileResponseWrites to a file (inside a Workspace).
See more: google.cloud.dataform_v1.services.dataform.DataformAsyncClient.write_file
google.cloud.dataform_v1.services.dataform.DataformClient
DataformClient(*, credentials: typing.Optional[google.auth.credentials.Credentials] = None, transport: typing.Optional[typing.Union[str, google.cloud.dataform_v1.services.dataform.transports.base.DataformTransport, typing.Callable[[...], google.cloud.dataform_v1.services.dataform.transports.base.DataformTransport]]] = None, client_options: typing.Optional[typing.Union[google.api_core.client_options.ClientOptions, dict]] = None, client_info: google.api_core.gapic_v1.client_info.ClientInfo = Instantiates the dataform client.
See more: google.cloud.dataform_v1.services.dataform.DataformClient
google.cloud.dataform_v1.services.dataform.DataformClient.__exit__
__exit__(type, value, traceback)Releases underlying transport's resources.
See more: google.cloud.dataform_v1.services.dataform.DataformClient.exit
google.cloud.dataform_v1.services.dataform.DataformClient.cancel_workflow_invocation
cancel_workflow_invocation(
    request: typing.Optional[
        typing.Union[
            google.cloud.dataform_v1.types.dataform.CancelWorkflowInvocationRequest,
            dict,
        ]
    ] = None,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.dataform_v1.types.dataform.CancelWorkflowInvocationResponseRequests cancellation of a running WorkflowInvocation.
See more: google.cloud.dataform_v1.services.dataform.DataformClient.cancel_workflow_invocation
google.cloud.dataform_v1.services.dataform.DataformClient.commit_repository_changes
commit_repository_changes(
    request: typing.Optional[
        typing.Union[
            google.cloud.dataform_v1.types.dataform.CommitRepositoryChangesRequest, dict
        ]
    ] = None,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.dataform_v1.types.dataform.CommitRepositoryChangesResponseApplies a Git commit to a Repository.
See more: google.cloud.dataform_v1.services.dataform.DataformClient.commit_repository_changes
google.cloud.dataform_v1.services.dataform.DataformClient.commit_workspace_changes
commit_workspace_changes(
    request: typing.Optional[
        typing.Union[
            google.cloud.dataform_v1.types.dataform.CommitWorkspaceChangesRequest, dict
        ]
    ] = None,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.dataform_v1.types.dataform.CommitWorkspaceChangesResponseApplies a Git commit for uncommitted files in a Workspace.
See more: google.cloud.dataform_v1.services.dataform.DataformClient.commit_workspace_changes
google.cloud.dataform_v1.services.dataform.DataformClient.common_billing_account_path
common_billing_account_path(billing_account: str) -> strReturns a fully-qualified billing_account string.
See more: google.cloud.dataform_v1.services.dataform.DataformClient.common_billing_account_path
google.cloud.dataform_v1.services.dataform.DataformClient.common_folder_path
common_folder_path(folder: str) -> strReturns a fully-qualified folder string.
See more: google.cloud.dataform_v1.services.dataform.DataformClient.common_folder_path
google.cloud.dataform_v1.services.dataform.DataformClient.common_location_path
common_location_path(project: str, location: str) -> strReturns a fully-qualified location string.
See more: google.cloud.dataform_v1.services.dataform.DataformClient.common_location_path
google.cloud.dataform_v1.services.dataform.DataformClient.common_organization_path
common_organization_path(organization: str) -> strReturns a fully-qualified organization string.
See more: google.cloud.dataform_v1.services.dataform.DataformClient.common_organization_path
google.cloud.dataform_v1.services.dataform.DataformClient.common_project_path
common_project_path(project: str) -> strReturns a fully-qualified project string.
See more: google.cloud.dataform_v1.services.dataform.DataformClient.common_project_path
google.cloud.dataform_v1.services.dataform.DataformClient.compilation_result_path
compilation_result_path(
    project: str, location: str, repository: str, compilation_result: str
) -> strReturns a fully-qualified compilation_result string.
See more: google.cloud.dataform_v1.services.dataform.DataformClient.compilation_result_path
google.cloud.dataform_v1.services.dataform.DataformClient.compute_repository_access_token_status
compute_repository_access_token_status(
    request: typing.Optional[
        typing.Union[
            google.cloud.dataform_v1.types.dataform.ComputeRepositoryAccessTokenStatusRequest,
            dict,
        ]
    ] = None,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.dataform_v1.types.dataform.ComputeRepositoryAccessTokenStatusResponseComputes a Repository's Git access token status.
See more: google.cloud.dataform_v1.services.dataform.DataformClient.compute_repository_access_token_status
google.cloud.dataform_v1.services.dataform.DataformClient.config_path
config_path(project: str, location: str) -> strReturns a fully-qualified config string.
See more: google.cloud.dataform_v1.services.dataform.DataformClient.config_path
google.cloud.dataform_v1.services.dataform.DataformClient.create_compilation_result
create_compilation_result(
    request: typing.Optional[
        typing.Union[
            google.cloud.dataform_v1.types.dataform.CreateCompilationResultRequest, dict
        ]
    ] = None,
    *,
    parent: typing.Optional[str] = None,
    compilation_result: typing.Optional[
        google.cloud.dataform_v1.types.dataform.CompilationResult
    ] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.dataform_v1.types.dataform.CompilationResultCreates a new CompilationResult in a given project and location.
See more: google.cloud.dataform_v1.services.dataform.DataformClient.create_compilation_result
google.cloud.dataform_v1.services.dataform.DataformClient.create_release_config
create_release_config(
    request: typing.Optional[
        typing.Union[
            google.cloud.dataform_v1.types.dataform.CreateReleaseConfigRequest, dict
        ]
    ] = None,
    *,
    parent: typing.Optional[str] = None,
    release_config: typing.Optional[
        google.cloud.dataform_v1.types.dataform.ReleaseConfig
    ] = None,
    release_config_id: typing.Optional[str] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.dataform_v1.types.dataform.ReleaseConfigCreates a new ReleaseConfig in a given Repository.
See more: google.cloud.dataform_v1.services.dataform.DataformClient.create_release_config
google.cloud.dataform_v1.services.dataform.DataformClient.create_repository
create_repository(
    request: typing.Optional[
        typing.Union[
            google.cloud.dataform_v1.types.dataform.CreateRepositoryRequest, dict
        ]
    ] = None,
    *,
    parent: typing.Optional[str] = None,
    repository: typing.Optional[
        google.cloud.dataform_v1.types.dataform.Repository
    ] = None,
    repository_id: typing.Optional[str] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.dataform_v1.types.dataform.RepositoryCreates a new Repository in a given project and location.
See more: google.cloud.dataform_v1.services.dataform.DataformClient.create_repository
google.cloud.dataform_v1.services.dataform.DataformClient.create_workflow_config
create_workflow_config(
    request: typing.Optional[
        typing.Union[
            google.cloud.dataform_v1.types.dataform.CreateWorkflowConfigRequest, dict
        ]
    ] = None,
    *,
    parent: typing.Optional[str] = None,
    workflow_config: typing.Optional[
        google.cloud.dataform_v1.types.dataform.WorkflowConfig
    ] = None,
    workflow_config_id: typing.Optional[str] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.dataform_v1.types.dataform.WorkflowConfigCreates a new WorkflowConfig in a given Repository.
See more: google.cloud.dataform_v1.services.dataform.DataformClient.create_workflow_config
google.cloud.dataform_v1.services.dataform.DataformClient.create_workflow_invocation
create_workflow_invocation(
    request: typing.Optional[
        typing.Union[
            google.cloud.dataform_v1.types.dataform.CreateWorkflowInvocationRequest,
            dict,
        ]
    ] = None,
    *,
    parent: typing.Optional[str] = None,
    workflow_invocation: typing.Optional[
        google.cloud.dataform_v1.types.dataform.WorkflowInvocation
    ] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.dataform_v1.types.dataform.WorkflowInvocationCreates a new WorkflowInvocation in a given Repository.
See more: google.cloud.dataform_v1.services.dataform.DataformClient.create_workflow_invocation
google.cloud.dataform_v1.services.dataform.DataformClient.create_workspace
create_workspace(
    request: typing.Optional[
        typing.Union[
            google.cloud.dataform_v1.types.dataform.CreateWorkspaceRequest, dict
        ]
    ] = None,
    *,
    parent: typing.Optional[str] = None,
    workspace: typing.Optional[
        google.cloud.dataform_v1.types.dataform.Workspace
    ] = None,
    workspace_id: typing.Optional[str] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.dataform_v1.types.dataform.WorkspaceCreates a new Workspace in a given Repository.
See more: google.cloud.dataform_v1.services.dataform.DataformClient.create_workspace
google.cloud.dataform_v1.services.dataform.DataformClient.crypto_key_path
crypto_key_path(project: str, location: str, key_ring: str, crypto_key: str) -> strReturns a fully-qualified crypto_key string.
See more: google.cloud.dataform_v1.services.dataform.DataformClient.crypto_key_path
google.cloud.dataform_v1.services.dataform.DataformClient.crypto_key_version_path
crypto_key_version_path(
    project: str, location: str, key_ring: str, crypto_key: str, crypto_key_version: str
) -> strReturns a fully-qualified crypto_key_version string.
See more: google.cloud.dataform_v1.services.dataform.DataformClient.crypto_key_version_path
google.cloud.dataform_v1.services.dataform.DataformClient.delete_release_config
delete_release_config(
    request: typing.Optional[
        typing.Union[
            google.cloud.dataform_v1.types.dataform.DeleteReleaseConfigRequest, dict
        ]
    ] = None,
    *,
    name: typing.Optional[str] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> NoneDeletes a single ReleaseConfig.
See more: google.cloud.dataform_v1.services.dataform.DataformClient.delete_release_config
google.cloud.dataform_v1.services.dataform.DataformClient.delete_repository
delete_repository(
    request: typing.Optional[
        typing.Union[
            google.cloud.dataform_v1.types.dataform.DeleteRepositoryRequest, dict
        ]
    ] = None,
    *,
    name: typing.Optional[str] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> NoneDeletes a single Repository.
See more: google.cloud.dataform_v1.services.dataform.DataformClient.delete_repository
google.cloud.dataform_v1.services.dataform.DataformClient.delete_workflow_config
delete_workflow_config(
    request: typing.Optional[
        typing.Union[
            google.cloud.dataform_v1.types.dataform.DeleteWorkflowConfigRequest, dict
        ]
    ] = None,
    *,
    name: typing.Optional[str] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> NoneDeletes a single WorkflowConfig.
See more: google.cloud.dataform_v1.services.dataform.DataformClient.delete_workflow_config
google.cloud.dataform_v1.services.dataform.DataformClient.delete_workflow_invocation
delete_workflow_invocation(
    request: typing.Optional[
        typing.Union[
            google.cloud.dataform_v1.types.dataform.DeleteWorkflowInvocationRequest,
            dict,
        ]
    ] = None,
    *,
    name: typing.Optional[str] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> NoneDeletes a single WorkflowInvocation.
See more: google.cloud.dataform_v1.services.dataform.DataformClient.delete_workflow_invocation
google.cloud.dataform_v1.services.dataform.DataformClient.delete_workspace
delete_workspace(
    request: typing.Optional[
        typing.Union[
            google.cloud.dataform_v1.types.dataform.DeleteWorkspaceRequest, dict
        ]
    ] = None,
    *,
    name: typing.Optional[str] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> NoneDeletes a single Workspace.
See more: google.cloud.dataform_v1.services.dataform.DataformClient.delete_workspace
google.cloud.dataform_v1.services.dataform.DataformClient.fetch_file_diff
fetch_file_diff(
    request: typing.Optional[
        typing.Union[google.cloud.dataform_v1.types.dataform.FetchFileDiffRequest, dict]
    ] = None,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.dataform_v1.types.dataform.FetchFileDiffResponseFetches Git diff for an uncommitted file in a Workspace.
See more: google.cloud.dataform_v1.services.dataform.DataformClient.fetch_file_diff
google.cloud.dataform_v1.services.dataform.DataformClient.fetch_file_git_statuses
fetch_file_git_statuses(
    request: typing.Optional[
        typing.Union[
            google.cloud.dataform_v1.types.dataform.FetchFileGitStatusesRequest, dict
        ]
    ] = None,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.dataform_v1.types.dataform.FetchFileGitStatusesResponseFetches Git statuses for the files in a Workspace.
See more: google.cloud.dataform_v1.services.dataform.DataformClient.fetch_file_git_statuses
google.cloud.dataform_v1.services.dataform.DataformClient.fetch_git_ahead_behind
fetch_git_ahead_behind(
    request: typing.Optional[
        typing.Union[
            google.cloud.dataform_v1.types.dataform.FetchGitAheadBehindRequest, dict
        ]
    ] = None,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.dataform_v1.types.dataform.FetchGitAheadBehindResponseFetches Git ahead/behind against a remote branch.
See more: google.cloud.dataform_v1.services.dataform.DataformClient.fetch_git_ahead_behind
google.cloud.dataform_v1.services.dataform.DataformClient.fetch_remote_branches
fetch_remote_branches(
    request: typing.Optional[
        typing.Union[
            google.cloud.dataform_v1.types.dataform.FetchRemoteBranchesRequest, dict
        ]
    ] = None,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.dataform_v1.types.dataform.FetchRemoteBranchesResponseFetches a Repository's remote branches.
See more: google.cloud.dataform_v1.services.dataform.DataformClient.fetch_remote_branches
google.cloud.dataform_v1.services.dataform.DataformClient.fetch_repository_history
fetch_repository_history(
    request: typing.Optional[
        typing.Union[
            google.cloud.dataform_v1.types.dataform.FetchRepositoryHistoryRequest, dict
        ]
    ] = None,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.dataform_v1.services.dataform.pagers.FetchRepositoryHistoryPagerFetches a Repository's history of commits.
See more: google.cloud.dataform_v1.services.dataform.DataformClient.fetch_repository_history
google.cloud.dataform_v1.services.dataform.DataformClient.from_service_account_file
from_service_account_file(filename: str, *args, **kwargs)Creates an instance of this client using the provided credentials file.
See more: google.cloud.dataform_v1.services.dataform.DataformClient.from_service_account_file
google.cloud.dataform_v1.services.dataform.DataformClient.from_service_account_info
from_service_account_info(info: dict, *args, **kwargs)Creates an instance of this client using the provided credentials info.
See more: google.cloud.dataform_v1.services.dataform.DataformClient.from_service_account_info
google.cloud.dataform_v1.services.dataform.DataformClient.from_service_account_json
from_service_account_json(filename: str, *args, **kwargs)Creates an instance of this client using the provided credentials file.
See more: google.cloud.dataform_v1.services.dataform.DataformClient.from_service_account_json
google.cloud.dataform_v1.services.dataform.DataformClient.get_compilation_result
get_compilation_result(
    request: typing.Optional[
        typing.Union[
            google.cloud.dataform_v1.types.dataform.GetCompilationResultRequest, dict
        ]
    ] = None,
    *,
    name: typing.Optional[str] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.dataform_v1.types.dataform.CompilationResultFetches a single CompilationResult.
See more: google.cloud.dataform_v1.services.dataform.DataformClient.get_compilation_result
google.cloud.dataform_v1.services.dataform.DataformClient.get_config
get_config(
    request: typing.Optional[
        typing.Union[google.cloud.dataform_v1.types.dataform.GetConfigRequest, dict]
    ] = None,
    *,
    name: typing.Optional[str] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.dataform_v1.types.dataform.ConfigGet default config for a given project and location.
See more: google.cloud.dataform_v1.services.dataform.DataformClient.get_config
google.cloud.dataform_v1.services.dataform.DataformClient.get_iam_policy
get_iam_policy(
    request: typing.Optional[google.iam.v1.iam_policy_pb2.GetIamPolicyRequest] = None,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.iam.v1.policy_pb2.PolicyGets the IAM access control policy for a function.
See more: google.cloud.dataform_v1.services.dataform.DataformClient.get_iam_policy
google.cloud.dataform_v1.services.dataform.DataformClient.get_location
get_location(
    request: typing.Optional[
        google.cloud.location.locations_pb2.GetLocationRequest
    ] = None,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.location.locations_pb2.LocationGets information about a location.
See more: google.cloud.dataform_v1.services.dataform.DataformClient.get_location
google.cloud.dataform_v1.services.dataform.DataformClient.get_mtls_endpoint_and_cert_source
get_mtls_endpoint_and_cert_source(
    client_options: typing.Optional[
        google.api_core.client_options.ClientOptions
    ] = None,
)Deprecated.
See more: google.cloud.dataform_v1.services.dataform.DataformClient.get_mtls_endpoint_and_cert_source
google.cloud.dataform_v1.services.dataform.DataformClient.get_release_config
get_release_config(
    request: typing.Optional[
        typing.Union[
            google.cloud.dataform_v1.types.dataform.GetReleaseConfigRequest, dict
        ]
    ] = None,
    *,
    name: typing.Optional[str] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.dataform_v1.types.dataform.ReleaseConfigFetches a single ReleaseConfig.
See more: google.cloud.dataform_v1.services.dataform.DataformClient.get_release_config
google.cloud.dataform_v1.services.dataform.DataformClient.get_repository
get_repository(
    request: typing.Optional[
        typing.Union[google.cloud.dataform_v1.types.dataform.GetRepositoryRequest, dict]
    ] = None,
    *,
    name: typing.Optional[str] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.dataform_v1.types.dataform.RepositoryFetches a single Repository.
See more: google.cloud.dataform_v1.services.dataform.DataformClient.get_repository
google.cloud.dataform_v1.services.dataform.DataformClient.get_workflow_config
get_workflow_config(
    request: typing.Optional[
        typing.Union[
            google.cloud.dataform_v1.types.dataform.GetWorkflowConfigRequest, dict
        ]
    ] = None,
    *,
    name: typing.Optional[str] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.dataform_v1.types.dataform.WorkflowConfigFetches a single WorkflowConfig.
See more: google.cloud.dataform_v1.services.dataform.DataformClient.get_workflow_config
google.cloud.dataform_v1.services.dataform.DataformClient.get_workflow_invocation
get_workflow_invocation(
    request: typing.Optional[
        typing.Union[
            google.cloud.dataform_v1.types.dataform.GetWorkflowInvocationRequest, dict
        ]
    ] = None,
    *,
    name: typing.Optional[str] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.dataform_v1.types.dataform.WorkflowInvocationFetches a single WorkflowInvocation.
See more: google.cloud.dataform_v1.services.dataform.DataformClient.get_workflow_invocation
google.cloud.dataform_v1.services.dataform.DataformClient.get_workspace
get_workspace(
    request: typing.Optional[
        typing.Union[google.cloud.dataform_v1.types.dataform.GetWorkspaceRequest, dict]
    ] = None,
    *,
    name: typing.Optional[str] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.dataform_v1.types.dataform.WorkspaceFetches a single Workspace.
See more: google.cloud.dataform_v1.services.dataform.DataformClient.get_workspace
google.cloud.dataform_v1.services.dataform.DataformClient.install_npm_packages
install_npm_packages(
    request: typing.Optional[
        typing.Union[
            google.cloud.dataform_v1.types.dataform.InstallNpmPackagesRequest, dict
        ]
    ] = None,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.dataform_v1.types.dataform.InstallNpmPackagesResponseInstalls dependency NPM packages (inside a Workspace).
See more: google.cloud.dataform_v1.services.dataform.DataformClient.install_npm_packages
google.cloud.dataform_v1.services.dataform.DataformClient.list_compilation_results
list_compilation_results(
    request: typing.Optional[
        typing.Union[
            google.cloud.dataform_v1.types.dataform.ListCompilationResultsRequest, dict
        ]
    ] = None,
    *,
    parent: typing.Optional[str] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.dataform_v1.services.dataform.pagers.ListCompilationResultsPagerLists CompilationResults in a given Repository.
See more: google.cloud.dataform_v1.services.dataform.DataformClient.list_compilation_results
google.cloud.dataform_v1.services.dataform.DataformClient.list_locations
list_locations(
    request: typing.Optional[
        google.cloud.location.locations_pb2.ListLocationsRequest
    ] = None,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.location.locations_pb2.ListLocationsResponseLists information about the supported locations for this service.
See more: google.cloud.dataform_v1.services.dataform.DataformClient.list_locations
google.cloud.dataform_v1.services.dataform.DataformClient.list_release_configs
list_release_configs(
    request: typing.Optional[
        typing.Union[
            google.cloud.dataform_v1.types.dataform.ListReleaseConfigsRequest, dict
        ]
    ] = None,
    *,
    parent: typing.Optional[str] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.dataform_v1.services.dataform.pagers.ListReleaseConfigsPagerLists ReleaseConfigs in a given Repository.
See more: google.cloud.dataform_v1.services.dataform.DataformClient.list_release_configs
google.cloud.dataform_v1.services.dataform.DataformClient.list_repositories
list_repositories(
    request: typing.Optional[
        typing.Union[
            google.cloud.dataform_v1.types.dataform.ListRepositoriesRequest, dict
        ]
    ] = None,
    *,
    parent: typing.Optional[str] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.dataform_v1.services.dataform.pagers.ListRepositoriesPagerLists Repositories in a given project and location.
See more: google.cloud.dataform_v1.services.dataform.DataformClient.list_repositories
google.cloud.dataform_v1.services.dataform.DataformClient.list_workflow_configs
list_workflow_configs(
    request: typing.Optional[
        typing.Union[
            google.cloud.dataform_v1.types.dataform.ListWorkflowConfigsRequest, dict
        ]
    ] = None,
    *,
    parent: typing.Optional[str] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.dataform_v1.services.dataform.pagers.ListWorkflowConfigsPagerLists WorkflowConfigs in a given Repository.
See more: google.cloud.dataform_v1.services.dataform.DataformClient.list_workflow_configs
google.cloud.dataform_v1.services.dataform.DataformClient.list_workflow_invocations
list_workflow_invocations(
    request: typing.Optional[
        typing.Union[
            google.cloud.dataform_v1.types.dataform.ListWorkflowInvocationsRequest, dict
        ]
    ] = None,
    *,
    parent: typing.Optional[str] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.dataform_v1.services.dataform.pagers.ListWorkflowInvocationsPagerLists WorkflowInvocations in a given Repository.
See more: google.cloud.dataform_v1.services.dataform.DataformClient.list_workflow_invocations
google.cloud.dataform_v1.services.dataform.DataformClient.list_workspaces
list_workspaces(
    request: typing.Optional[
        typing.Union[
            google.cloud.dataform_v1.types.dataform.ListWorkspacesRequest, dict
        ]
    ] = None,
    *,
    parent: typing.Optional[str] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.dataform_v1.services.dataform.pagers.ListWorkspacesPagerLists Workspaces in a given Repository.
See more: google.cloud.dataform_v1.services.dataform.DataformClient.list_workspaces
google.cloud.dataform_v1.services.dataform.DataformClient.make_directory
make_directory(
    request: typing.Optional[
        typing.Union[google.cloud.dataform_v1.types.dataform.MakeDirectoryRequest, dict]
    ] = None,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.dataform_v1.types.dataform.MakeDirectoryResponseCreates a directory inside a Workspace.
See more: google.cloud.dataform_v1.services.dataform.DataformClient.make_directory
google.cloud.dataform_v1.services.dataform.DataformClient.move_directory
move_directory(
    request: typing.Optional[
        typing.Union[google.cloud.dataform_v1.types.dataform.MoveDirectoryRequest, dict]
    ] = None,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.dataform_v1.types.dataform.MoveDirectoryResponseMoves a directory (inside a Workspace), and all of its contents, to a new location.
See more: google.cloud.dataform_v1.services.dataform.DataformClient.move_directory
google.cloud.dataform_v1.services.dataform.DataformClient.move_file
move_file(
    request: typing.Optional[
        typing.Union[google.cloud.dataform_v1.types.dataform.MoveFileRequest, dict]
    ] = None,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.dataform_v1.types.dataform.MoveFileResponseMoves a file (inside a Workspace) to a new location.
See more: google.cloud.dataform_v1.services.dataform.DataformClient.move_file
google.cloud.dataform_v1.services.dataform.DataformClient.parse_common_billing_account_path
parse_common_billing_account_path(path: str) -> typing.Dict[str, str]Parse a billing_account path into its component segments.
See more: google.cloud.dataform_v1.services.dataform.DataformClient.parse_common_billing_account_path
google.cloud.dataform_v1.services.dataform.DataformClient.parse_common_folder_path
parse_common_folder_path(path: str) -> typing.Dict[str, str]Parse a folder path into its component segments.
See more: google.cloud.dataform_v1.services.dataform.DataformClient.parse_common_folder_path
google.cloud.dataform_v1.services.dataform.DataformClient.parse_common_location_path
parse_common_location_path(path: str) -> typing.Dict[str, str]Parse a location path into its component segments.
See more: google.cloud.dataform_v1.services.dataform.DataformClient.parse_common_location_path
google.cloud.dataform_v1.services.dataform.DataformClient.parse_common_organization_path
parse_common_organization_path(path: str) -> typing.Dict[str, str]Parse a organization path into its component segments.
See more: google.cloud.dataform_v1.services.dataform.DataformClient.parse_common_organization_path
google.cloud.dataform_v1.services.dataform.DataformClient.parse_common_project_path
parse_common_project_path(path: str) -> typing.Dict[str, str]Parse a project path into its component segments.
See more: google.cloud.dataform_v1.services.dataform.DataformClient.parse_common_project_path
google.cloud.dataform_v1.services.dataform.DataformClient.parse_compilation_result_path
parse_compilation_result_path(path: str) -> typing.Dict[str, str]Parses a compilation_result path into its component segments.
See more: google.cloud.dataform_v1.services.dataform.DataformClient.parse_compilation_result_path
google.cloud.dataform_v1.services.dataform.DataformClient.parse_config_path
parse_config_path(path: str) -> typing.Dict[str, str]Parses a config path into its component segments.
See more: google.cloud.dataform_v1.services.dataform.DataformClient.parse_config_path
google.cloud.dataform_v1.services.dataform.DataformClient.parse_crypto_key_path
parse_crypto_key_path(path: str) -> typing.Dict[str, str]Parses a crypto_key path into its component segments.
See more: google.cloud.dataform_v1.services.dataform.DataformClient.parse_crypto_key_path
google.cloud.dataform_v1.services.dataform.DataformClient.parse_crypto_key_version_path
parse_crypto_key_version_path(path: str) -> typing.Dict[str, str]Parses a crypto_key_version path into its component segments.
See more: google.cloud.dataform_v1.services.dataform.DataformClient.parse_crypto_key_version_path
google.cloud.dataform_v1.services.dataform.DataformClient.parse_release_config_path
parse_release_config_path(path: str) -> typing.Dict[str, str]Parses a release_config path into its component segments.
See more: google.cloud.dataform_v1.services.dataform.DataformClient.parse_release_config_path
google.cloud.dataform_v1.services.dataform.DataformClient.parse_repository_path
parse_repository_path(path: str) -> typing.Dict[str, str]Parses a repository path into its component segments.
See more: google.cloud.dataform_v1.services.dataform.DataformClient.parse_repository_path
google.cloud.dataform_v1.services.dataform.DataformClient.parse_secret_version_path
parse_secret_version_path(path: str) -> typing.Dict[str, str]Parses a secret_version path into its component segments.
See more: google.cloud.dataform_v1.services.dataform.DataformClient.parse_secret_version_path
google.cloud.dataform_v1.services.dataform.DataformClient.parse_workflow_config_path
parse_workflow_config_path(path: str) -> typing.Dict[str, str]Parses a workflow_config path into its component segments.
See more: google.cloud.dataform_v1.services.dataform.DataformClient.parse_workflow_config_path
google.cloud.dataform_v1.services.dataform.DataformClient.parse_workflow_invocation_path
parse_workflow_invocation_path(path: str) -> typing.Dict[str, str]Parses a workflow_invocation path into its component segments.
See more: google.cloud.dataform_v1.services.dataform.DataformClient.parse_workflow_invocation_path
google.cloud.dataform_v1.services.dataform.DataformClient.parse_workspace_path
parse_workspace_path(path: str) -> typing.Dict[str, str]Parses a workspace path into its component segments.
See more: google.cloud.dataform_v1.services.dataform.DataformClient.parse_workspace_path
google.cloud.dataform_v1.services.dataform.DataformClient.pull_git_commits
pull_git_commits(
    request: typing.Optional[
        typing.Union[
            google.cloud.dataform_v1.types.dataform.PullGitCommitsRequest, dict
        ]
    ] = None,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.dataform_v1.types.dataform.PullGitCommitsResponsePulls Git commits from the Repository's remote into a Workspace.
See more: google.cloud.dataform_v1.services.dataform.DataformClient.pull_git_commits
google.cloud.dataform_v1.services.dataform.DataformClient.push_git_commits
push_git_commits(
    request: typing.Optional[
        typing.Union[
            google.cloud.dataform_v1.types.dataform.PushGitCommitsRequest, dict
        ]
    ] = None,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.dataform_v1.types.dataform.PushGitCommitsResponsePushes Git commits from a Workspace to the Repository's remote.
See more: google.cloud.dataform_v1.services.dataform.DataformClient.push_git_commits
google.cloud.dataform_v1.services.dataform.DataformClient.query_compilation_result_actions
query_compilation_result_actions(
    request: typing.Optional[
        typing.Union[
            google.cloud.dataform_v1.types.dataform.QueryCompilationResultActionsRequest,
            dict,
        ]
    ] = None,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> (
    google.cloud.dataform_v1.services.dataform.pagers.QueryCompilationResultActionsPager
)Returns CompilationResultActions in a given CompilationResult.
See more: google.cloud.dataform_v1.services.dataform.DataformClient.query_compilation_result_actions
google.cloud.dataform_v1.services.dataform.DataformClient.query_directory_contents
query_directory_contents(
    request: typing.Optional[
        typing.Union[
            google.cloud.dataform_v1.types.dataform.QueryDirectoryContentsRequest, dict
        ]
    ] = None,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.dataform_v1.services.dataform.pagers.QueryDirectoryContentsPagerReturns the contents of a given Workspace directory.
See more: google.cloud.dataform_v1.services.dataform.DataformClient.query_directory_contents
google.cloud.dataform_v1.services.dataform.DataformClient.query_repository_directory_contents
query_repository_directory_contents(
    request: typing.Optional[
        typing.Union[
            google.cloud.dataform_v1.types.dataform.QueryRepositoryDirectoryContentsRequest,
            dict,
        ]
    ] = None,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> (
    google.cloud.dataform_v1.services.dataform.pagers.QueryRepositoryDirectoryContentsPager
)Returns the contents of a given Repository directory.
See more: google.cloud.dataform_v1.services.dataform.DataformClient.query_repository_directory_contents
google.cloud.dataform_v1.services.dataform.DataformClient.query_workflow_invocation_actions
query_workflow_invocation_actions(
    request: typing.Optional[
        typing.Union[
            google.cloud.dataform_v1.types.dataform.QueryWorkflowInvocationActionsRequest,
            dict,
        ]
    ] = None,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> (
    google.cloud.dataform_v1.services.dataform.pagers.QueryWorkflowInvocationActionsPager
)Returns WorkflowInvocationActions in a given WorkflowInvocation.
See more: google.cloud.dataform_v1.services.dataform.DataformClient.query_workflow_invocation_actions
google.cloud.dataform_v1.services.dataform.DataformClient.read_file
read_file(
    request: typing.Optional[
        typing.Union[google.cloud.dataform_v1.types.dataform.ReadFileRequest, dict]
    ] = None,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.dataform_v1.types.dataform.ReadFileResponseReturns the contents of a file (inside a Workspace).
See more: google.cloud.dataform_v1.services.dataform.DataformClient.read_file
google.cloud.dataform_v1.services.dataform.DataformClient.read_repository_file
read_repository_file(
    request: typing.Optional[
        typing.Union[
            google.cloud.dataform_v1.types.dataform.ReadRepositoryFileRequest, dict
        ]
    ] = None,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.dataform_v1.types.dataform.ReadRepositoryFileResponseReturns the contents of a file (inside a Repository).
See more: google.cloud.dataform_v1.services.dataform.DataformClient.read_repository_file
google.cloud.dataform_v1.services.dataform.DataformClient.release_config_path
release_config_path(
    project: str, location: str, repository: str, release_config: str
) -> strReturns a fully-qualified release_config string.
See more: google.cloud.dataform_v1.services.dataform.DataformClient.release_config_path
google.cloud.dataform_v1.services.dataform.DataformClient.remove_directory
remove_directory(
    request: typing.Optional[
        typing.Union[
            google.cloud.dataform_v1.types.dataform.RemoveDirectoryRequest, dict
        ]
    ] = None,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.dataform_v1.types.dataform.RemoveDirectoryResponseDeletes a directory (inside a Workspace) and all of its contents.
See more: google.cloud.dataform_v1.services.dataform.DataformClient.remove_directory
google.cloud.dataform_v1.services.dataform.DataformClient.remove_file
remove_file(
    request: typing.Optional[
        typing.Union[google.cloud.dataform_v1.types.dataform.RemoveFileRequest, dict]
    ] = None,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.dataform_v1.types.dataform.RemoveFileResponseDeletes a file (inside a Workspace).
See more: google.cloud.dataform_v1.services.dataform.DataformClient.remove_file
google.cloud.dataform_v1.services.dataform.DataformClient.repository_path
repository_path(project: str, location: str, repository: str) -> strReturns a fully-qualified repository string.
See more: google.cloud.dataform_v1.services.dataform.DataformClient.repository_path
google.cloud.dataform_v1.services.dataform.DataformClient.reset_workspace_changes
reset_workspace_changes(
    request: typing.Optional[
        typing.Union[
            google.cloud.dataform_v1.types.dataform.ResetWorkspaceChangesRequest, dict
        ]
    ] = None,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.dataform_v1.types.dataform.ResetWorkspaceChangesResponsePerforms a Git reset for uncommitted files in a Workspace.
See more: google.cloud.dataform_v1.services.dataform.DataformClient.reset_workspace_changes
google.cloud.dataform_v1.services.dataform.DataformClient.search_files
search_files(
    request: typing.Optional[
        typing.Union[google.cloud.dataform_v1.types.dataform.SearchFilesRequest, dict]
    ] = None,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.dataform_v1.services.dataform.pagers.SearchFilesPagerFinds the contents of a given Workspace directory by filter.
See more: google.cloud.dataform_v1.services.dataform.DataformClient.search_files
google.cloud.dataform_v1.services.dataform.DataformClient.secret_version_path
secret_version_path(project: str, secret: str, version: str) -> strReturns a fully-qualified secret_version string.
See more: google.cloud.dataform_v1.services.dataform.DataformClient.secret_version_path
google.cloud.dataform_v1.services.dataform.DataformClient.set_iam_policy
set_iam_policy(
    request: typing.Optional[google.iam.v1.iam_policy_pb2.SetIamPolicyRequest] = None,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.iam.v1.policy_pb2.PolicySets the IAM access control policy on the specified function.
See more: google.cloud.dataform_v1.services.dataform.DataformClient.set_iam_policy
google.cloud.dataform_v1.services.dataform.DataformClient.test_iam_permissions
test_iam_permissions(
    request: typing.Optional[
        google.iam.v1.iam_policy_pb2.TestIamPermissionsRequest
    ] = None,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.iam.v1.iam_policy_pb2.TestIamPermissionsResponseTests the specified IAM permissions against the IAM access control policy for a function.
See more: google.cloud.dataform_v1.services.dataform.DataformClient.test_iam_permissions
google.cloud.dataform_v1.services.dataform.DataformClient.update_config
update_config(
    request: typing.Optional[
        typing.Union[google.cloud.dataform_v1.types.dataform.UpdateConfigRequest, dict]
    ] = None,
    *,
    config: typing.Optional[google.cloud.dataform_v1.types.dataform.Config] = None,
    update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.dataform_v1.types.dataform.ConfigUpdate default config for a given project and location.
See more: google.cloud.dataform_v1.services.dataform.DataformClient.update_config
google.cloud.dataform_v1.services.dataform.DataformClient.update_release_config
update_release_config(
    request: typing.Optional[
        typing.Union[
            google.cloud.dataform_v1.types.dataform.UpdateReleaseConfigRequest, dict
        ]
    ] = None,
    *,
    release_config: typing.Optional[
        google.cloud.dataform_v1.types.dataform.ReleaseConfig
    ] = None,
    update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.dataform_v1.types.dataform.ReleaseConfigUpdates a single ReleaseConfig.
See more: google.cloud.dataform_v1.services.dataform.DataformClient.update_release_config
google.cloud.dataform_v1.services.dataform.DataformClient.update_repository
update_repository(
    request: typing.Optional[
        typing.Union[
            google.cloud.dataform_v1.types.dataform.UpdateRepositoryRequest, dict
        ]
    ] = None,
    *,
    repository: typing.Optional[
        google.cloud.dataform_v1.types.dataform.Repository
    ] = None,
    update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.dataform_v1.types.dataform.RepositoryUpdates a single Repository.
See more: google.cloud.dataform_v1.services.dataform.DataformClient.update_repository
google.cloud.dataform_v1.services.dataform.DataformClient.update_workflow_config
update_workflow_config(
    request: typing.Optional[
        typing.Union[
            google.cloud.dataform_v1.types.dataform.UpdateWorkflowConfigRequest, dict
        ]
    ] = None,
    *,
    workflow_config: typing.Optional[
        google.cloud.dataform_v1.types.dataform.WorkflowConfig
    ] = None,
    update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.dataform_v1.types.dataform.WorkflowConfigUpdates a single WorkflowConfig.
See more: google.cloud.dataform_v1.services.dataform.DataformClient.update_workflow_config
google.cloud.dataform_v1.services.dataform.DataformClient.workflow_config_path
workflow_config_path(
    project: str, location: str, repository: str, workflow_config: str
) -> strReturns a fully-qualified workflow_config string.
See more: google.cloud.dataform_v1.services.dataform.DataformClient.workflow_config_path
google.cloud.dataform_v1.services.dataform.DataformClient.workflow_invocation_path
workflow_invocation_path(
    project: str, location: str, repository: str, workflow_invocation: str
) -> strReturns a fully-qualified workflow_invocation string.
See more: google.cloud.dataform_v1.services.dataform.DataformClient.workflow_invocation_path
google.cloud.dataform_v1.services.dataform.DataformClient.workspace_path
workspace_path(project: str, location: str, repository: str, workspace: str) -> strReturns a fully-qualified workspace string.
See more: google.cloud.dataform_v1.services.dataform.DataformClient.workspace_path
google.cloud.dataform_v1.services.dataform.DataformClient.write_file
write_file(
    request: typing.Optional[
        typing.Union[google.cloud.dataform_v1.types.dataform.WriteFileRequest, dict]
    ] = None,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.dataform_v1.types.dataform.WriteFileResponseWrites to a file (inside a Workspace).
See more: google.cloud.dataform_v1.services.dataform.DataformClient.write_file
google.cloud.dataform_v1.services.dataform.pagers.FetchRepositoryHistoryAsyncPager
FetchRepositoryHistoryAsyncPager(
    method: typing.Callable[
        [...],
        typing.Awaitable[
            google.cloud.dataform_v1.types.dataform.FetchRepositoryHistoryResponse
        ],
    ],
    request: google.cloud.dataform_v1.types.dataform.FetchRepositoryHistoryRequest,
    response: google.cloud.dataform_v1.types.dataform.FetchRepositoryHistoryResponse,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)Instantiates the pager.
See more: google.cloud.dataform_v1.services.dataform.pagers.FetchRepositoryHistoryAsyncPager
google.cloud.dataform_v1.services.dataform.pagers.FetchRepositoryHistoryPager
FetchRepositoryHistoryPager(
    method: typing.Callable[
        [...], google.cloud.dataform_v1.types.dataform.FetchRepositoryHistoryResponse
    ],
    request: google.cloud.dataform_v1.types.dataform.FetchRepositoryHistoryRequest,
    response: google.cloud.dataform_v1.types.dataform.FetchRepositoryHistoryResponse,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)Instantiate the pager.
See more: google.cloud.dataform_v1.services.dataform.pagers.FetchRepositoryHistoryPager
google.cloud.dataform_v1.services.dataform.pagers.ListCompilationResultsAsyncPager
ListCompilationResultsAsyncPager(
    method: typing.Callable[
        [...],
        typing.Awaitable[
            google.cloud.dataform_v1.types.dataform.ListCompilationResultsResponse
        ],
    ],
    request: google.cloud.dataform_v1.types.dataform.ListCompilationResultsRequest,
    response: google.cloud.dataform_v1.types.dataform.ListCompilationResultsResponse,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)Instantiates the pager.
See more: google.cloud.dataform_v1.services.dataform.pagers.ListCompilationResultsAsyncPager
google.cloud.dataform_v1.services.dataform.pagers.ListCompilationResultsPager
ListCompilationResultsPager(
    method: typing.Callable[
        [...], google.cloud.dataform_v1.types.dataform.ListCompilationResultsResponse
    ],
    request: google.cloud.dataform_v1.types.dataform.ListCompilationResultsRequest,
    response: google.cloud.dataform_v1.types.dataform.ListCompilationResultsResponse,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)Instantiate the pager.
See more: google.cloud.dataform_v1.services.dataform.pagers.ListCompilationResultsPager
google.cloud.dataform_v1.services.dataform.pagers.ListReleaseConfigsAsyncPager
ListReleaseConfigsAsyncPager(
    method: typing.Callable[
        [...],
        typing.Awaitable[
            google.cloud.dataform_v1.types.dataform.ListReleaseConfigsResponse
        ],
    ],
    request: google.cloud.dataform_v1.types.dataform.ListReleaseConfigsRequest,
    response: google.cloud.dataform_v1.types.dataform.ListReleaseConfigsResponse,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)Instantiates the pager.
See more: google.cloud.dataform_v1.services.dataform.pagers.ListReleaseConfigsAsyncPager
google.cloud.dataform_v1.services.dataform.pagers.ListReleaseConfigsPager
ListReleaseConfigsPager(
    method: typing.Callable[
        [...], google.cloud.dataform_v1.types.dataform.ListReleaseConfigsResponse
    ],
    request: google.cloud.dataform_v1.types.dataform.ListReleaseConfigsRequest,
    response: google.cloud.dataform_v1.types.dataform.ListReleaseConfigsResponse,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)Instantiate the pager.
See more: google.cloud.dataform_v1.services.dataform.pagers.ListReleaseConfigsPager
google.cloud.dataform_v1.services.dataform.pagers.ListRepositoriesAsyncPager
ListRepositoriesAsyncPager(
    method: typing.Callable[
        [...],
        typing.Awaitable[
            google.cloud.dataform_v1.types.dataform.ListRepositoriesResponse
        ],
    ],
    request: google.cloud.dataform_v1.types.dataform.ListRepositoriesRequest,
    response: google.cloud.dataform_v1.types.dataform.ListRepositoriesResponse,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)Instantiates the pager.
See more: google.cloud.dataform_v1.services.dataform.pagers.ListRepositoriesAsyncPager
google.cloud.dataform_v1.services.dataform.pagers.ListRepositoriesPager
ListRepositoriesPager(
    method: typing.Callable[
        [...], google.cloud.dataform_v1.types.dataform.ListRepositoriesResponse
    ],
    request: google.cloud.dataform_v1.types.dataform.ListRepositoriesRequest,
    response: google.cloud.dataform_v1.types.dataform.ListRepositoriesResponse,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)Instantiate the pager.
See more: google.cloud.dataform_v1.services.dataform.pagers.ListRepositoriesPager
google.cloud.dataform_v1.services.dataform.pagers.ListWorkflowConfigsAsyncPager
ListWorkflowConfigsAsyncPager(
    method: typing.Callable[
        [...],
        typing.Awaitable[
            google.cloud.dataform_v1.types.dataform.ListWorkflowConfigsResponse
        ],
    ],
    request: google.cloud.dataform_v1.types.dataform.ListWorkflowConfigsRequest,
    response: google.cloud.dataform_v1.types.dataform.ListWorkflowConfigsResponse,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)Instantiates the pager.
See more: google.cloud.dataform_v1.services.dataform.pagers.ListWorkflowConfigsAsyncPager
google.cloud.dataform_v1.services.dataform.pagers.ListWorkflowConfigsPager
ListWorkflowConfigsPager(
    method: typing.Callable[
        [...], google.cloud.dataform_v1.types.dataform.ListWorkflowConfigsResponse
    ],
    request: google.cloud.dataform_v1.types.dataform.ListWorkflowConfigsRequest,
    response: google.cloud.dataform_v1.types.dataform.ListWorkflowConfigsResponse,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)Instantiate the pager.
See more: google.cloud.dataform_v1.services.dataform.pagers.ListWorkflowConfigsPager
google.cloud.dataform_v1.services.dataform.pagers.ListWorkflowInvocationsAsyncPager
ListWorkflowInvocationsAsyncPager(
    method: typing.Callable[
        [...],
        typing.Awaitable[
            google.cloud.dataform_v1.types.dataform.ListWorkflowInvocationsResponse
        ],
    ],
    request: google.cloud.dataform_v1.types.dataform.ListWorkflowInvocationsRequest,
    response: google.cloud.dataform_v1.types.dataform.ListWorkflowInvocationsResponse,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)Instantiates the pager.
See more: google.cloud.dataform_v1.services.dataform.pagers.ListWorkflowInvocationsAsyncPager
google.cloud.dataform_v1.services.dataform.pagers.ListWorkflowInvocationsPager
ListWorkflowInvocationsPager(
    method: typing.Callable[
        [...], google.cloud.dataform_v1.types.dataform.ListWorkflowInvocationsResponse
    ],
    request: google.cloud.dataform_v1.types.dataform.ListWorkflowInvocationsRequest,
    response: google.cloud.dataform_v1.types.dataform.ListWorkflowInvocationsResponse,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)Instantiate the pager.
See more: google.cloud.dataform_v1.services.dataform.pagers.ListWorkflowInvocationsPager
google.cloud.dataform_v1.services.dataform.pagers.ListWorkspacesAsyncPager
ListWorkspacesAsyncPager(
    method: typing.Callable[
        [...],
        typing.Awaitable[
            google.cloud.dataform_v1.types.dataform.ListWorkspacesResponse
        ],
    ],
    request: google.cloud.dataform_v1.types.dataform.ListWorkspacesRequest,
    response: google.cloud.dataform_v1.types.dataform.ListWorkspacesResponse,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)Instantiates the pager.
See more: google.cloud.dataform_v1.services.dataform.pagers.ListWorkspacesAsyncPager
google.cloud.dataform_v1.services.dataform.pagers.ListWorkspacesPager
ListWorkspacesPager(
    method: typing.Callable[
        [...], google.cloud.dataform_v1.types.dataform.ListWorkspacesResponse
    ],
    request: google.cloud.dataform_v1.types.dataform.ListWorkspacesRequest,
    response: google.cloud.dataform_v1.types.dataform.ListWorkspacesResponse,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)Instantiate the pager.
See more: google.cloud.dataform_v1.services.dataform.pagers.ListWorkspacesPager
google.cloud.dataform_v1.services.dataform.pagers.QueryCompilationResultActionsAsyncPager
QueryCompilationResultActionsAsyncPager(
    method: typing.Callable[
        [...],
        typing.Awaitable[
            google.cloud.dataform_v1.types.dataform.QueryCompilationResultActionsResponse
        ],
    ],
    request: google.cloud.dataform_v1.types.dataform.QueryCompilationResultActionsRequest,
    response: google.cloud.dataform_v1.types.dataform.QueryCompilationResultActionsResponse,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)Instantiates the pager.
See more: google.cloud.dataform_v1.services.dataform.pagers.QueryCompilationResultActionsAsyncPager
google.cloud.dataform_v1.services.dataform.pagers.QueryCompilationResultActionsPager
QueryCompilationResultActionsPager(
    method: typing.Callable[
        [...],
        google.cloud.dataform_v1.types.dataform.QueryCompilationResultActionsResponse,
    ],
    request: google.cloud.dataform_v1.types.dataform.QueryCompilationResultActionsRequest,
    response: google.cloud.dataform_v1.types.dataform.QueryCompilationResultActionsResponse,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)Instantiate the pager.
See more: google.cloud.dataform_v1.services.dataform.pagers.QueryCompilationResultActionsPager
google.cloud.dataform_v1.services.dataform.pagers.QueryDirectoryContentsAsyncPager
QueryDirectoryContentsAsyncPager(
    method: typing.Callable[
        [...],
        typing.Awaitable[
            google.cloud.dataform_v1.types.dataform.QueryDirectoryContentsResponse
        ],
    ],
    request: google.cloud.dataform_v1.types.dataform.QueryDirectoryContentsRequest,
    response: google.cloud.dataform_v1.types.dataform.QueryDirectoryContentsResponse,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)Instantiates the pager.
See more: google.cloud.dataform_v1.services.dataform.pagers.QueryDirectoryContentsAsyncPager
google.cloud.dataform_v1.services.dataform.pagers.QueryDirectoryContentsPager
QueryDirectoryContentsPager(
    method: typing.Callable[
        [...], google.cloud.dataform_v1.types.dataform.QueryDirectoryContentsResponse
    ],
    request: google.cloud.dataform_v1.types.dataform.QueryDirectoryContentsRequest,
    response: google.cloud.dataform_v1.types.dataform.QueryDirectoryContentsResponse,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)Instantiate the pager.
See more: google.cloud.dataform_v1.services.dataform.pagers.QueryDirectoryContentsPager
google.cloud.dataform_v1.services.dataform.pagers.QueryRepositoryDirectoryContentsAsyncPager
QueryRepositoryDirectoryContentsAsyncPager(
    method: typing.Callable[
        [...],
        typing.Awaitable[
            google.cloud.dataform_v1.types.dataform.QueryRepositoryDirectoryContentsResponse
        ],
    ],
    request: google.cloud.dataform_v1.types.dataform.QueryRepositoryDirectoryContentsRequest,
    response: google.cloud.dataform_v1.types.dataform.QueryRepositoryDirectoryContentsResponse,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)Instantiates the pager.
See more: google.cloud.dataform_v1.services.dataform.pagers.QueryRepositoryDirectoryContentsAsyncPager
google.cloud.dataform_v1.services.dataform.pagers.QueryRepositoryDirectoryContentsPager
QueryRepositoryDirectoryContentsPager(
    method: typing.Callable[
        [...],
        google.cloud.dataform_v1.types.dataform.QueryRepositoryDirectoryContentsResponse,
    ],
    request: google.cloud.dataform_v1.types.dataform.QueryRepositoryDirectoryContentsRequest,
    response: google.cloud.dataform_v1.types.dataform.QueryRepositoryDirectoryContentsResponse,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)Instantiate the pager.
See more: google.cloud.dataform_v1.services.dataform.pagers.QueryRepositoryDirectoryContentsPager
google.cloud.dataform_v1.services.dataform.pagers.QueryWorkflowInvocationActionsAsyncPager
QueryWorkflowInvocationActionsAsyncPager(
    method: typing.Callable[
        [...],
        typing.Awaitable[
            google.cloud.dataform_v1.types.dataform.QueryWorkflowInvocationActionsResponse
        ],
    ],
    request: google.cloud.dataform_v1.types.dataform.QueryWorkflowInvocationActionsRequest,
    response: google.cloud.dataform_v1.types.dataform.QueryWorkflowInvocationActionsResponse,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)Instantiates the pager.
See more: google.cloud.dataform_v1.services.dataform.pagers.QueryWorkflowInvocationActionsAsyncPager
google.cloud.dataform_v1.services.dataform.pagers.QueryWorkflowInvocationActionsPager
QueryWorkflowInvocationActionsPager(
    method: typing.Callable[
        [...],
        google.cloud.dataform_v1.types.dataform.QueryWorkflowInvocationActionsResponse,
    ],
    request: google.cloud.dataform_v1.types.dataform.QueryWorkflowInvocationActionsRequest,
    response: google.cloud.dataform_v1.types.dataform.QueryWorkflowInvocationActionsResponse,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)Instantiate the pager.
See more: google.cloud.dataform_v1.services.dataform.pagers.QueryWorkflowInvocationActionsPager
google.cloud.dataform_v1.services.dataform.pagers.SearchFilesAsyncPager
SearchFilesAsyncPager(
    method: typing.Callable[
        [...],
        typing.Awaitable[google.cloud.dataform_v1.types.dataform.SearchFilesResponse],
    ],
    request: google.cloud.dataform_v1.types.dataform.SearchFilesRequest,
    response: google.cloud.dataform_v1.types.dataform.SearchFilesResponse,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)Instantiates the pager.
See more: google.cloud.dataform_v1.services.dataform.pagers.SearchFilesAsyncPager
google.cloud.dataform_v1.services.dataform.pagers.SearchFilesPager
SearchFilesPager(
    method: typing.Callable[
        [...], google.cloud.dataform_v1.types.dataform.SearchFilesResponse
    ],
    request: google.cloud.dataform_v1.types.dataform.SearchFilesRequest,
    response: google.cloud.dataform_v1.types.dataform.SearchFilesResponse,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)Instantiate the pager.
See more: google.cloud.dataform_v1.services.dataform.pagers.SearchFilesPager
google.cloud.dataform_v1beta1.services.dataform.DataformAsyncClient
DataformAsyncClient(*, credentials: typing.Optional[google.auth.credentials.Credentials] = None, transport: typing.Optional[typing.Union[str, google.cloud.dataform_v1beta1.services.dataform.transports.base.DataformTransport, typing.Callable[[...], google.cloud.dataform_v1beta1.services.dataform.transports.base.DataformTransport]]] = 'grpc_asyncio', client_options: typing.Optional[google.api_core.client_options.ClientOptions] = None, client_info: google.api_core.gapic_v1.client_info.ClientInfo = Instantiates the dataform async client.
See more: google.cloud.dataform_v1beta1.services.dataform.DataformAsyncClient
google.cloud.dataform_v1beta1.services.dataform.DataformAsyncClient.cancel_workflow_invocation
cancel_workflow_invocation(
    request: typing.Optional[
        typing.Union[
            google.cloud.dataform_v1beta1.types.dataform.CancelWorkflowInvocationRequest,
            dict,
        ]
    ] = None,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.dataform_v1beta1.types.dataform.CancelWorkflowInvocationResponseRequests cancellation of a running WorkflowInvocation.
See more: google.cloud.dataform_v1beta1.services.dataform.DataformAsyncClient.cancel_workflow_invocation
google.cloud.dataform_v1beta1.services.dataform.DataformAsyncClient.commit_repository_changes
commit_repository_changes(
    request: typing.Optional[
        typing.Union[
            google.cloud.dataform_v1beta1.types.dataform.CommitRepositoryChangesRequest,
            dict,
        ]
    ] = None,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.dataform_v1beta1.types.dataform.CommitRepositoryChangesResponseApplies a Git commit to a Repository.
See more: google.cloud.dataform_v1beta1.services.dataform.DataformAsyncClient.commit_repository_changes
google.cloud.dataform_v1beta1.services.dataform.DataformAsyncClient.commit_workspace_changes
commit_workspace_changes(
    request: typing.Optional[
        typing.Union[
            google.cloud.dataform_v1beta1.types.dataform.CommitWorkspaceChangesRequest,
            dict,
        ]
    ] = None,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.dataform_v1beta1.types.dataform.CommitWorkspaceChangesResponseApplies a Git commit for uncommitted files in a Workspace.
See more: google.cloud.dataform_v1beta1.services.dataform.DataformAsyncClient.commit_workspace_changes
google.cloud.dataform_v1beta1.services.dataform.DataformAsyncClient.common_billing_account_path
common_billing_account_path(billing_account: str) -> strReturns a fully-qualified billing_account string.
See more: google.cloud.dataform_v1beta1.services.dataform.DataformAsyncClient.common_billing_account_path
google.cloud.dataform_v1beta1.services.dataform.DataformAsyncClient.common_folder_path
common_folder_path(folder: str) -> strReturns a fully-qualified folder string.
See more: google.cloud.dataform_v1beta1.services.dataform.DataformAsyncClient.common_folder_path
google.cloud.dataform_v1beta1.services.dataform.DataformAsyncClient.common_location_path
common_location_path(project: str, location: str) -> strReturns a fully-qualified location string.
See more: google.cloud.dataform_v1beta1.services.dataform.DataformAsyncClient.common_location_path
google.cloud.dataform_v1beta1.services.dataform.DataformAsyncClient.common_organization_path
common_organization_path(organization: str) -> strReturns a fully-qualified organization string.
See more: google.cloud.dataform_v1beta1.services.dataform.DataformAsyncClient.common_organization_path
google.cloud.dataform_v1beta1.services.dataform.DataformAsyncClient.common_project_path
common_project_path(project: str) -> strReturns a fully-qualified project string.
See more: google.cloud.dataform_v1beta1.services.dataform.DataformAsyncClient.common_project_path
google.cloud.dataform_v1beta1.services.dataform.DataformAsyncClient.compilation_result_path
compilation_result_path(
    project: str, location: str, repository: str, compilation_result: str
) -> strReturns a fully-qualified compilation_result string.
See more: google.cloud.dataform_v1beta1.services.dataform.DataformAsyncClient.compilation_result_path
google.cloud.dataform_v1beta1.services.dataform.DataformAsyncClient.compute_repository_access_token_status
compute_repository_access_token_status(
    request: typing.Optional[
        typing.Union[
            google.cloud.dataform_v1beta1.types.dataform.ComputeRepositoryAccessTokenStatusRequest,
            dict,
        ]
    ] = None,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> (
    google.cloud.dataform_v1beta1.types.dataform.ComputeRepositoryAccessTokenStatusResponse
)Computes a Repository's Git access token status.
google.cloud.dataform_v1beta1.services.dataform.DataformAsyncClient.config_path
config_path(project: str, location: str) -> strReturns a fully-qualified config string.
See more: google.cloud.dataform_v1beta1.services.dataform.DataformAsyncClient.config_path
google.cloud.dataform_v1beta1.services.dataform.DataformAsyncClient.create_compilation_result
create_compilation_result(
    request: typing.Optional[
        typing.Union[
            google.cloud.dataform_v1beta1.types.dataform.CreateCompilationResultRequest,
            dict,
        ]
    ] = None,
    *,
    parent: typing.Optional[str] = None,
    compilation_result: typing.Optional[
        google.cloud.dataform_v1beta1.types.dataform.CompilationResult
    ] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.dataform_v1beta1.types.dataform.CompilationResultCreates a new CompilationResult in a given project and location.
See more: google.cloud.dataform_v1beta1.services.dataform.DataformAsyncClient.create_compilation_result
google.cloud.dataform_v1beta1.services.dataform.DataformAsyncClient.create_release_config
create_release_config(
    request: typing.Optional[
        typing.Union[
            google.cloud.dataform_v1beta1.types.dataform.CreateReleaseConfigRequest,
            dict,
        ]
    ] = None,
    *,
    parent: typing.Optional[str] = None,
    release_config: typing.Optional[
        google.cloud.dataform_v1beta1.types.dataform.ReleaseConfig
    ] = None,
    release_config_id: typing.Optional[str] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.dataform_v1beta1.types.dataform.ReleaseConfigCreates a new ReleaseConfig in a given Repository.
See more: google.cloud.dataform_v1beta1.services.dataform.DataformAsyncClient.create_release_config
google.cloud.dataform_v1beta1.services.dataform.DataformAsyncClient.create_repository
create_repository(
    request: typing.Optional[
        typing.Union[
            google.cloud.dataform_v1beta1.types.dataform.CreateRepositoryRequest, dict
        ]
    ] = None,
    *,
    parent: typing.Optional[str] = None,
    repository: typing.Optional[
        google.cloud.dataform_v1beta1.types.dataform.Repository
    ] = None,
    repository_id: typing.Optional[str] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.dataform_v1beta1.types.dataform.RepositoryCreates a new Repository in a given project and location.
See more: google.cloud.dataform_v1beta1.services.dataform.DataformAsyncClient.create_repository
google.cloud.dataform_v1beta1.services.dataform.DataformAsyncClient.create_workflow_config
create_workflow_config(
    request: typing.Optional[
        typing.Union[
            google.cloud.dataform_v1beta1.types.dataform.CreateWorkflowConfigRequest,
            dict,
        ]
    ] = None,
    *,
    parent: typing.Optional[str] = None,
    workflow_config: typing.Optional[
        google.cloud.dataform_v1beta1.types.dataform.WorkflowConfig
    ] = None,
    workflow_config_id: typing.Optional[str] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.dataform_v1beta1.types.dataform.WorkflowConfigCreates a new WorkflowConfig in a given Repository.
See more: google.cloud.dataform_v1beta1.services.dataform.DataformAsyncClient.create_workflow_config
google.cloud.dataform_v1beta1.services.dataform.DataformAsyncClient.create_workflow_invocation
create_workflow_invocation(
    request: typing.Optional[
        typing.Union[
            google.cloud.dataform_v1beta1.types.dataform.CreateWorkflowInvocationRequest,
            dict,
        ]
    ] = None,
    *,
    parent: typing.Optional[str] = None,
    workflow_invocation: typing.Optional[
        google.cloud.dataform_v1beta1.types.dataform.WorkflowInvocation
    ] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.dataform_v1beta1.types.dataform.WorkflowInvocationCreates a new WorkflowInvocation in a given Repository.
See more: google.cloud.dataform_v1beta1.services.dataform.DataformAsyncClient.create_workflow_invocation
google.cloud.dataform_v1beta1.services.dataform.DataformAsyncClient.create_workspace
create_workspace(
    request: typing.Optional[
        typing.Union[
            google.cloud.dataform_v1beta1.types.dataform.CreateWorkspaceRequest, dict
        ]
    ] = None,
    *,
    parent: typing.Optional[str] = None,
    workspace: typing.Optional[
        google.cloud.dataform_v1beta1.types.dataform.Workspace
    ] = None,
    workspace_id: typing.Optional[str] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.dataform_v1beta1.types.dataform.WorkspaceCreates a new Workspace in a given Repository.
See more: google.cloud.dataform_v1beta1.services.dataform.DataformAsyncClient.create_workspace
google.cloud.dataform_v1beta1.services.dataform.DataformAsyncClient.crypto_key_path
crypto_key_path(project: str, location: str, key_ring: str, crypto_key: str) -> strReturns a fully-qualified crypto_key string.
See more: google.cloud.dataform_v1beta1.services.dataform.DataformAsyncClient.crypto_key_path
google.cloud.dataform_v1beta1.services.dataform.DataformAsyncClient.crypto_key_version_path
crypto_key_version_path(
    project: str, location: str, key_ring: str, crypto_key: str, crypto_key_version: str
) -> strReturns a fully-qualified crypto_key_version string.
See more: google.cloud.dataform_v1beta1.services.dataform.DataformAsyncClient.crypto_key_version_path
google.cloud.dataform_v1beta1.services.dataform.DataformAsyncClient.delete_release_config
delete_release_config(
    request: typing.Optional[
        typing.Union[
            google.cloud.dataform_v1beta1.types.dataform.DeleteReleaseConfigRequest,
            dict,
        ]
    ] = None,
    *,
    name: typing.Optional[str] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> NoneDeletes a single ReleaseConfig.
See more: google.cloud.dataform_v1beta1.services.dataform.DataformAsyncClient.delete_release_config
google.cloud.dataform_v1beta1.services.dataform.DataformAsyncClient.delete_repository
delete_repository(
    request: typing.Optional[
        typing.Union[
            google.cloud.dataform_v1beta1.types.dataform.DeleteRepositoryRequest, dict
        ]
    ] = None,
    *,
    name: typing.Optional[str] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> NoneDeletes a single Repository.
See more: google.cloud.dataform_v1beta1.services.dataform.DataformAsyncClient.delete_repository
google.cloud.dataform_v1beta1.services.dataform.DataformAsyncClient.delete_workflow_config
delete_workflow_config(
    request: typing.Optional[
        typing.Union[
            google.cloud.dataform_v1beta1.types.dataform.DeleteWorkflowConfigRequest,
            dict,
        ]
    ] = None,
    *,
    name: typing.Optional[str] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> NoneDeletes a single WorkflowConfig.
See more: google.cloud.dataform_v1beta1.services.dataform.DataformAsyncClient.delete_workflow_config
google.cloud.dataform_v1beta1.services.dataform.DataformAsyncClient.delete_workflow_invocation
delete_workflow_invocation(
    request: typing.Optional[
        typing.Union[
            google.cloud.dataform_v1beta1.types.dataform.DeleteWorkflowInvocationRequest,
            dict,
        ]
    ] = None,
    *,
    name: typing.Optional[str] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> NoneDeletes a single WorkflowInvocation.
See more: google.cloud.dataform_v1beta1.services.dataform.DataformAsyncClient.delete_workflow_invocation
google.cloud.dataform_v1beta1.services.dataform.DataformAsyncClient.delete_workspace
delete_workspace(
    request: typing.Optional[
        typing.Union[
            google.cloud.dataform_v1beta1.types.dataform.DeleteWorkspaceRequest, dict
        ]
    ] = None,
    *,
    name: typing.Optional[str] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> NoneDeletes a single Workspace.
See more: google.cloud.dataform_v1beta1.services.dataform.DataformAsyncClient.delete_workspace
google.cloud.dataform_v1beta1.services.dataform.DataformAsyncClient.fetch_file_diff
fetch_file_diff(
    request: typing.Optional[
        typing.Union[
            google.cloud.dataform_v1beta1.types.dataform.FetchFileDiffRequest, dict
        ]
    ] = None,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.dataform_v1beta1.types.dataform.FetchFileDiffResponseFetches Git diff for an uncommitted file in a Workspace.
See more: google.cloud.dataform_v1beta1.services.dataform.DataformAsyncClient.fetch_file_diff
google.cloud.dataform_v1beta1.services.dataform.DataformAsyncClient.fetch_file_git_statuses
fetch_file_git_statuses(
    request: typing.Optional[
        typing.Union[
            google.cloud.dataform_v1beta1.types.dataform.FetchFileGitStatusesRequest,
            dict,
        ]
    ] = None,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.dataform_v1beta1.types.dataform.FetchFileGitStatusesResponseFetches Git statuses for the files in a Workspace.
See more: google.cloud.dataform_v1beta1.services.dataform.DataformAsyncClient.fetch_file_git_statuses
google.cloud.dataform_v1beta1.services.dataform.DataformAsyncClient.fetch_git_ahead_behind
fetch_git_ahead_behind(
    request: typing.Optional[
        typing.Union[
            google.cloud.dataform_v1beta1.types.dataform.FetchGitAheadBehindRequest,
            dict,
        ]
    ] = None,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.dataform_v1beta1.types.dataform.FetchGitAheadBehindResponseFetches Git ahead/behind against a remote branch.
See more: google.cloud.dataform_v1beta1.services.dataform.DataformAsyncClient.fetch_git_ahead_behind
google.cloud.dataform_v1beta1.services.dataform.DataformAsyncClient.fetch_remote_branches
fetch_remote_branches(
    request: typing.Optional[
        typing.Union[
            google.cloud.dataform_v1beta1.types.dataform.FetchRemoteBranchesRequest,
            dict,
        ]
    ] = None,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.dataform_v1beta1.types.dataform.FetchRemoteBranchesResponseFetches a Repository's remote branches.
See more: google.cloud.dataform_v1beta1.services.dataform.DataformAsyncClient.fetch_remote_branches
google.cloud.dataform_v1beta1.services.dataform.DataformAsyncClient.fetch_repository_history
fetch_repository_history(
    request: typing.Optional[
        typing.Union[
            google.cloud.dataform_v1beta1.types.dataform.FetchRepositoryHistoryRequest,
            dict,
        ]
    ] = None,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> (
    google.cloud.dataform_v1beta1.services.dataform.pagers.FetchRepositoryHistoryAsyncPager
)Fetches a Repository's history of commits.
See more: google.cloud.dataform_v1beta1.services.dataform.DataformAsyncClient.fetch_repository_history
google.cloud.dataform_v1beta1.services.dataform.DataformAsyncClient.from_service_account_file
from_service_account_file(filename: str, *args, **kwargs)Creates an instance of this client using the provided credentials file.
See more: google.cloud.dataform_v1beta1.services.dataform.DataformAsyncClient.from_service_account_file
google.cloud.dataform_v1beta1.services.dataform.DataformAsyncClient.from_service_account_info
from_service_account_info(info: dict, *args, **kwargs)Creates an instance of this client using the provided credentials info.
See more: google.cloud.dataform_v1beta1.services.dataform.DataformAsyncClient.from_service_account_info
google.cloud.dataform_v1beta1.services.dataform.DataformAsyncClient.from_service_account_json
from_service_account_json(filename: str, *args, **kwargs)Creates an instance of this client using the provided credentials file.
See more: google.cloud.dataform_v1beta1.services.dataform.DataformAsyncClient.from_service_account_json
google.cloud.dataform_v1beta1.services.dataform.DataformAsyncClient.get_compilation_result
get_compilation_result(
    request: typing.Optional[
        typing.Union[
            google.cloud.dataform_v1beta1.types.dataform.GetCompilationResultRequest,
            dict,
        ]
    ] = None,
    *,
    name: typing.Optional[str] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.dataform_v1beta1.types.dataform.CompilationResultFetches a single CompilationResult.
See more: google.cloud.dataform_v1beta1.services.dataform.DataformAsyncClient.get_compilation_result
google.cloud.dataform_v1beta1.services.dataform.DataformAsyncClient.get_config
get_config(
    request: typing.Optional[
        typing.Union[
            google.cloud.dataform_v1beta1.types.dataform.GetConfigRequest, dict
        ]
    ] = None,
    *,
    name: typing.Optional[str] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.dataform_v1beta1.types.dataform.ConfigGet default config for a given project and location.
See more: google.cloud.dataform_v1beta1.services.dataform.DataformAsyncClient.get_config
google.cloud.dataform_v1beta1.services.dataform.DataformAsyncClient.get_iam_policy
get_iam_policy(
    request: typing.Optional[google.iam.v1.iam_policy_pb2.GetIamPolicyRequest] = None,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.iam.v1.policy_pb2.PolicyGets the IAM access control policy for a function.
See more: google.cloud.dataform_v1beta1.services.dataform.DataformAsyncClient.get_iam_policy
google.cloud.dataform_v1beta1.services.dataform.DataformAsyncClient.get_location
get_location(
    request: typing.Optional[
        google.cloud.location.locations_pb2.GetLocationRequest
    ] = None,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.location.locations_pb2.LocationGets information about a location.
See more: google.cloud.dataform_v1beta1.services.dataform.DataformAsyncClient.get_location
google.cloud.dataform_v1beta1.services.dataform.DataformAsyncClient.get_mtls_endpoint_and_cert_source
get_mtls_endpoint_and_cert_source(
    client_options: typing.Optional[
        google.api_core.client_options.ClientOptions
    ] = None,
)Return the API endpoint and client cert source for mutual TLS.
google.cloud.dataform_v1beta1.services.dataform.DataformAsyncClient.get_release_config
get_release_config(
    request: typing.Optional[
        typing.Union[
            google.cloud.dataform_v1beta1.types.dataform.GetReleaseConfigRequest, dict
        ]
    ] = None,
    *,
    name: typing.Optional[str] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.dataform_v1beta1.types.dataform.ReleaseConfigFetches a single ReleaseConfig.
See more: google.cloud.dataform_v1beta1.services.dataform.DataformAsyncClient.get_release_config
google.cloud.dataform_v1beta1.services.dataform.DataformAsyncClient.get_repository
get_repository(
    request: typing.Optional[
        typing.Union[
            google.cloud.dataform_v1beta1.types.dataform.GetRepositoryRequest, dict
        ]
    ] = None,
    *,
    name: typing.Optional[str] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.dataform_v1beta1.types.dataform.RepositoryFetches a single Repository.
See more: google.cloud.dataform_v1beta1.services.dataform.DataformAsyncClient.get_repository
google.cloud.dataform_v1beta1.services.dataform.DataformAsyncClient.get_transport_class
get_transport_class(
    label: typing.Optional[str] = None,
) -> typing.Type[
    google.cloud.dataform_v1beta1.services.dataform.transports.base.DataformTransport
]Returns an appropriate transport class.
See more: google.cloud.dataform_v1beta1.services.dataform.DataformAsyncClient.get_transport_class
google.cloud.dataform_v1beta1.services.dataform.DataformAsyncClient.get_workflow_config
get_workflow_config(
    request: typing.Optional[
        typing.Union[
            google.cloud.dataform_v1beta1.types.dataform.GetWorkflowConfigRequest, dict
        ]
    ] = None,
    *,
    name: typing.Optional[str] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.dataform_v1beta1.types.dataform.WorkflowConfigFetches a single WorkflowConfig.
See more: google.cloud.dataform_v1beta1.services.dataform.DataformAsyncClient.get_workflow_config
google.cloud.dataform_v1beta1.services.dataform.DataformAsyncClient.get_workflow_invocation
get_workflow_invocation(
    request: typing.Optional[
        typing.Union[
            google.cloud.dataform_v1beta1.types.dataform.GetWorkflowInvocationRequest,
            dict,
        ]
    ] = None,
    *,
    name: typing.Optional[str] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.dataform_v1beta1.types.dataform.WorkflowInvocationFetches a single WorkflowInvocation.
See more: google.cloud.dataform_v1beta1.services.dataform.DataformAsyncClient.get_workflow_invocation
google.cloud.dataform_v1beta1.services.dataform.DataformAsyncClient.get_workspace
get_workspace(
    request: typing.Optional[
        typing.Union[
            google.cloud.dataform_v1beta1.types.dataform.GetWorkspaceRequest, dict
        ]
    ] = None,
    *,
    name: typing.Optional[str] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.dataform_v1beta1.types.dataform.WorkspaceFetches a single Workspace.
See more: google.cloud.dataform_v1beta1.services.dataform.DataformAsyncClient.get_workspace
google.cloud.dataform_v1beta1.services.dataform.DataformAsyncClient.install_npm_packages
install_npm_packages(
    request: typing.Optional[
        typing.Union[
            google.cloud.dataform_v1beta1.types.dataform.InstallNpmPackagesRequest, dict
        ]
    ] = None,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.dataform_v1beta1.types.dataform.InstallNpmPackagesResponseInstalls dependency NPM packages (inside a Workspace).
See more: google.cloud.dataform_v1beta1.services.dataform.DataformAsyncClient.install_npm_packages
google.cloud.dataform_v1beta1.services.dataform.DataformAsyncClient.list_compilation_results
list_compilation_results(
    request: typing.Optional[
        typing.Union[
            google.cloud.dataform_v1beta1.types.dataform.ListCompilationResultsRequest,
            dict,
        ]
    ] = None,
    *,
    parent: typing.Optional[str] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> (
    google.cloud.dataform_v1beta1.services.dataform.pagers.ListCompilationResultsAsyncPager
)Lists CompilationResults in a given Repository.
See more: google.cloud.dataform_v1beta1.services.dataform.DataformAsyncClient.list_compilation_results
google.cloud.dataform_v1beta1.services.dataform.DataformAsyncClient.list_locations
list_locations(
    request: typing.Optional[
        google.cloud.location.locations_pb2.ListLocationsRequest
    ] = None,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.location.locations_pb2.ListLocationsResponseLists information about the supported locations for this service.
See more: google.cloud.dataform_v1beta1.services.dataform.DataformAsyncClient.list_locations
google.cloud.dataform_v1beta1.services.dataform.DataformAsyncClient.list_release_configs
list_release_configs(
    request: typing.Optional[
        typing.Union[
            google.cloud.dataform_v1beta1.types.dataform.ListReleaseConfigsRequest, dict
        ]
    ] = None,
    *,
    parent: typing.Optional[str] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> (
    google.cloud.dataform_v1beta1.services.dataform.pagers.ListReleaseConfigsAsyncPager
)Lists ReleaseConfigs in a given Repository.
See more: google.cloud.dataform_v1beta1.services.dataform.DataformAsyncClient.list_release_configs
google.cloud.dataform_v1beta1.services.dataform.DataformAsyncClient.list_repositories
list_repositories(
    request: typing.Optional[
        typing.Union[
            google.cloud.dataform_v1beta1.types.dataform.ListRepositoriesRequest, dict
        ]
    ] = None,
    *,
    parent: typing.Optional[str] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.dataform_v1beta1.services.dataform.pagers.ListRepositoriesAsyncPagerLists Repositories in a given project and location.
See more: google.cloud.dataform_v1beta1.services.dataform.DataformAsyncClient.list_repositories
google.cloud.dataform_v1beta1.services.dataform.DataformAsyncClient.list_workflow_configs
list_workflow_configs(
    request: typing.Optional[
        typing.Union[
            google.cloud.dataform_v1beta1.types.dataform.ListWorkflowConfigsRequest,
            dict,
        ]
    ] = None,
    *,
    parent: typing.Optional[str] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> (
    google.cloud.dataform_v1beta1.services.dataform.pagers.ListWorkflowConfigsAsyncPager
)Lists WorkflowConfigs in a given Repository.
See more: google.cloud.dataform_v1beta1.services.dataform.DataformAsyncClient.list_workflow_configs
google.cloud.dataform_v1beta1.services.dataform.DataformAsyncClient.list_workflow_invocations
list_workflow_invocations(
    request: typing.Optional[
        typing.Union[
            google.cloud.dataform_v1beta1.types.dataform.ListWorkflowInvocationsRequest,
            dict,
        ]
    ] = None,
    *,
    parent: typing.Optional[str] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> (
    google.cloud.dataform_v1beta1.services.dataform.pagers.ListWorkflowInvocationsAsyncPager
)Lists WorkflowInvocations in a given Repository.
See more: google.cloud.dataform_v1beta1.services.dataform.DataformAsyncClient.list_workflow_invocations
google.cloud.dataform_v1beta1.services.dataform.DataformAsyncClient.list_workspaces
list_workspaces(
    request: typing.Optional[
        typing.Union[
            google.cloud.dataform_v1beta1.types.dataform.ListWorkspacesRequest, dict
        ]
    ] = None,
    *,
    parent: typing.Optional[str] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.dataform_v1beta1.services.dataform.pagers.ListWorkspacesAsyncPagerLists Workspaces in a given Repository.
See more: google.cloud.dataform_v1beta1.services.dataform.DataformAsyncClient.list_workspaces
google.cloud.dataform_v1beta1.services.dataform.DataformAsyncClient.make_directory
make_directory(
    request: typing.Optional[
        typing.Union[
            google.cloud.dataform_v1beta1.types.dataform.MakeDirectoryRequest, dict
        ]
    ] = None,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.dataform_v1beta1.types.dataform.MakeDirectoryResponseCreates a directory inside a Workspace.
See more: google.cloud.dataform_v1beta1.services.dataform.DataformAsyncClient.make_directory
google.cloud.dataform_v1beta1.services.dataform.DataformAsyncClient.move_directory
move_directory(
    request: typing.Optional[
        typing.Union[
            google.cloud.dataform_v1beta1.types.dataform.MoveDirectoryRequest, dict
        ]
    ] = None,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.dataform_v1beta1.types.dataform.MoveDirectoryResponseMoves a directory (inside a Workspace), and all of its contents, to a new location.
See more: google.cloud.dataform_v1beta1.services.dataform.DataformAsyncClient.move_directory
google.cloud.dataform_v1beta1.services.dataform.DataformAsyncClient.move_file
move_file(
    request: typing.Optional[
        typing.Union[google.cloud.dataform_v1beta1.types.dataform.MoveFileRequest, dict]
    ] = None,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.dataform_v1beta1.types.dataform.MoveFileResponseMoves a file (inside a Workspace) to a new location.
See more: google.cloud.dataform_v1beta1.services.dataform.DataformAsyncClient.move_file
google.cloud.dataform_v1beta1.services.dataform.DataformAsyncClient.parse_common_billing_account_path
parse_common_billing_account_path(path: str) -> typing.Dict[str, str]Parse a billing_account path into its component segments.
google.cloud.dataform_v1beta1.services.dataform.DataformAsyncClient.parse_common_folder_path
parse_common_folder_path(path: str) -> typing.Dict[str, str]Parse a folder path into its component segments.
See more: google.cloud.dataform_v1beta1.services.dataform.DataformAsyncClient.parse_common_folder_path
google.cloud.dataform_v1beta1.services.dataform.DataformAsyncClient.parse_common_location_path
parse_common_location_path(path: str) -> typing.Dict[str, str]Parse a location path into its component segments.
See more: google.cloud.dataform_v1beta1.services.dataform.DataformAsyncClient.parse_common_location_path
google.cloud.dataform_v1beta1.services.dataform.DataformAsyncClient.parse_common_organization_path
parse_common_organization_path(path: str) -> typing.Dict[str, str]Parse a organization path into its component segments.
See more: google.cloud.dataform_v1beta1.services.dataform.DataformAsyncClient.parse_common_organization_path
google.cloud.dataform_v1beta1.services.dataform.DataformAsyncClient.parse_common_project_path
parse_common_project_path(path: str) -> typing.Dict[str, str]Parse a project path into its component segments.
See more: google.cloud.dataform_v1beta1.services.dataform.DataformAsyncClient.parse_common_project_path
google.cloud.dataform_v1beta1.services.dataform.DataformAsyncClient.parse_compilation_result_path
parse_compilation_result_path(path: str) -> typing.Dict[str, str]Parses a compilation_result path into its component segments.
See more: google.cloud.dataform_v1beta1.services.dataform.DataformAsyncClient.parse_compilation_result_path
google.cloud.dataform_v1beta1.services.dataform.DataformAsyncClient.parse_config_path
parse_config_path(path: str) -> typing.Dict[str, str]Parses a config path into its component segments.
See more: google.cloud.dataform_v1beta1.services.dataform.DataformAsyncClient.parse_config_path
google.cloud.dataform_v1beta1.services.dataform.DataformAsyncClient.parse_crypto_key_path
parse_crypto_key_path(path: str) -> typing.Dict[str, str]Parses a crypto_key path into its component segments.
See more: google.cloud.dataform_v1beta1.services.dataform.DataformAsyncClient.parse_crypto_key_path
google.cloud.dataform_v1beta1.services.dataform.DataformAsyncClient.parse_crypto_key_version_path
parse_crypto_key_version_path(path: str) -> typing.Dict[str, str]Parses a crypto_key_version path into its component segments.
See more: google.cloud.dataform_v1beta1.services.dataform.DataformAsyncClient.parse_crypto_key_version_path
google.cloud.dataform_v1beta1.services.dataform.DataformAsyncClient.parse_release_config_path
parse_release_config_path(path: str) -> typing.Dict[str, str]Parses a release_config path into its component segments.
See more: google.cloud.dataform_v1beta1.services.dataform.DataformAsyncClient.parse_release_config_path
google.cloud.dataform_v1beta1.services.dataform.DataformAsyncClient.parse_repository_path
parse_repository_path(path: str) -> typing.Dict[str, str]Parses a repository path into its component segments.
See more: google.cloud.dataform_v1beta1.services.dataform.DataformAsyncClient.parse_repository_path
google.cloud.dataform_v1beta1.services.dataform.DataformAsyncClient.parse_secret_version_path
parse_secret_version_path(path: str) -> typing.Dict[str, str]Parses a secret_version path into its component segments.
See more: google.cloud.dataform_v1beta1.services.dataform.DataformAsyncClient.parse_secret_version_path
google.cloud.dataform_v1beta1.services.dataform.DataformAsyncClient.parse_workflow_config_path
parse_workflow_config_path(path: str) -> typing.Dict[str, str]Parses a workflow_config path into its component segments.
See more: google.cloud.dataform_v1beta1.services.dataform.DataformAsyncClient.parse_workflow_config_path
google.cloud.dataform_v1beta1.services.dataform.DataformAsyncClient.parse_workflow_invocation_path
parse_workflow_invocation_path(path: str) -> typing.Dict[str, str]Parses a workflow_invocation path into its component segments.
See more: google.cloud.dataform_v1beta1.services.dataform.DataformAsyncClient.parse_workflow_invocation_path
google.cloud.dataform_v1beta1.services.dataform.DataformAsyncClient.parse_workspace_path
parse_workspace_path(path: str) -> typing.Dict[str, str]Parses a workspace path into its component segments.
See more: google.cloud.dataform_v1beta1.services.dataform.DataformAsyncClient.parse_workspace_path
google.cloud.dataform_v1beta1.services.dataform.DataformAsyncClient.pull_git_commits
pull_git_commits(
    request: typing.Optional[
        typing.Union[
            google.cloud.dataform_v1beta1.types.dataform.PullGitCommitsRequest, dict
        ]
    ] = None,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.dataform_v1beta1.types.dataform.PullGitCommitsResponsePulls Git commits from the Repository's remote into a Workspace.
See more: google.cloud.dataform_v1beta1.services.dataform.DataformAsyncClient.pull_git_commits
google.cloud.dataform_v1beta1.services.dataform.DataformAsyncClient.push_git_commits
push_git_commits(
    request: typing.Optional[
        typing.Union[
            google.cloud.dataform_v1beta1.types.dataform.PushGitCommitsRequest, dict
        ]
    ] = None,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.dataform_v1beta1.types.dataform.PushGitCommitsResponsePushes Git commits from a Workspace to the Repository's remote.
See more: google.cloud.dataform_v1beta1.services.dataform.DataformAsyncClient.push_git_commits
google.cloud.dataform_v1beta1.services.dataform.DataformAsyncClient.query_compilation_result_actions
query_compilation_result_actions(
    request: typing.Optional[
        typing.Union[
            google.cloud.dataform_v1beta1.types.dataform.QueryCompilationResultActionsRequest,
            dict,
        ]
    ] = None,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> (
    google.cloud.dataform_v1beta1.services.dataform.pagers.QueryCompilationResultActionsAsyncPager
)Returns CompilationResultActions in a given CompilationResult.
See more: google.cloud.dataform_v1beta1.services.dataform.DataformAsyncClient.query_compilation_result_actions
google.cloud.dataform_v1beta1.services.dataform.DataformAsyncClient.query_directory_contents
query_directory_contents(
    request: typing.Optional[
        typing.Union[
            google.cloud.dataform_v1beta1.types.dataform.QueryDirectoryContentsRequest,
            dict,
        ]
    ] = None,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> (
    google.cloud.dataform_v1beta1.services.dataform.pagers.QueryDirectoryContentsAsyncPager
)Returns the contents of a given Workspace directory.
See more: google.cloud.dataform_v1beta1.services.dataform.DataformAsyncClient.query_directory_contents
google.cloud.dataform_v1beta1.services.dataform.DataformAsyncClient.query_repository_directory_contents
query_repository_directory_contents(
    request: typing.Optional[
        typing.Union[
            google.cloud.dataform_v1beta1.types.dataform.QueryRepositoryDirectoryContentsRequest,
            dict,
        ]
    ] = None,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> (
    google.cloud.dataform_v1beta1.services.dataform.pagers.QueryRepositoryDirectoryContentsAsyncPager
)Returns the contents of a given Repository directory.
google.cloud.dataform_v1beta1.services.dataform.DataformAsyncClient.query_workflow_invocation_actions
query_workflow_invocation_actions(
    request: typing.Optional[
        typing.Union[
            google.cloud.dataform_v1beta1.types.dataform.QueryWorkflowInvocationActionsRequest,
            dict,
        ]
    ] = None,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> (
    google.cloud.dataform_v1beta1.services.dataform.pagers.QueryWorkflowInvocationActionsAsyncPager
)Returns WorkflowInvocationActions in a given WorkflowInvocation.
google.cloud.dataform_v1beta1.services.dataform.DataformAsyncClient.read_file
read_file(
    request: typing.Optional[
        typing.Union[google.cloud.dataform_v1beta1.types.dataform.ReadFileRequest, dict]
    ] = None,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.dataform_v1beta1.types.dataform.ReadFileResponseReturns the contents of a file (inside a Workspace).
See more: google.cloud.dataform_v1beta1.services.dataform.DataformAsyncClient.read_file
google.cloud.dataform_v1beta1.services.dataform.DataformAsyncClient.read_repository_file
read_repository_file(
    request: typing.Optional[
        typing.Union[
            google.cloud.dataform_v1beta1.types.dataform.ReadRepositoryFileRequest, dict
        ]
    ] = None,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.dataform_v1beta1.types.dataform.ReadRepositoryFileResponseReturns the contents of a file (inside a Repository).
See more: google.cloud.dataform_v1beta1.services.dataform.DataformAsyncClient.read_repository_file
google.cloud.dataform_v1beta1.services.dataform.DataformAsyncClient.release_config_path
release_config_path(
    project: str, location: str, repository: str, release_config: str
) -> strReturns a fully-qualified release_config string.
See more: google.cloud.dataform_v1beta1.services.dataform.DataformAsyncClient.release_config_path
google.cloud.dataform_v1beta1.services.dataform.DataformAsyncClient.remove_directory
remove_directory(
    request: typing.Optional[
        typing.Union[
            google.cloud.dataform_v1beta1.types.dataform.RemoveDirectoryRequest, dict
        ]
    ] = None,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.dataform_v1beta1.types.dataform.RemoveDirectoryResponseDeletes a directory (inside a Workspace) and all of its contents.
See more: google.cloud.dataform_v1beta1.services.dataform.DataformAsyncClient.remove_directory
google.cloud.dataform_v1beta1.services.dataform.DataformAsyncClient.remove_file
remove_file(
    request: typing.Optional[
        typing.Union[
            google.cloud.dataform_v1beta1.types.dataform.RemoveFileRequest, dict
        ]
    ] = None,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.dataform_v1beta1.types.dataform.RemoveFileResponseDeletes a file (inside a Workspace).
See more: google.cloud.dataform_v1beta1.services.dataform.DataformAsyncClient.remove_file
google.cloud.dataform_v1beta1.services.dataform.DataformAsyncClient.repository_path
repository_path(project: str, location: str, repository: str) -> strReturns a fully-qualified repository string.
See more: google.cloud.dataform_v1beta1.services.dataform.DataformAsyncClient.repository_path
google.cloud.dataform_v1beta1.services.dataform.DataformAsyncClient.reset_workspace_changes
reset_workspace_changes(
    request: typing.Optional[
        typing.Union[
            google.cloud.dataform_v1beta1.types.dataform.ResetWorkspaceChangesRequest,
            dict,
        ]
    ] = None,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.dataform_v1beta1.types.dataform.ResetWorkspaceChangesResponsePerforms a Git reset for uncommitted files in a Workspace.
See more: google.cloud.dataform_v1beta1.services.dataform.DataformAsyncClient.reset_workspace_changes
google.cloud.dataform_v1beta1.services.dataform.DataformAsyncClient.search_files
search_files(
    request: typing.Optional[
        typing.Union[
            google.cloud.dataform_v1beta1.types.dataform.SearchFilesRequest, dict
        ]
    ] = None,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.dataform_v1beta1.services.dataform.pagers.SearchFilesAsyncPagerFinds the contents of a given Workspace directory by filter.
See more: google.cloud.dataform_v1beta1.services.dataform.DataformAsyncClient.search_files
google.cloud.dataform_v1beta1.services.dataform.DataformAsyncClient.secret_version_path
secret_version_path(project: str, secret: str, version: str) -> strReturns a fully-qualified secret_version string.
See more: google.cloud.dataform_v1beta1.services.dataform.DataformAsyncClient.secret_version_path
google.cloud.dataform_v1beta1.services.dataform.DataformAsyncClient.set_iam_policy
set_iam_policy(
    request: typing.Optional[google.iam.v1.iam_policy_pb2.SetIamPolicyRequest] = None,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.iam.v1.policy_pb2.PolicySets the IAM access control policy on the specified function.
See more: google.cloud.dataform_v1beta1.services.dataform.DataformAsyncClient.set_iam_policy
google.cloud.dataform_v1beta1.services.dataform.DataformAsyncClient.test_iam_permissions
test_iam_permissions(
    request: typing.Optional[
        google.iam.v1.iam_policy_pb2.TestIamPermissionsRequest
    ] = None,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.iam.v1.iam_policy_pb2.TestIamPermissionsResponseTests the specified IAM permissions against the IAM access control policy for a function.
See more: google.cloud.dataform_v1beta1.services.dataform.DataformAsyncClient.test_iam_permissions
google.cloud.dataform_v1beta1.services.dataform.DataformAsyncClient.update_config
update_config(
    request: typing.Optional[
        typing.Union[
            google.cloud.dataform_v1beta1.types.dataform.UpdateConfigRequest, dict
        ]
    ] = None,
    *,
    config: typing.Optional[google.cloud.dataform_v1beta1.types.dataform.Config] = None,
    update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.dataform_v1beta1.types.dataform.ConfigUpdate default config for a given project and location.
See more: google.cloud.dataform_v1beta1.services.dataform.DataformAsyncClient.update_config
google.cloud.dataform_v1beta1.services.dataform.DataformAsyncClient.update_release_config
update_release_config(
    request: typing.Optional[
        typing.Union[
            google.cloud.dataform_v1beta1.types.dataform.UpdateReleaseConfigRequest,
            dict,
        ]
    ] = None,
    *,
    release_config: typing.Optional[
        google.cloud.dataform_v1beta1.types.dataform.ReleaseConfig
    ] = None,
    update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.dataform_v1beta1.types.dataform.ReleaseConfigUpdates a single ReleaseConfig.
See more: google.cloud.dataform_v1beta1.services.dataform.DataformAsyncClient.update_release_config
google.cloud.dataform_v1beta1.services.dataform.DataformAsyncClient.update_repository
update_repository(
    request: typing.Optional[
        typing.Union[
            google.cloud.dataform_v1beta1.types.dataform.UpdateRepositoryRequest, dict
        ]
    ] = None,
    *,
    repository: typing.Optional[
        google.cloud.dataform_v1beta1.types.dataform.Repository
    ] = None,
    update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.dataform_v1beta1.types.dataform.RepositoryUpdates a single Repository.
See more: google.cloud.dataform_v1beta1.services.dataform.DataformAsyncClient.update_repository
google.cloud.dataform_v1beta1.services.dataform.DataformAsyncClient.update_workflow_config
update_workflow_config(
    request: typing.Optional[
        typing.Union[
            google.cloud.dataform_v1beta1.types.dataform.UpdateWorkflowConfigRequest,
            dict,
        ]
    ] = None,
    *,
    workflow_config: typing.Optional[
        google.cloud.dataform_v1beta1.types.dataform.WorkflowConfig
    ] = None,
    update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.dataform_v1beta1.types.dataform.WorkflowConfigUpdates a single WorkflowConfig.
See more: google.cloud.dataform_v1beta1.services.dataform.DataformAsyncClient.update_workflow_config
google.cloud.dataform_v1beta1.services.dataform.DataformAsyncClient.workflow_config_path
workflow_config_path(
    project: str, location: str, repository: str, workflow_config: str
) -> strReturns a fully-qualified workflow_config string.
See more: google.cloud.dataform_v1beta1.services.dataform.DataformAsyncClient.workflow_config_path
google.cloud.dataform_v1beta1.services.dataform.DataformAsyncClient.workflow_invocation_path
workflow_invocation_path(
    project: str, location: str, repository: str, workflow_invocation: str
) -> strReturns a fully-qualified workflow_invocation string.
See more: google.cloud.dataform_v1beta1.services.dataform.DataformAsyncClient.workflow_invocation_path
google.cloud.dataform_v1beta1.services.dataform.DataformAsyncClient.workspace_path
workspace_path(project: str, location: str, repository: str, workspace: str) -> strReturns a fully-qualified workspace string.
See more: google.cloud.dataform_v1beta1.services.dataform.DataformAsyncClient.workspace_path
google.cloud.dataform_v1beta1.services.dataform.DataformAsyncClient.write_file
write_file(
    request: typing.Optional[
        typing.Union[
            google.cloud.dataform_v1beta1.types.dataform.WriteFileRequest, dict
        ]
    ] = None,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.dataform_v1beta1.types.dataform.WriteFileResponseWrites to a file (inside a Workspace).
See more: google.cloud.dataform_v1beta1.services.dataform.DataformAsyncClient.write_file
google.cloud.dataform_v1beta1.services.dataform.DataformClient
DataformClient(*, credentials: typing.Optional[google.auth.credentials.Credentials] = None, transport: typing.Optional[typing.Union[str, google.cloud.dataform_v1beta1.services.dataform.transports.base.DataformTransport, typing.Callable[[...], google.cloud.dataform_v1beta1.services.dataform.transports.base.DataformTransport]]] = None, client_options: typing.Optional[typing.Union[google.api_core.client_options.ClientOptions, dict]] = None, client_info: google.api_core.gapic_v1.client_info.ClientInfo = Instantiates the dataform client.
See more: google.cloud.dataform_v1beta1.services.dataform.DataformClient
google.cloud.dataform_v1beta1.services.dataform.DataformClient.__exit__
__exit__(type, value, traceback)Releases underlying transport's resources.
See more: google.cloud.dataform_v1beta1.services.dataform.DataformClient.exit
google.cloud.dataform_v1beta1.services.dataform.DataformClient.cancel_workflow_invocation
cancel_workflow_invocation(
    request: typing.Optional[
        typing.Union[
            google.cloud.dataform_v1beta1.types.dataform.CancelWorkflowInvocationRequest,
            dict,
        ]
    ] = None,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.dataform_v1beta1.types.dataform.CancelWorkflowInvocationResponseRequests cancellation of a running WorkflowInvocation.
See more: google.cloud.dataform_v1beta1.services.dataform.DataformClient.cancel_workflow_invocation
google.cloud.dataform_v1beta1.services.dataform.DataformClient.commit_repository_changes
commit_repository_changes(
    request: typing.Optional[
        typing.Union[
            google.cloud.dataform_v1beta1.types.dataform.CommitRepositoryChangesRequest,
            dict,
        ]
    ] = None,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.dataform_v1beta1.types.dataform.CommitRepositoryChangesResponseApplies a Git commit to a Repository.
See more: google.cloud.dataform_v1beta1.services.dataform.DataformClient.commit_repository_changes
google.cloud.dataform_v1beta1.services.dataform.DataformClient.commit_workspace_changes
commit_workspace_changes(
    request: typing.Optional[
        typing.Union[
            google.cloud.dataform_v1beta1.types.dataform.CommitWorkspaceChangesRequest,
            dict,
        ]
    ] = None,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.dataform_v1beta1.types.dataform.CommitWorkspaceChangesResponseApplies a Git commit for uncommitted files in a Workspace.
See more: google.cloud.dataform_v1beta1.services.dataform.DataformClient.commit_workspace_changes
google.cloud.dataform_v1beta1.services.dataform.DataformClient.common_billing_account_path
common_billing_account_path(billing_account: str) -> strReturns a fully-qualified billing_account string.
See more: google.cloud.dataform_v1beta1.services.dataform.DataformClient.common_billing_account_path
google.cloud.dataform_v1beta1.services.dataform.DataformClient.common_folder_path
common_folder_path(folder: str) -> strReturns a fully-qualified folder string.
See more: google.cloud.dataform_v1beta1.services.dataform.DataformClient.common_folder_path
google.cloud.dataform_v1beta1.services.dataform.DataformClient.common_location_path
common_location_path(project: str, location: str) -> strReturns a fully-qualified location string.
See more: google.cloud.dataform_v1beta1.services.dataform.DataformClient.common_location_path
google.cloud.dataform_v1beta1.services.dataform.DataformClient.common_organization_path
common_organization_path(organization: str) -> strReturns a fully-qualified organization string.
See more: google.cloud.dataform_v1beta1.services.dataform.DataformClient.common_organization_path
google.cloud.dataform_v1beta1.services.dataform.DataformClient.common_project_path
common_project_path(project: str) -> strReturns a fully-qualified project string.
See more: google.cloud.dataform_v1beta1.services.dataform.DataformClient.common_project_path
google.cloud.dataform_v1beta1.services.dataform.DataformClient.compilation_result_path
compilation_result_path(
    project: str, location: str, repository: str, compilation_result: str
) -> strReturns a fully-qualified compilation_result string.
See more: google.cloud.dataform_v1beta1.services.dataform.DataformClient.compilation_result_path
google.cloud.dataform_v1beta1.services.dataform.DataformClient.compute_repository_access_token_status
compute_repository_access_token_status(
    request: typing.Optional[
        typing.Union[
            google.cloud.dataform_v1beta1.types.dataform.ComputeRepositoryAccessTokenStatusRequest,
            dict,
        ]
    ] = None,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> (
    google.cloud.dataform_v1beta1.types.dataform.ComputeRepositoryAccessTokenStatusResponse
)Computes a Repository's Git access token status.
google.cloud.dataform_v1beta1.services.dataform.DataformClient.config_path
config_path(project: str, location: str) -> strReturns a fully-qualified config string.
See more: google.cloud.dataform_v1beta1.services.dataform.DataformClient.config_path
google.cloud.dataform_v1beta1.services.dataform.DataformClient.create_compilation_result
create_compilation_result(
    request: typing.Optional[
        typing.Union[
            google.cloud.dataform_v1beta1.types.dataform.CreateCompilationResultRequest,
            dict,
        ]
    ] = None,
    *,
    parent: typing.Optional[str] = None,
    compilation_result: typing.Optional[
        google.cloud.dataform_v1beta1.types.dataform.CompilationResult
    ] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.dataform_v1beta1.types.dataform.CompilationResultCreates a new CompilationResult in a given project and location.
See more: google.cloud.dataform_v1beta1.services.dataform.DataformClient.create_compilation_result
google.cloud.dataform_v1beta1.services.dataform.DataformClient.create_release_config
create_release_config(
    request: typing.Optional[
        typing.Union[
            google.cloud.dataform_v1beta1.types.dataform.CreateReleaseConfigRequest,
            dict,
        ]
    ] = None,
    *,
    parent: typing.Optional[str] = None,
    release_config: typing.Optional[
        google.cloud.dataform_v1beta1.types.dataform.ReleaseConfig
    ] = None,
    release_config_id: typing.Optional[str] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.dataform_v1beta1.types.dataform.ReleaseConfigCreates a new ReleaseConfig in a given Repository.
See more: google.cloud.dataform_v1beta1.services.dataform.DataformClient.create_release_config
google.cloud.dataform_v1beta1.services.dataform.DataformClient.create_repository
create_repository(
    request: typing.Optional[
        typing.Union[
            google.cloud.dataform_v1beta1.types.dataform.CreateRepositoryRequest, dict
        ]
    ] = None,
    *,
    parent: typing.Optional[str] = None,
    repository: typing.Optional[
        google.cloud.dataform_v1beta1.types.dataform.Repository
    ] = None,
    repository_id: typing.Optional[str] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.dataform_v1beta1.types.dataform.RepositoryCreates a new Repository in a given project and location.
See more: google.cloud.dataform_v1beta1.services.dataform.DataformClient.create_repository
google.cloud.dataform_v1beta1.services.dataform.DataformClient.create_workflow_config
create_workflow_config(
    request: typing.Optional[
        typing.Union[
            google.cloud.dataform_v1beta1.types.dataform.CreateWorkflowConfigRequest,
            dict,
        ]
    ] = None,
    *,
    parent: typing.Optional[str] = None,
    workflow_config: typing.Optional[
        google.cloud.dataform_v1beta1.types.dataform.WorkflowConfig
    ] = None,
    workflow_config_id: typing.Optional[str] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.dataform_v1beta1.types.dataform.WorkflowConfigCreates a new WorkflowConfig in a given Repository.
See more: google.cloud.dataform_v1beta1.services.dataform.DataformClient.create_workflow_config
google.cloud.dataform_v1beta1.services.dataform.DataformClient.create_workflow_invocation
create_workflow_invocation(
    request: typing.Optional[
        typing.Union[
            google.cloud.dataform_v1beta1.types.dataform.CreateWorkflowInvocationRequest,
            dict,
        ]
    ] = None,
    *,
    parent: typing.Optional[str] = None,
    workflow_invocation: typing.Optional[
        google.cloud.dataform_v1beta1.types.dataform.WorkflowInvocation
    ] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.dataform_v1beta1.types.dataform.WorkflowInvocationCreates a new WorkflowInvocation in a given Repository.
See more: google.cloud.dataform_v1beta1.services.dataform.DataformClient.create_workflow_invocation
google.cloud.dataform_v1beta1.services.dataform.DataformClient.create_workspace
create_workspace(
    request: typing.Optional[
        typing.Union[
            google.cloud.dataform_v1beta1.types.dataform.CreateWorkspaceRequest, dict
        ]
    ] = None,
    *,
    parent: typing.Optional[str] = None,
    workspace: typing.Optional[
        google.cloud.dataform_v1beta1.types.dataform.Workspace
    ] = None,
    workspace_id: typing.Optional[str] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.dataform_v1beta1.types.dataform.WorkspaceCreates a new Workspace in a given Repository.
See more: google.cloud.dataform_v1beta1.services.dataform.DataformClient.create_workspace
google.cloud.dataform_v1beta1.services.dataform.DataformClient.crypto_key_path
crypto_key_path(project: str, location: str, key_ring: str, crypto_key: str) -> strReturns a fully-qualified crypto_key string.
See more: google.cloud.dataform_v1beta1.services.dataform.DataformClient.crypto_key_path
google.cloud.dataform_v1beta1.services.dataform.DataformClient.crypto_key_version_path
crypto_key_version_path(
    project: str, location: str, key_ring: str, crypto_key: str, crypto_key_version: str
) -> strReturns a fully-qualified crypto_key_version string.
See more: google.cloud.dataform_v1beta1.services.dataform.DataformClient.crypto_key_version_path
google.cloud.dataform_v1beta1.services.dataform.DataformClient.delete_release_config
delete_release_config(
    request: typing.Optional[
        typing.Union[
            google.cloud.dataform_v1beta1.types.dataform.DeleteReleaseConfigRequest,
            dict,
        ]
    ] = None,
    *,
    name: typing.Optional[str] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> NoneDeletes a single ReleaseConfig.
See more: google.cloud.dataform_v1beta1.services.dataform.DataformClient.delete_release_config
google.cloud.dataform_v1beta1.services.dataform.DataformClient.delete_repository
delete_repository(
    request: typing.Optional[
        typing.Union[
            google.cloud.dataform_v1beta1.types.dataform.DeleteRepositoryRequest, dict
        ]
    ] = None,
    *,
    name: typing.Optional[str] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> NoneDeletes a single Repository.
See more: google.cloud.dataform_v1beta1.services.dataform.DataformClient.delete_repository
google.cloud.dataform_v1beta1.services.dataform.DataformClient.delete_workflow_config
delete_workflow_config(
    request: typing.Optional[
        typing.Union[
            google.cloud.dataform_v1beta1.types.dataform.DeleteWorkflowConfigRequest,
            dict,
        ]
    ] = None,
    *,
    name: typing.Optional[str] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> NoneDeletes a single WorkflowConfig.
See more: google.cloud.dataform_v1beta1.services.dataform.DataformClient.delete_workflow_config
google.cloud.dataform_v1beta1.services.dataform.DataformClient.delete_workflow_invocation
delete_workflow_invocation(
    request: typing.Optional[
        typing.Union[
            google.cloud.dataform_v1beta1.types.dataform.DeleteWorkflowInvocationRequest,
            dict,
        ]
    ] = None,
    *,
    name: typing.Optional[str] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> NoneDeletes a single WorkflowInvocation.
See more: google.cloud.dataform_v1beta1.services.dataform.DataformClient.delete_workflow_invocation
google.cloud.dataform_v1beta1.services.dataform.DataformClient.delete_workspace
delete_workspace(
    request: typing.Optional[
        typing.Union[
            google.cloud.dataform_v1beta1.types.dataform.DeleteWorkspaceRequest, dict
        ]
    ] = None,
    *,
    name: typing.Optional[str] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> NoneDeletes a single Workspace.
See more: google.cloud.dataform_v1beta1.services.dataform.DataformClient.delete_workspace
google.cloud.dataform_v1beta1.services.dataform.DataformClient.fetch_file_diff
fetch_file_diff(
    request: typing.Optional[
        typing.Union[
            google.cloud.dataform_v1beta1.types.dataform.FetchFileDiffRequest, dict
        ]
    ] = None,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.dataform_v1beta1.types.dataform.FetchFileDiffResponseFetches Git diff for an uncommitted file in a Workspace.
See more: google.cloud.dataform_v1beta1.services.dataform.DataformClient.fetch_file_diff
google.cloud.dataform_v1beta1.services.dataform.DataformClient.fetch_file_git_statuses
fetch_file_git_statuses(
    request: typing.Optional[
        typing.Union[
            google.cloud.dataform_v1beta1.types.dataform.FetchFileGitStatusesRequest,
            dict,
        ]
    ] = None,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.dataform_v1beta1.types.dataform.FetchFileGitStatusesResponseFetches Git statuses for the files in a Workspace.
See more: google.cloud.dataform_v1beta1.services.dataform.DataformClient.fetch_file_git_statuses
google.cloud.dataform_v1beta1.services.dataform.DataformClient.fetch_git_ahead_behind
fetch_git_ahead_behind(
    request: typing.Optional[
        typing.Union[
            google.cloud.dataform_v1beta1.types.dataform.FetchGitAheadBehindRequest,
            dict,
        ]
    ] = None,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.dataform_v1beta1.types.dataform.FetchGitAheadBehindResponseFetches Git ahead/behind against a remote branch.
See more: google.cloud.dataform_v1beta1.services.dataform.DataformClient.fetch_git_ahead_behind
google.cloud.dataform_v1beta1.services.dataform.DataformClient.fetch_remote_branches
fetch_remote_branches(
    request: typing.Optional[
        typing.Union[
            google.cloud.dataform_v1beta1.types.dataform.FetchRemoteBranchesRequest,
            dict,
        ]
    ] = None,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.dataform_v1beta1.types.dataform.FetchRemoteBranchesResponseFetches a Repository's remote branches.
See more: google.cloud.dataform_v1beta1.services.dataform.DataformClient.fetch_remote_branches
google.cloud.dataform_v1beta1.services.dataform.DataformClient.fetch_repository_history
fetch_repository_history(
    request: typing.Optional[
        typing.Union[
            google.cloud.dataform_v1beta1.types.dataform.FetchRepositoryHistoryRequest,
            dict,
        ]
    ] = None,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.dataform_v1beta1.services.dataform.pagers.FetchRepositoryHistoryPagerFetches a Repository's history of commits.
See more: google.cloud.dataform_v1beta1.services.dataform.DataformClient.fetch_repository_history
google.cloud.dataform_v1beta1.services.dataform.DataformClient.from_service_account_file
from_service_account_file(filename: str, *args, **kwargs)Creates an instance of this client using the provided credentials file.
See more: google.cloud.dataform_v1beta1.services.dataform.DataformClient.from_service_account_file
google.cloud.dataform_v1beta1.services.dataform.DataformClient.from_service_account_info
from_service_account_info(info: dict, *args, **kwargs)Creates an instance of this client using the provided credentials info.
See more: google.cloud.dataform_v1beta1.services.dataform.DataformClient.from_service_account_info
google.cloud.dataform_v1beta1.services.dataform.DataformClient.from_service_account_json
from_service_account_json(filename: str, *args, **kwargs)Creates an instance of this client using the provided credentials file.
See more: google.cloud.dataform_v1beta1.services.dataform.DataformClient.from_service_account_json
google.cloud.dataform_v1beta1.services.dataform.DataformClient.get_compilation_result
get_compilation_result(
    request: typing.Optional[
        typing.Union[
            google.cloud.dataform_v1beta1.types.dataform.GetCompilationResultRequest,
            dict,
        ]
    ] = None,
    *,
    name: typing.Optional[str] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.dataform_v1beta1.types.dataform.CompilationResultFetches a single CompilationResult.
See more: google.cloud.dataform_v1beta1.services.dataform.DataformClient.get_compilation_result
google.cloud.dataform_v1beta1.services.dataform.DataformClient.get_config
get_config(
    request: typing.Optional[
        typing.Union[
            google.cloud.dataform_v1beta1.types.dataform.GetConfigRequest, dict
        ]
    ] = None,
    *,
    name: typing.Optional[str] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.dataform_v1beta1.types.dataform.ConfigGet default config for a given project and location.
See more: google.cloud.dataform_v1beta1.services.dataform.DataformClient.get_config
google.cloud.dataform_v1beta1.services.dataform.DataformClient.get_iam_policy
get_iam_policy(
    request: typing.Optional[google.iam.v1.iam_policy_pb2.GetIamPolicyRequest] = None,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.iam.v1.policy_pb2.PolicyGets the IAM access control policy for a function.
See more: google.cloud.dataform_v1beta1.services.dataform.DataformClient.get_iam_policy
google.cloud.dataform_v1beta1.services.dataform.DataformClient.get_location
get_location(
    request: typing.Optional[
        google.cloud.location.locations_pb2.GetLocationRequest
    ] = None,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.location.locations_pb2.LocationGets information about a location.
See more: google.cloud.dataform_v1beta1.services.dataform.DataformClient.get_location
google.cloud.dataform_v1beta1.services.dataform.DataformClient.get_mtls_endpoint_and_cert_source
get_mtls_endpoint_and_cert_source(
    client_options: typing.Optional[
        google.api_core.client_options.ClientOptions
    ] = None,
)Deprecated.
See more: google.cloud.dataform_v1beta1.services.dataform.DataformClient.get_mtls_endpoint_and_cert_source
google.cloud.dataform_v1beta1.services.dataform.DataformClient.get_release_config
get_release_config(
    request: typing.Optional[
        typing.Union[
            google.cloud.dataform_v1beta1.types.dataform.GetReleaseConfigRequest, dict
        ]
    ] = None,
    *,
    name: typing.Optional[str] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.dataform_v1beta1.types.dataform.ReleaseConfigFetches a single ReleaseConfig.
See more: google.cloud.dataform_v1beta1.services.dataform.DataformClient.get_release_config
google.cloud.dataform_v1beta1.services.dataform.DataformClient.get_repository
get_repository(
    request: typing.Optional[
        typing.Union[
            google.cloud.dataform_v1beta1.types.dataform.GetRepositoryRequest, dict
        ]
    ] = None,
    *,
    name: typing.Optional[str] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.dataform_v1beta1.types.dataform.RepositoryFetches a single Repository.
See more: google.cloud.dataform_v1beta1.services.dataform.DataformClient.get_repository
google.cloud.dataform_v1beta1.services.dataform.DataformClient.get_workflow_config
get_workflow_config(
    request: typing.Optional[
        typing.Union[
            google.cloud.dataform_v1beta1.types.dataform.GetWorkflowConfigRequest, dict
        ]
    ] = None,
    *,
    name: typing.Optional[str] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.dataform_v1beta1.types.dataform.WorkflowConfigFetches a single WorkflowConfig.
See more: google.cloud.dataform_v1beta1.services.dataform.DataformClient.get_workflow_config
google.cloud.dataform_v1beta1.services.dataform.DataformClient.get_workflow_invocation
get_workflow_invocation(
    request: typing.Optional[
        typing.Union[
            google.cloud.dataform_v1beta1.types.dataform.GetWorkflowInvocationRequest,
            dict,
        ]
    ] = None,
    *,
    name: typing.Optional[str] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.dataform_v1beta1.types.dataform.WorkflowInvocationFetches a single WorkflowInvocation.
See more: google.cloud.dataform_v1beta1.services.dataform.DataformClient.get_workflow_invocation
google.cloud.dataform_v1beta1.services.dataform.DataformClient.get_workspace
get_workspace(
    request: typing.Optional[
        typing.Union[
            google.cloud.dataform_v1beta1.types.dataform.GetWorkspaceRequest, dict
        ]
    ] = None,
    *,
    name: typing.Optional[str] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.dataform_v1beta1.types.dataform.WorkspaceFetches a single Workspace.
See more: google.cloud.dataform_v1beta1.services.dataform.DataformClient.get_workspace
google.cloud.dataform_v1beta1.services.dataform.DataformClient.install_npm_packages
install_npm_packages(
    request: typing.Optional[
        typing.Union[
            google.cloud.dataform_v1beta1.types.dataform.InstallNpmPackagesRequest, dict
        ]
    ] = None,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.dataform_v1beta1.types.dataform.InstallNpmPackagesResponseInstalls dependency NPM packages (inside a Workspace).
See more: google.cloud.dataform_v1beta1.services.dataform.DataformClient.install_npm_packages
google.cloud.dataform_v1beta1.services.dataform.DataformClient.list_compilation_results
list_compilation_results(
    request: typing.Optional[
        typing.Union[
            google.cloud.dataform_v1beta1.types.dataform.ListCompilationResultsRequest,
            dict,
        ]
    ] = None,
    *,
    parent: typing.Optional[str] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.dataform_v1beta1.services.dataform.pagers.ListCompilationResultsPagerLists CompilationResults in a given Repository.
See more: google.cloud.dataform_v1beta1.services.dataform.DataformClient.list_compilation_results
google.cloud.dataform_v1beta1.services.dataform.DataformClient.list_locations
list_locations(
    request: typing.Optional[
        google.cloud.location.locations_pb2.ListLocationsRequest
    ] = None,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.location.locations_pb2.ListLocationsResponseLists information about the supported locations for this service.
See more: google.cloud.dataform_v1beta1.services.dataform.DataformClient.list_locations
google.cloud.dataform_v1beta1.services.dataform.DataformClient.list_release_configs
list_release_configs(
    request: typing.Optional[
        typing.Union[
            google.cloud.dataform_v1beta1.types.dataform.ListReleaseConfigsRequest, dict
        ]
    ] = None,
    *,
    parent: typing.Optional[str] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.dataform_v1beta1.services.dataform.pagers.ListReleaseConfigsPagerLists ReleaseConfigs in a given Repository.
See more: google.cloud.dataform_v1beta1.services.dataform.DataformClient.list_release_configs
google.cloud.dataform_v1beta1.services.dataform.DataformClient.list_repositories
list_repositories(
    request: typing.Optional[
        typing.Union[
            google.cloud.dataform_v1beta1.types.dataform.ListRepositoriesRequest, dict
        ]
    ] = None,
    *,
    parent: typing.Optional[str] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.dataform_v1beta1.services.dataform.pagers.ListRepositoriesPagerLists Repositories in a given project and location.
See more: google.cloud.dataform_v1beta1.services.dataform.DataformClient.list_repositories
google.cloud.dataform_v1beta1.services.dataform.DataformClient.list_workflow_configs
list_workflow_configs(
    request: typing.Optional[
        typing.Union[
            google.cloud.dataform_v1beta1.types.dataform.ListWorkflowConfigsRequest,
            dict,
        ]
    ] = None,
    *,
    parent: typing.Optional[str] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.dataform_v1beta1.services.dataform.pagers.ListWorkflowConfigsPagerLists WorkflowConfigs in a given Repository.
See more: google.cloud.dataform_v1beta1.services.dataform.DataformClient.list_workflow_configs
google.cloud.dataform_v1beta1.services.dataform.DataformClient.list_workflow_invocations
list_workflow_invocations(
    request: typing.Optional[
        typing.Union[
            google.cloud.dataform_v1beta1.types.dataform.ListWorkflowInvocationsRequest,
            dict,
        ]
    ] = None,
    *,
    parent: typing.Optional[str] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> (
    google.cloud.dataform_v1beta1.services.dataform.pagers.ListWorkflowInvocationsPager
)Lists WorkflowInvocations in a given Repository.
See more: google.cloud.dataform_v1beta1.services.dataform.DataformClient.list_workflow_invocations
google.cloud.dataform_v1beta1.services.dataform.DataformClient.list_workspaces
list_workspaces(
    request: typing.Optional[
        typing.Union[
            google.cloud.dataform_v1beta1.types.dataform.ListWorkspacesRequest, dict
        ]
    ] = None,
    *,
    parent: typing.Optional[str] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.dataform_v1beta1.services.dataform.pagers.ListWorkspacesPagerLists Workspaces in a given Repository.
See more: google.cloud.dataform_v1beta1.services.dataform.DataformClient.list_workspaces
google.cloud.dataform_v1beta1.services.dataform.DataformClient.make_directory
make_directory(
    request: typing.Optional[
        typing.Union[
            google.cloud.dataform_v1beta1.types.dataform.MakeDirectoryRequest, dict
        ]
    ] = None,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.dataform_v1beta1.types.dataform.MakeDirectoryResponseCreates a directory inside a Workspace.
See more: google.cloud.dataform_v1beta1.services.dataform.DataformClient.make_directory
google.cloud.dataform_v1beta1.services.dataform.DataformClient.move_directory
move_directory(
    request: typing.Optional[
        typing.Union[
            google.cloud.dataform_v1beta1.types.dataform.MoveDirectoryRequest, dict
        ]
    ] = None,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.dataform_v1beta1.types.dataform.MoveDirectoryResponseMoves a directory (inside a Workspace), and all of its contents, to a new location.
See more: google.cloud.dataform_v1beta1.services.dataform.DataformClient.move_directory
google.cloud.dataform_v1beta1.services.dataform.DataformClient.move_file
move_file(
    request: typing.Optional[
        typing.Union[google.cloud.dataform_v1beta1.types.dataform.MoveFileRequest, dict]
    ] = None,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.dataform_v1beta1.types.dataform.MoveFileResponseMoves a file (inside a Workspace) to a new location.
See more: google.cloud.dataform_v1beta1.services.dataform.DataformClient.move_file
google.cloud.dataform_v1beta1.services.dataform.DataformClient.parse_common_billing_account_path
parse_common_billing_account_path(path: str) -> typing.Dict[str, str]Parse a billing_account path into its component segments.
See more: google.cloud.dataform_v1beta1.services.dataform.DataformClient.parse_common_billing_account_path
google.cloud.dataform_v1beta1.services.dataform.DataformClient.parse_common_folder_path
parse_common_folder_path(path: str) -> typing.Dict[str, str]Parse a folder path into its component segments.
See more: google.cloud.dataform_v1beta1.services.dataform.DataformClient.parse_common_folder_path
google.cloud.dataform_v1beta1.services.dataform.DataformClient.parse_common_location_path
parse_common_location_path(path: str) -> typing.Dict[str, str]Parse a location path into its component segments.
See more: google.cloud.dataform_v1beta1.services.dataform.DataformClient.parse_common_location_path
google.cloud.dataform_v1beta1.services.dataform.DataformClient.parse_common_organization_path
parse_common_organization_path(path: str) -> typing.Dict[str, str]Parse a organization path into its component segments.
See more: google.cloud.dataform_v1beta1.services.dataform.DataformClient.parse_common_organization_path
google.cloud.dataform_v1beta1.services.dataform.DataformClient.parse_common_project_path
parse_common_project_path(path: str) -> typing.Dict[str, str]Parse a project path into its component segments.
See more: google.cloud.dataform_v1beta1.services.dataform.DataformClient.parse_common_project_path
google.cloud.dataform_v1beta1.services.dataform.DataformClient.parse_compilation_result_path
parse_compilation_result_path(path: str) -> typing.Dict[str, str]Parses a compilation_result path into its component segments.
See more: google.cloud.dataform_v1beta1.services.dataform.DataformClient.parse_compilation_result_path
google.cloud.dataform_v1beta1.services.dataform.DataformClient.parse_config_path
parse_config_path(path: str) -> typing.Dict[str, str]Parses a config path into its component segments.
See more: google.cloud.dataform_v1beta1.services.dataform.DataformClient.parse_config_path
google.cloud.dataform_v1beta1.services.dataform.DataformClient.parse_crypto_key_path
parse_crypto_key_path(path: str) -> typing.Dict[str, str]Parses a crypto_key path into its component segments.
See more: google.cloud.dataform_v1beta1.services.dataform.DataformClient.parse_crypto_key_path
google.cloud.dataform_v1beta1.services.dataform.DataformClient.parse_crypto_key_version_path
parse_crypto_key_version_path(path: str) -> typing.Dict[str, str]Parses a crypto_key_version path into its component segments.
See more: google.cloud.dataform_v1beta1.services.dataform.DataformClient.parse_crypto_key_version_path
google.cloud.dataform_v1beta1.services.dataform.DataformClient.parse_release_config_path
parse_release_config_path(path: str) -> typing.Dict[str, str]Parses a release_config path into its component segments.
See more: google.cloud.dataform_v1beta1.services.dataform.DataformClient.parse_release_config_path
google.cloud.dataform_v1beta1.services.dataform.DataformClient.parse_repository_path
parse_repository_path(path: str) -> typing.Dict[str, str]Parses a repository path into its component segments.
See more: google.cloud.dataform_v1beta1.services.dataform.DataformClient.parse_repository_path
google.cloud.dataform_v1beta1.services.dataform.DataformClient.parse_secret_version_path
parse_secret_version_path(path: str) -> typing.Dict[str, str]Parses a secret_version path into its component segments.
See more: google.cloud.dataform_v1beta1.services.dataform.DataformClient.parse_secret_version_path
google.cloud.dataform_v1beta1.services.dataform.DataformClient.parse_workflow_config_path
parse_workflow_config_path(path: str) -> typing.Dict[str, str]Parses a workflow_config path into its component segments.
See more: google.cloud.dataform_v1beta1.services.dataform.DataformClient.parse_workflow_config_path
google.cloud.dataform_v1beta1.services.dataform.DataformClient.parse_workflow_invocation_path
parse_workflow_invocation_path(path: str) -> typing.Dict[str, str]Parses a workflow_invocation path into its component segments.
See more: google.cloud.dataform_v1beta1.services.dataform.DataformClient.parse_workflow_invocation_path
google.cloud.dataform_v1beta1.services.dataform.DataformClient.parse_workspace_path
parse_workspace_path(path: str) -> typing.Dict[str, str]Parses a workspace path into its component segments.
See more: google.cloud.dataform_v1beta1.services.dataform.DataformClient.parse_workspace_path
google.cloud.dataform_v1beta1.services.dataform.DataformClient.pull_git_commits
pull_git_commits(
    request: typing.Optional[
        typing.Union[
            google.cloud.dataform_v1beta1.types.dataform.PullGitCommitsRequest, dict
        ]
    ] = None,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.dataform_v1beta1.types.dataform.PullGitCommitsResponsePulls Git commits from the Repository's remote into a Workspace.
See more: google.cloud.dataform_v1beta1.services.dataform.DataformClient.pull_git_commits
google.cloud.dataform_v1beta1.services.dataform.DataformClient.push_git_commits
push_git_commits(
    request: typing.Optional[
        typing.Union[
            google.cloud.dataform_v1beta1.types.dataform.PushGitCommitsRequest, dict
        ]
    ] = None,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.dataform_v1beta1.types.dataform.PushGitCommitsResponsePushes Git commits from a Workspace to the Repository's remote.
See more: google.cloud.dataform_v1beta1.services.dataform.DataformClient.push_git_commits
google.cloud.dataform_v1beta1.services.dataform.DataformClient.query_compilation_result_actions
query_compilation_result_actions(
    request: typing.Optional[
        typing.Union[
            google.cloud.dataform_v1beta1.types.dataform.QueryCompilationResultActionsRequest,
            dict,
        ]
    ] = None,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> (
    google.cloud.dataform_v1beta1.services.dataform.pagers.QueryCompilationResultActionsPager
)Returns CompilationResultActions in a given CompilationResult.
See more: google.cloud.dataform_v1beta1.services.dataform.DataformClient.query_compilation_result_actions
google.cloud.dataform_v1beta1.services.dataform.DataformClient.query_directory_contents
query_directory_contents(
    request: typing.Optional[
        typing.Union[
            google.cloud.dataform_v1beta1.types.dataform.QueryDirectoryContentsRequest,
            dict,
        ]
    ] = None,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.dataform_v1beta1.services.dataform.pagers.QueryDirectoryContentsPagerReturns the contents of a given Workspace directory.
See more: google.cloud.dataform_v1beta1.services.dataform.DataformClient.query_directory_contents
google.cloud.dataform_v1beta1.services.dataform.DataformClient.query_repository_directory_contents
query_repository_directory_contents(
    request: typing.Optional[
        typing.Union[
            google.cloud.dataform_v1beta1.types.dataform.QueryRepositoryDirectoryContentsRequest,
            dict,
        ]
    ] = None,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> (
    google.cloud.dataform_v1beta1.services.dataform.pagers.QueryRepositoryDirectoryContentsPager
)Returns the contents of a given Repository directory.
See more: google.cloud.dataform_v1beta1.services.dataform.DataformClient.query_repository_directory_contents
google.cloud.dataform_v1beta1.services.dataform.DataformClient.query_workflow_invocation_actions
query_workflow_invocation_actions(
    request: typing.Optional[
        typing.Union[
            google.cloud.dataform_v1beta1.types.dataform.QueryWorkflowInvocationActionsRequest,
            dict,
        ]
    ] = None,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> (
    google.cloud.dataform_v1beta1.services.dataform.pagers.QueryWorkflowInvocationActionsPager
)Returns WorkflowInvocationActions in a given WorkflowInvocation.
See more: google.cloud.dataform_v1beta1.services.dataform.DataformClient.query_workflow_invocation_actions
google.cloud.dataform_v1beta1.services.dataform.DataformClient.read_file
read_file(
    request: typing.Optional[
        typing.Union[google.cloud.dataform_v1beta1.types.dataform.ReadFileRequest, dict]
    ] = None,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.dataform_v1beta1.types.dataform.ReadFileResponseReturns the contents of a file (inside a Workspace).
See more: google.cloud.dataform_v1beta1.services.dataform.DataformClient.read_file
google.cloud.dataform_v1beta1.services.dataform.DataformClient.read_repository_file
read_repository_file(
    request: typing.Optional[
        typing.Union[
            google.cloud.dataform_v1beta1.types.dataform.ReadRepositoryFileRequest, dict
        ]
    ] = None,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.dataform_v1beta1.types.dataform.ReadRepositoryFileResponseReturns the contents of a file (inside a Repository).
See more: google.cloud.dataform_v1beta1.services.dataform.DataformClient.read_repository_file
google.cloud.dataform_v1beta1.services.dataform.DataformClient.release_config_path
release_config_path(
    project: str, location: str, repository: str, release_config: str
) -> strReturns a fully-qualified release_config string.
See more: google.cloud.dataform_v1beta1.services.dataform.DataformClient.release_config_path
google.cloud.dataform_v1beta1.services.dataform.DataformClient.remove_directory
remove_directory(
    request: typing.Optional[
        typing.Union[
            google.cloud.dataform_v1beta1.types.dataform.RemoveDirectoryRequest, dict
        ]
    ] = None,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.dataform_v1beta1.types.dataform.RemoveDirectoryResponseDeletes a directory (inside a Workspace) and all of its contents.
See more: google.cloud.dataform_v1beta1.services.dataform.DataformClient.remove_directory
google.cloud.dataform_v1beta1.services.dataform.DataformClient.remove_file
remove_file(
    request: typing.Optional[
        typing.Union[
            google.cloud.dataform_v1beta1.types.dataform.RemoveFileRequest, dict
        ]
    ] = None,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.dataform_v1beta1.types.dataform.RemoveFileResponseDeletes a file (inside a Workspace).
See more: google.cloud.dataform_v1beta1.services.dataform.DataformClient.remove_file
google.cloud.dataform_v1beta1.services.dataform.DataformClient.repository_path
repository_path(project: str, location: str, repository: str) -> strReturns a fully-qualified repository string.
See more: google.cloud.dataform_v1beta1.services.dataform.DataformClient.repository_path
google.cloud.dataform_v1beta1.services.dataform.DataformClient.reset_workspace_changes
reset_workspace_changes(
    request: typing.Optional[
        typing.Union[
            google.cloud.dataform_v1beta1.types.dataform.ResetWorkspaceChangesRequest,
            dict,
        ]
    ] = None,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.dataform_v1beta1.types.dataform.ResetWorkspaceChangesResponsePerforms a Git reset for uncommitted files in a Workspace.
See more: google.cloud.dataform_v1beta1.services.dataform.DataformClient.reset_workspace_changes
google.cloud.dataform_v1beta1.services.dataform.DataformClient.search_files
search_files(
    request: typing.Optional[
        typing.Union[
            google.cloud.dataform_v1beta1.types.dataform.SearchFilesRequest, dict
        ]
    ] = None,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.dataform_v1beta1.services.dataform.pagers.SearchFilesPagerFinds the contents of a given Workspace directory by filter.
See more: google.cloud.dataform_v1beta1.services.dataform.DataformClient.search_files
google.cloud.dataform_v1beta1.services.dataform.DataformClient.secret_version_path
secret_version_path(project: str, secret: str, version: str) -> strReturns a fully-qualified secret_version string.
See more: google.cloud.dataform_v1beta1.services.dataform.DataformClient.secret_version_path
google.cloud.dataform_v1beta1.services.dataform.DataformClient.set_iam_policy
set_iam_policy(
    request: typing.Optional[google.iam.v1.iam_policy_pb2.SetIamPolicyRequest] = None,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.iam.v1.policy_pb2.PolicySets the IAM access control policy on the specified function.
See more: google.cloud.dataform_v1beta1.services.dataform.DataformClient.set_iam_policy
google.cloud.dataform_v1beta1.services.dataform.DataformClient.test_iam_permissions
test_iam_permissions(
    request: typing.Optional[
        google.iam.v1.iam_policy_pb2.TestIamPermissionsRequest
    ] = None,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.iam.v1.iam_policy_pb2.TestIamPermissionsResponseTests the specified IAM permissions against the IAM access control policy for a function.
See more: google.cloud.dataform_v1beta1.services.dataform.DataformClient.test_iam_permissions
google.cloud.dataform_v1beta1.services.dataform.DataformClient.update_config
update_config(
    request: typing.Optional[
        typing.Union[
            google.cloud.dataform_v1beta1.types.dataform.UpdateConfigRequest, dict
        ]
    ] = None,
    *,
    config: typing.Optional[google.cloud.dataform_v1beta1.types.dataform.Config] = None,
    update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.dataform_v1beta1.types.dataform.ConfigUpdate default config for a given project and location.
See more: google.cloud.dataform_v1beta1.services.dataform.DataformClient.update_config
google.cloud.dataform_v1beta1.services.dataform.DataformClient.update_release_config
update_release_config(
    request: typing.Optional[
        typing.Union[
            google.cloud.dataform_v1beta1.types.dataform.UpdateReleaseConfigRequest,
            dict,
        ]
    ] = None,
    *,
    release_config: typing.Optional[
        google.cloud.dataform_v1beta1.types.dataform.ReleaseConfig
    ] = None,
    update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.dataform_v1beta1.types.dataform.ReleaseConfigUpdates a single ReleaseConfig.
See more: google.cloud.dataform_v1beta1.services.dataform.DataformClient.update_release_config
google.cloud.dataform_v1beta1.services.dataform.DataformClient.update_repository
update_repository(
    request: typing.Optional[
        typing.Union[
            google.cloud.dataform_v1beta1.types.dataform.UpdateRepositoryRequest, dict
        ]
    ] = None,
    *,
    repository: typing.Optional[
        google.cloud.dataform_v1beta1.types.dataform.Repository
    ] = None,
    update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.dataform_v1beta1.types.dataform.RepositoryUpdates a single Repository.
See more: google.cloud.dataform_v1beta1.services.dataform.DataformClient.update_repository
google.cloud.dataform_v1beta1.services.dataform.DataformClient.update_workflow_config
update_workflow_config(
    request: typing.Optional[
        typing.Union[
            google.cloud.dataform_v1beta1.types.dataform.UpdateWorkflowConfigRequest,
            dict,
        ]
    ] = None,
    *,
    workflow_config: typing.Optional[
        google.cloud.dataform_v1beta1.types.dataform.WorkflowConfig
    ] = None,
    update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.dataform_v1beta1.types.dataform.WorkflowConfigUpdates a single WorkflowConfig.
See more: google.cloud.dataform_v1beta1.services.dataform.DataformClient.update_workflow_config
google.cloud.dataform_v1beta1.services.dataform.DataformClient.workflow_config_path
workflow_config_path(
    project: str, location: str, repository: str, workflow_config: str
) -> strReturns a fully-qualified workflow_config string.
See more: google.cloud.dataform_v1beta1.services.dataform.DataformClient.workflow_config_path
google.cloud.dataform_v1beta1.services.dataform.DataformClient.workflow_invocation_path
workflow_invocation_path(
    project: str, location: str, repository: str, workflow_invocation: str
) -> strReturns a fully-qualified workflow_invocation string.
See more: google.cloud.dataform_v1beta1.services.dataform.DataformClient.workflow_invocation_path
google.cloud.dataform_v1beta1.services.dataform.DataformClient.workspace_path
workspace_path(project: str, location: str, repository: str, workspace: str) -> strReturns a fully-qualified workspace string.
See more: google.cloud.dataform_v1beta1.services.dataform.DataformClient.workspace_path
google.cloud.dataform_v1beta1.services.dataform.DataformClient.write_file
write_file(
    request: typing.Optional[
        typing.Union[
            google.cloud.dataform_v1beta1.types.dataform.WriteFileRequest, dict
        ]
    ] = None,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.dataform_v1beta1.types.dataform.WriteFileResponseWrites to a file (inside a Workspace).
See more: google.cloud.dataform_v1beta1.services.dataform.DataformClient.write_file
google.cloud.dataform_v1beta1.services.dataform.pagers.FetchRepositoryHistoryAsyncPager
FetchRepositoryHistoryAsyncPager(
    method: typing.Callable[
        [...],
        typing.Awaitable[
            google.cloud.dataform_v1beta1.types.dataform.FetchRepositoryHistoryResponse
        ],
    ],
    request: google.cloud.dataform_v1beta1.types.dataform.FetchRepositoryHistoryRequest,
    response: google.cloud.dataform_v1beta1.types.dataform.FetchRepositoryHistoryResponse,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)Instantiates the pager.
See more: google.cloud.dataform_v1beta1.services.dataform.pagers.FetchRepositoryHistoryAsyncPager
google.cloud.dataform_v1beta1.services.dataform.pagers.FetchRepositoryHistoryPager
FetchRepositoryHistoryPager(
    method: typing.Callable[
        [...],
        google.cloud.dataform_v1beta1.types.dataform.FetchRepositoryHistoryResponse,
    ],
    request: google.cloud.dataform_v1beta1.types.dataform.FetchRepositoryHistoryRequest,
    response: google.cloud.dataform_v1beta1.types.dataform.FetchRepositoryHistoryResponse,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)Instantiate the pager.
See more: google.cloud.dataform_v1beta1.services.dataform.pagers.FetchRepositoryHistoryPager
google.cloud.dataform_v1beta1.services.dataform.pagers.ListCompilationResultsAsyncPager
ListCompilationResultsAsyncPager(
    method: typing.Callable[
        [...],
        typing.Awaitable[
            google.cloud.dataform_v1beta1.types.dataform.ListCompilationResultsResponse
        ],
    ],
    request: google.cloud.dataform_v1beta1.types.dataform.ListCompilationResultsRequest,
    response: google.cloud.dataform_v1beta1.types.dataform.ListCompilationResultsResponse,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)Instantiates the pager.
See more: google.cloud.dataform_v1beta1.services.dataform.pagers.ListCompilationResultsAsyncPager
google.cloud.dataform_v1beta1.services.dataform.pagers.ListCompilationResultsPager
ListCompilationResultsPager(
    method: typing.Callable[
        [...],
        google.cloud.dataform_v1beta1.types.dataform.ListCompilationResultsResponse,
    ],
    request: google.cloud.dataform_v1beta1.types.dataform.ListCompilationResultsRequest,
    response: google.cloud.dataform_v1beta1.types.dataform.ListCompilationResultsResponse,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)Instantiate the pager.
See more: google.cloud.dataform_v1beta1.services.dataform.pagers.ListCompilationResultsPager
google.cloud.dataform_v1beta1.services.dataform.pagers.ListReleaseConfigsAsyncPager
ListReleaseConfigsAsyncPager(
    method: typing.Callable[
        [...],
        typing.Awaitable[
            google.cloud.dataform_v1beta1.types.dataform.ListReleaseConfigsResponse
        ],
    ],
    request: google.cloud.dataform_v1beta1.types.dataform.ListReleaseConfigsRequest,
    response: google.cloud.dataform_v1beta1.types.dataform.ListReleaseConfigsResponse,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)Instantiates the pager.
See more: google.cloud.dataform_v1beta1.services.dataform.pagers.ListReleaseConfigsAsyncPager
google.cloud.dataform_v1beta1.services.dataform.pagers.ListReleaseConfigsPager
ListReleaseConfigsPager(
    method: typing.Callable[
        [...], google.cloud.dataform_v1beta1.types.dataform.ListReleaseConfigsResponse
    ],
    request: google.cloud.dataform_v1beta1.types.dataform.ListReleaseConfigsRequest,
    response: google.cloud.dataform_v1beta1.types.dataform.ListReleaseConfigsResponse,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)Instantiate the pager.
See more: google.cloud.dataform_v1beta1.services.dataform.pagers.ListReleaseConfigsPager
google.cloud.dataform_v1beta1.services.dataform.pagers.ListRepositoriesAsyncPager
ListRepositoriesAsyncPager(
    method: typing.Callable[
        [...],
        typing.Awaitable[
            google.cloud.dataform_v1beta1.types.dataform.ListRepositoriesResponse
        ],
    ],
    request: google.cloud.dataform_v1beta1.types.dataform.ListRepositoriesRequest,
    response: google.cloud.dataform_v1beta1.types.dataform.ListRepositoriesResponse,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)Instantiates the pager.
See more: google.cloud.dataform_v1beta1.services.dataform.pagers.ListRepositoriesAsyncPager
google.cloud.dataform_v1beta1.services.dataform.pagers.ListRepositoriesPager
ListRepositoriesPager(
    method: typing.Callable[
        [...], google.cloud.dataform_v1beta1.types.dataform.ListRepositoriesResponse
    ],
    request: google.cloud.dataform_v1beta1.types.dataform.ListRepositoriesRequest,
    response: google.cloud.dataform_v1beta1.types.dataform.ListRepositoriesResponse,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)Instantiate the pager.
See more: google.cloud.dataform_v1beta1.services.dataform.pagers.ListRepositoriesPager
google.cloud.dataform_v1beta1.services.dataform.pagers.ListWorkflowConfigsAsyncPager
ListWorkflowConfigsAsyncPager(
    method: typing.Callable[
        [...],
        typing.Awaitable[
            google.cloud.dataform_v1beta1.types.dataform.ListWorkflowConfigsResponse
        ],
    ],
    request: google.cloud.dataform_v1beta1.types.dataform.ListWorkflowConfigsRequest,
    response: google.cloud.dataform_v1beta1.types.dataform.ListWorkflowConfigsResponse,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)Instantiates the pager.
See more: google.cloud.dataform_v1beta1.services.dataform.pagers.ListWorkflowConfigsAsyncPager
google.cloud.dataform_v1beta1.services.dataform.pagers.ListWorkflowConfigsPager
ListWorkflowConfigsPager(
    method: typing.Callable[
        [...], google.cloud.dataform_v1beta1.types.dataform.ListWorkflowConfigsResponse
    ],
    request: google.cloud.dataform_v1beta1.types.dataform.ListWorkflowConfigsRequest,
    response: google.cloud.dataform_v1beta1.types.dataform.ListWorkflowConfigsResponse,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)Instantiate the pager.
See more: google.cloud.dataform_v1beta1.services.dataform.pagers.ListWorkflowConfigsPager
google.cloud.dataform_v1beta1.services.dataform.pagers.ListWorkflowInvocationsAsyncPager
ListWorkflowInvocationsAsyncPager(
    method: typing.Callable[
        [...],
        typing.Awaitable[
            google.cloud.dataform_v1beta1.types.dataform.ListWorkflowInvocationsResponse
        ],
    ],
    request: google.cloud.dataform_v1beta1.types.dataform.ListWorkflowInvocationsRequest,
    response: google.cloud.dataform_v1beta1.types.dataform.ListWorkflowInvocationsResponse,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)Instantiates the pager.
See more: google.cloud.dataform_v1beta1.services.dataform.pagers.ListWorkflowInvocationsAsyncPager
google.cloud.dataform_v1beta1.services.dataform.pagers.ListWorkflowInvocationsPager
ListWorkflowInvocationsPager(
    method: typing.Callable[
        [...],
        google.cloud.dataform_v1beta1.types.dataform.ListWorkflowInvocationsResponse,
    ],
    request: google.cloud.dataform_v1beta1.types.dataform.ListWorkflowInvocationsRequest,
    response: google.cloud.dataform_v1beta1.types.dataform.ListWorkflowInvocationsResponse,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)Instantiate the pager.
See more: google.cloud.dataform_v1beta1.services.dataform.pagers.ListWorkflowInvocationsPager
google.cloud.dataform_v1beta1.services.dataform.pagers.ListWorkspacesAsyncPager
ListWorkspacesAsyncPager(
    method: typing.Callable[
        [...],
        typing.Awaitable[
            google.cloud.dataform_v1beta1.types.dataform.ListWorkspacesResponse
        ],
    ],
    request: google.cloud.dataform_v1beta1.types.dataform.ListWorkspacesRequest,
    response: google.cloud.dataform_v1beta1.types.dataform.ListWorkspacesResponse,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)Instantiates the pager.
See more: google.cloud.dataform_v1beta1.services.dataform.pagers.ListWorkspacesAsyncPager
google.cloud.dataform_v1beta1.services.dataform.pagers.ListWorkspacesPager
ListWorkspacesPager(
    method: typing.Callable[
        [...], google.cloud.dataform_v1beta1.types.dataform.ListWorkspacesResponse
    ],
    request: google.cloud.dataform_v1beta1.types.dataform.ListWorkspacesRequest,
    response: google.cloud.dataform_v1beta1.types.dataform.ListWorkspacesResponse,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)Instantiate the pager.
See more: google.cloud.dataform_v1beta1.services.dataform.pagers.ListWorkspacesPager
google.cloud.dataform_v1beta1.services.dataform.pagers.QueryCompilationResultActionsAsyncPager
QueryCompilationResultActionsAsyncPager(
    method: typing.Callable[
        [...],
        typing.Awaitable[
            google.cloud.dataform_v1beta1.types.dataform.QueryCompilationResultActionsResponse
        ],
    ],
    request: google.cloud.dataform_v1beta1.types.dataform.QueryCompilationResultActionsRequest,
    response: google.cloud.dataform_v1beta1.types.dataform.QueryCompilationResultActionsResponse,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)Instantiates the pager.
See more: google.cloud.dataform_v1beta1.services.dataform.pagers.QueryCompilationResultActionsAsyncPager
google.cloud.dataform_v1beta1.services.dataform.pagers.QueryCompilationResultActionsPager
QueryCompilationResultActionsPager(
    method: typing.Callable[
        [...],
        google.cloud.dataform_v1beta1.types.dataform.QueryCompilationResultActionsResponse,
    ],
    request: google.cloud.dataform_v1beta1.types.dataform.QueryCompilationResultActionsRequest,
    response: google.cloud.dataform_v1beta1.types.dataform.QueryCompilationResultActionsResponse,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)Instantiate the pager.
See more: google.cloud.dataform_v1beta1.services.dataform.pagers.QueryCompilationResultActionsPager
google.cloud.dataform_v1beta1.services.dataform.pagers.QueryDirectoryContentsAsyncPager
QueryDirectoryContentsAsyncPager(
    method: typing.Callable[
        [...],
        typing.Awaitable[
            google.cloud.dataform_v1beta1.types.dataform.QueryDirectoryContentsResponse
        ],
    ],
    request: google.cloud.dataform_v1beta1.types.dataform.QueryDirectoryContentsRequest,
    response: google.cloud.dataform_v1beta1.types.dataform.QueryDirectoryContentsResponse,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)Instantiates the pager.
See more: google.cloud.dataform_v1beta1.services.dataform.pagers.QueryDirectoryContentsAsyncPager
google.cloud.dataform_v1beta1.services.dataform.pagers.QueryDirectoryContentsPager
QueryDirectoryContentsPager(
    method: typing.Callable[
        [...],
        google.cloud.dataform_v1beta1.types.dataform.QueryDirectoryContentsResponse,
    ],
    request: google.cloud.dataform_v1beta1.types.dataform.QueryDirectoryContentsRequest,
    response: google.cloud.dataform_v1beta1.types.dataform.QueryDirectoryContentsResponse,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)Instantiate the pager.
See more: google.cloud.dataform_v1beta1.services.dataform.pagers.QueryDirectoryContentsPager
google.cloud.dataform_v1beta1.services.dataform.pagers.QueryRepositoryDirectoryContentsAsyncPager
QueryRepositoryDirectoryContentsAsyncPager(
    method: typing.Callable[
        [...],
        typing.Awaitable[
            google.cloud.dataform_v1beta1.types.dataform.QueryRepositoryDirectoryContentsResponse
        ],
    ],
    request: google.cloud.dataform_v1beta1.types.dataform.QueryRepositoryDirectoryContentsRequest,
    response: google.cloud.dataform_v1beta1.types.dataform.QueryRepositoryDirectoryContentsResponse,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)Instantiates the pager.
See more: google.cloud.dataform_v1beta1.services.dataform.pagers.QueryRepositoryDirectoryContentsAsyncPager
google.cloud.dataform_v1beta1.services.dataform.pagers.QueryRepositoryDirectoryContentsPager
QueryRepositoryDirectoryContentsPager(
    method: typing.Callable[
        [...],
        google.cloud.dataform_v1beta1.types.dataform.QueryRepositoryDirectoryContentsResponse,
    ],
    request: google.cloud.dataform_v1beta1.types.dataform.QueryRepositoryDirectoryContentsRequest,
    response: google.cloud.dataform_v1beta1.types.dataform.QueryRepositoryDirectoryContentsResponse,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)Instantiate the pager.
See more: google.cloud.dataform_v1beta1.services.dataform.pagers.QueryRepositoryDirectoryContentsPager
google.cloud.dataform_v1beta1.services.dataform.pagers.QueryWorkflowInvocationActionsAsyncPager
QueryWorkflowInvocationActionsAsyncPager(
    method: typing.Callable[
        [...],
        typing.Awaitable[
            google.cloud.dataform_v1beta1.types.dataform.QueryWorkflowInvocationActionsResponse
        ],
    ],
    request: google.cloud.dataform_v1beta1.types.dataform.QueryWorkflowInvocationActionsRequest,
    response: google.cloud.dataform_v1beta1.types.dataform.QueryWorkflowInvocationActionsResponse,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)Instantiates the pager.
See more: google.cloud.dataform_v1beta1.services.dataform.pagers.QueryWorkflowInvocationActionsAsyncPager
google.cloud.dataform_v1beta1.services.dataform.pagers.QueryWorkflowInvocationActionsPager
QueryWorkflowInvocationActionsPager(
    method: typing.Callable[
        [...],
        google.cloud.dataform_v1beta1.types.dataform.QueryWorkflowInvocationActionsResponse,
    ],
    request: google.cloud.dataform_v1beta1.types.dataform.QueryWorkflowInvocationActionsRequest,
    response: google.cloud.dataform_v1beta1.types.dataform.QueryWorkflowInvocationActionsResponse,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)Instantiate the pager.
See more: google.cloud.dataform_v1beta1.services.dataform.pagers.QueryWorkflowInvocationActionsPager
google.cloud.dataform_v1beta1.services.dataform.pagers.SearchFilesAsyncPager
SearchFilesAsyncPager(
    method: typing.Callable[
        [...],
        typing.Awaitable[
            google.cloud.dataform_v1beta1.types.dataform.SearchFilesResponse
        ],
    ],
    request: google.cloud.dataform_v1beta1.types.dataform.SearchFilesRequest,
    response: google.cloud.dataform_v1beta1.types.dataform.SearchFilesResponse,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)Instantiates the pager.
See more: google.cloud.dataform_v1beta1.services.dataform.pagers.SearchFilesAsyncPager
google.cloud.dataform_v1beta1.services.dataform.pagers.SearchFilesPager
SearchFilesPager(
    method: typing.Callable[
        [...], google.cloud.dataform_v1beta1.types.dataform.SearchFilesResponse
    ],
    request: google.cloud.dataform_v1beta1.types.dataform.SearchFilesRequest,
    response: google.cloud.dataform_v1beta1.types.dataform.SearchFilesResponse,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)Instantiate the pager.
See more: google.cloud.dataform_v1beta1.services.dataform.pagers.SearchFilesPager