Package Methods (0.5.11)

Summary of entries of Methods for dataform.

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, str]] = ()
) -> None

Requests 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, str]] = ()
) -> None

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, str]] = ()
) -> None

Applies 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) -> str

google.cloud.dataform_v1beta1.services.dataform.DataformAsyncClient.common_folder_path

common_folder_path(folder: str) -> str

google.cloud.dataform_v1beta1.services.dataform.DataformAsyncClient.common_location_path

common_location_path(project: str, location: str) -> str

google.cloud.dataform_v1beta1.services.dataform.DataformAsyncClient.common_organization_path

common_organization_path(organization: str) -> str

google.cloud.dataform_v1beta1.services.dataform.DataformAsyncClient.common_project_path

common_project_path(project: str) -> str

google.cloud.dataform_v1beta1.services.dataform.DataformAsyncClient.compilation_result_path

compilation_result_path(
    project: str, location: str, repository: str, compilation_result: str
) -> str

Returns 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, str]] = ()
) -> (
    google.cloud.dataform_v1beta1.types.dataform.ComputeRepositoryAccessTokenStatusResponse
)

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, str]] = ()
) -> google.cloud.dataform_v1beta1.types.dataform.CompilationResult

Creates 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, str]] = ()
) -> google.cloud.dataform_v1beta1.types.dataform.ReleaseConfig

Creates 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, str]] = ()
) -> google.cloud.dataform_v1beta1.types.dataform.Repository

Creates 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, str]] = ()
) -> google.cloud.dataform_v1beta1.types.dataform.WorkflowConfig

Creates 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, str]] = ()
) -> google.cloud.dataform_v1beta1.types.dataform.WorkflowInvocation

Creates 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, str]] = ()
) -> google.cloud.dataform_v1beta1.types.dataform.Workspace

Creates 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.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, str]] = ()
) -> None

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, str]] = ()
) -> None

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, str]] = ()
) -> None

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, str]] = ()
) -> None

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, str]] = ()
) -> None

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, str]] = ()
) -> google.cloud.dataform_v1beta1.types.dataform.FetchFileDiffResponse

Fetches 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, str]] = ()
) -> google.cloud.dataform_v1beta1.types.dataform.FetchFileGitStatusesResponse

Fetches 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, str]] = ()
) -> google.cloud.dataform_v1beta1.types.dataform.FetchGitAheadBehindResponse

Fetches 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, str]] = ()
) -> google.cloud.dataform_v1beta1.types.dataform.FetchRemoteBranchesResponse

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, str]] = ()
) -> (
    google.cloud.dataform_v1beta1.services.dataform.pagers.FetchRepositoryHistoryAsyncPager
)

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, str]] = ()
) -> google.cloud.dataform_v1beta1.types.dataform.CompilationResult

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, str]] = ()
) -> google.iam.v1.policy_pb2.Policy

Gets 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, str]] = ()
) -> google.cloud.location.locations_pb2.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.

See more: google.cloud.dataform_v1beta1.services.dataform.DataformAsyncClient.get_mtls_endpoint_and_cert_source

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, str]] = ()
) -> google.cloud.dataform_v1beta1.types.dataform.ReleaseConfig

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, str]] = ()
) -> google.cloud.dataform_v1beta1.types.dataform.Repository

google.cloud.dataform_v1beta1.services.dataform.DataformAsyncClient.get_transport_class

get_transport_class() -> (
    typing.Type[
        google.cloud.dataform_v1beta1.services.dataform.transports.base.DataformTransport
    ]
)

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, str]] = ()
) -> google.cloud.dataform_v1beta1.types.dataform.WorkflowConfig

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, str]] = ()
) -> google.cloud.dataform_v1beta1.types.dataform.WorkflowInvocation

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, str]] = ()
) -> google.cloud.dataform_v1beta1.types.dataform.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, str]] = ()
) -> google.cloud.dataform_v1beta1.types.dataform.InstallNpmPackagesResponse

Installs 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, str]] = ()
) -> (
    google.cloud.dataform_v1beta1.services.dataform.pagers.ListCompilationResultsAsyncPager
)

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, str]] = ()
) -> google.cloud.location.locations_pb2.ListLocationsResponse

Lists 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, str]] = ()
) -> (
    google.cloud.dataform_v1beta1.services.dataform.pagers.ListReleaseConfigsAsyncPager
)

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, str]] = ()
) -> google.cloud.dataform_v1beta1.services.dataform.pagers.ListRepositoriesAsyncPager

Lists 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, str]] = ()
) -> (
    google.cloud.dataform_v1beta1.services.dataform.pagers.ListWorkflowConfigsAsyncPager
)

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, str]] = ()
) -> (
    google.cloud.dataform_v1beta1.services.dataform.pagers.ListWorkflowInvocationsAsyncPager
)

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, str]] = ()
) -> google.cloud.dataform_v1beta1.services.dataform.pagers.ListWorkspacesAsyncPager

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, str]] = ()
) -> google.cloud.dataform_v1beta1.types.dataform.MakeDirectoryResponse

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, str]] = ()
) -> google.cloud.dataform_v1beta1.types.dataform.MoveDirectoryResponse

Moves 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, str]] = ()
) -> google.cloud.dataform_v1beta1.types.dataform.MoveFileResponse

Moves 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.

See more: google.cloud.dataform_v1beta1.services.dataform.DataformAsyncClient.parse_common_billing_account_path

google.cloud.dataform_v1beta1.services.dataform.DataformAsyncClient.parse_common_folder_path

parse_common_folder_path(path: str) -> typing.Dict[str, str]

google.cloud.dataform_v1beta1.services.dataform.DataformAsyncClient.parse_common_location_path

parse_common_location_path(path: str) -> typing.Dict[str, str]

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]

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_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, str]] = ()
) -> None

Pulls 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, str]] = ()
) -> None

Pushes 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, str]] = ()
) -> (
    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, str]] = ()
) -> (
    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, str]] = ()
) -> (
    google.cloud.dataform_v1beta1.services.dataform.pagers.QueryRepositoryDirectoryContentsAsyncPager
)

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, str]] = ()
) -> (
    google.cloud.dataform_v1beta1.services.dataform.pagers.QueryWorkflowInvocationActionsAsyncPager
)

Returns WorkflowInvocationActions in a given WorkflowInvocation.

See more: google.cloud.dataform_v1beta1.services.dataform.DataformAsyncClient.query_workflow_invocation_actions

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, str]] = ()
) -> google.cloud.dataform_v1beta1.types.dataform.ReadFileResponse

Returns 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, str]] = ()
) -> google.cloud.dataform_v1beta1.types.dataform.ReadRepositoryFileResponse

Returns 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
) -> str

Returns 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, str]] = ()
) -> None

Deletes 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, str]] = ()
) -> None

google.cloud.dataform_v1beta1.services.dataform.DataformAsyncClient.repository_path

repository_path(project: str, location: str, repository: str) -> str

Returns 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, str]] = ()
) -> None

Performs 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.secret_version_path

secret_version_path(project: str, secret: str, version: str) -> str

Returns 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, str]] = ()
) -> google.iam.v1.policy_pb2.Policy

Sets 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, str]] = ()
) -> google.iam.v1.iam_policy_pb2.TestIamPermissionsResponse

Tests 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_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, str]] = ()
) -> google.cloud.dataform_v1beta1.types.dataform.ReleaseConfig

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, str]] = ()
) -> google.cloud.dataform_v1beta1.types.dataform.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, str]] = ()
) -> google.cloud.dataform_v1beta1.types.dataform.WorkflowConfig

google.cloud.dataform_v1beta1.services.dataform.DataformAsyncClient.workflow_config_path

workflow_config_path(
    project: str, location: str, repository: str, workflow_config: str
) -> str

Returns 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
) -> str

Returns 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) -> str

Returns 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, str]] = ()
) -> google.cloud.dataform_v1beta1.types.dataform.WriteFileResponse

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, str]] = ()
) -> None

Requests 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, str]] = ()
) -> None

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, str]] = ()
) -> None

Applies 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) -> str

Returns 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) -> str

google.cloud.dataform_v1beta1.services.dataform.DataformClient.common_location_path

common_location_path(project: str, location: str) -> str

google.cloud.dataform_v1beta1.services.dataform.DataformClient.common_organization_path

common_organization_path(organization: str) -> str

Returns 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) -> str

google.cloud.dataform_v1beta1.services.dataform.DataformClient.compilation_result_path

compilation_result_path(
    project: str, location: str, repository: str, compilation_result: str
) -> str

Returns 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, str]] = ()
) -> (
    google.cloud.dataform_v1beta1.types.dataform.ComputeRepositoryAccessTokenStatusResponse
)

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, str]] = ()
) -> google.cloud.dataform_v1beta1.types.dataform.CompilationResult

Creates 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, str]] = ()
) -> google.cloud.dataform_v1beta1.types.dataform.ReleaseConfig

Creates 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, str]] = ()
) -> google.cloud.dataform_v1beta1.types.dataform.Repository

Creates 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, str]] = ()
) -> google.cloud.dataform_v1beta1.types.dataform.WorkflowConfig

Creates 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, str]] = ()
) -> google.cloud.dataform_v1beta1.types.dataform.WorkflowInvocation

Creates 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, str]] = ()
) -> google.cloud.dataform_v1beta1.types.dataform.Workspace

Creates 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.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, str]] = ()
) -> None

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, str]] = ()
) -> None

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, str]] = ()
) -> None

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, str]] = ()
) -> None

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, str]] = ()
) -> None

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, str]] = ()
) -> google.cloud.dataform_v1beta1.types.dataform.FetchFileDiffResponse

Fetches 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, str]] = ()
) -> google.cloud.dataform_v1beta1.types.dataform.FetchFileGitStatusesResponse

Fetches 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, str]] = ()
) -> google.cloud.dataform_v1beta1.types.dataform.FetchGitAheadBehindResponse

Fetches 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, str]] = ()
) -> google.cloud.dataform_v1beta1.types.dataform.FetchRemoteBranchesResponse

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, str]] = ()
) -> google.cloud.dataform_v1beta1.services.dataform.pagers.FetchRepositoryHistoryPager

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, str]] = ()
) -> google.cloud.dataform_v1beta1.types.dataform.CompilationResult

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, str]] = ()
) -> google.iam.v1.policy_pb2.Policy

Gets 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, str]] = ()
) -> google.cloud.location.locations_pb2.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,
)

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, str]] = ()
) -> google.cloud.dataform_v1beta1.types.dataform.ReleaseConfig

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, str]] = ()
) -> google.cloud.dataform_v1beta1.types.dataform.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, str]] = ()
) -> google.cloud.dataform_v1beta1.types.dataform.WorkflowConfig

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, str]] = ()
) -> google.cloud.dataform_v1beta1.types.dataform.WorkflowInvocation

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, str]] = ()
) -> google.cloud.dataform_v1beta1.types.dataform.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, str]] = ()
) -> google.cloud.dataform_v1beta1.types.dataform.InstallNpmPackagesResponse

Installs 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, str]] = ()
) -> google.cloud.dataform_v1beta1.services.dataform.pagers.ListCompilationResultsPager

Lists 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, str]] = ()
) -> google.cloud.location.locations_pb2.ListLocationsResponse

Lists 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, str]] = ()
) -> google.cloud.dataform_v1beta1.services.dataform.pagers.ListReleaseConfigsPager

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, str]] = ()
) -> google.cloud.dataform_v1beta1.services.dataform.pagers.ListRepositoriesPager

Lists 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, str]] = ()
) -> google.cloud.dataform_v1beta1.services.dataform.pagers.ListWorkflowConfigsPager

Lists 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, str]] = ()
) -> (
    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, str]] = ()
) -> google.cloud.dataform_v1beta1.services.dataform.pagers.ListWorkspacesPager

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, str]] = ()
) -> google.cloud.dataform_v1beta1.types.dataform.MakeDirectoryResponse

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, str]] = ()
) -> google.cloud.dataform_v1beta1.types.dataform.MoveDirectoryResponse

Moves 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, str]] = ()
) -> google.cloud.dataform_v1beta1.types.dataform.MoveFileResponse

Moves 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_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, str]] = ()
) -> None

Pulls 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, str]] = ()
) -> None

Pushes 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, str]] = ()
) -> (
    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, str]] = ()
) -> google.cloud.dataform_v1beta1.services.dataform.pagers.QueryDirectoryContentsPager

Returns 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, str]] = ()
) -> (
    google.cloud.dataform_v1beta1.services.dataform.pagers.QueryRepositoryDirectoryContentsPager
)

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, str]] = ()
) -> (
    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, str]] = ()
) -> google.cloud.dataform_v1beta1.types.dataform.ReadFileResponse

Returns 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, str]] = ()
) -> google.cloud.dataform_v1beta1.types.dataform.ReadRepositoryFileResponse

Returns 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
) -> str

Returns 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, str]] = ()
) -> None

Deletes 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, str]] = ()
) -> None

google.cloud.dataform_v1beta1.services.dataform.DataformClient.repository_path

repository_path(project: str, location: str, repository: str) -> str

Returns 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, str]] = ()
) -> None

Performs 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.secret_version_path

secret_version_path(project: str, secret: str, version: str) -> str

Returns 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, str]] = ()
) -> google.iam.v1.policy_pb2.Policy

Sets 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, str]] = ()
) -> google.iam.v1.iam_policy_pb2.TestIamPermissionsResponse

Tests 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_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, str]] = ()
) -> google.cloud.dataform_v1beta1.types.dataform.ReleaseConfig

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, str]] = ()
) -> google.cloud.dataform_v1beta1.types.dataform.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, str]] = ()
) -> google.cloud.dataform_v1beta1.types.dataform.WorkflowConfig

google.cloud.dataform_v1beta1.services.dataform.DataformClient.workflow_config_path

workflow_config_path(
    project: str, location: str, repository: str, workflow_config: str
) -> str

Returns 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
) -> str

Returns 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) -> str

Returns 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, str]] = ()
) -> google.cloud.dataform_v1beta1.types.dataform.WriteFileResponse

Writes 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, str]] = ()
)

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, str]] = ()
)

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, str]] = ()
)

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, str]] = ()
)

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, str]] = ()
)

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, str]] = ()
)

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, str]] = ()
)

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, str]] = ()
)

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, str]] = ()
)

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, str]] = ()
)

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, str]] = ()
)

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, str]] = ()
)

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, str]] = ()
)

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, str]] = ()
)

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, str]] = ()
)

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, str]] = ()
)

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, str]] = ()
)

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, str]] = ()
)

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, str]] = ()
)

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, str]] = ()
)

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, str]] = ()
)

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, str]] = ()
)