diff --git a/packages/google-cloud-dataform/google/cloud/dataform_v1beta1/services/dataform/async_client.py b/packages/google-cloud-dataform/google/cloud/dataform_v1beta1/services/dataform/async_client.py index 3ff859ee1245..1f0fc3de3110 100644 --- a/packages/google-cloud-dataform/google/cloud/dataform_v1beta1/services/dataform/async_client.py +++ b/packages/google-cloud-dataform/google/cloud/dataform_v1beta1/services/dataform/async_client.py @@ -266,7 +266,7 @@ async def sample_list_repositories(): Args: request (Optional[Union[google.cloud.dataform_v1beta1.types.ListRepositoriesRequest, dict]]): - The request object. `ListRepositories` request message. + The request object. ``ListRepositories`` request message. parent (:class:`str`): Required. The location in which to list repositories. Must be in the format ``projects/*/locations/*``. @@ -378,7 +378,7 @@ async def sample_get_repository(): Args: request (Optional[Union[google.cloud.dataform_v1beta1.types.GetRepositoryRequest, dict]]): - The request object. `GetRepository` request message. + The request object. ``GetRepository`` request message. name (:class:`str`): Required. The repository's name. This corresponds to the ``name`` field @@ -479,7 +479,7 @@ async def sample_create_repository(): Args: request (Optional[Union[google.cloud.dataform_v1beta1.types.CreateRepositoryRequest, dict]]): - The request object. `CreateRepository` request message. + The request object. ``CreateRepository`` request message. parent (:class:`str`): Required. The location in which to create the repository. Must be in the format @@ -597,7 +597,7 @@ async def sample_update_repository(): Args: request (Optional[Union[google.cloud.dataform_v1beta1.types.UpdateRepositoryRequest, dict]]): - The request object. `UpdateRepository` request message. + The request object. ``UpdateRepository`` request message. repository (:class:`google.cloud.dataform_v1beta1.types.Repository`): Required. The repository to update. This corresponds to the ``repository`` field @@ -703,7 +703,7 @@ async def sample_delete_repository(): Args: request (Optional[Union[google.cloud.dataform_v1beta1.types.DeleteRepositoryRequest, dict]]): - The request object. `DeleteRepository` request message. + The request object. ``DeleteRepository`` request message. name (:class:`str`): Required. The repository's name. This corresponds to the ``name`` field @@ -792,8 +792,7 @@ async def sample_fetch_remote_branches(): Args: request (Optional[Union[google.cloud.dataform_v1beta1.types.FetchRemoteBranchesRequest, dict]]): - The request object. `FetchRemoteBranches` request - message. + The request object. ``FetchRemoteBranches`` request message. retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -872,7 +871,7 @@ async def sample_list_workspaces(): Args: request (Optional[Union[google.cloud.dataform_v1beta1.types.ListWorkspacesRequest, dict]]): - The request object. `ListWorkspaces` request message. + The request object. ``ListWorkspaces`` request message. parent (:class:`str`): Required. The repository in which to list workspaces. Must be in the format @@ -985,7 +984,7 @@ async def sample_get_workspace(): Args: request (Optional[Union[google.cloud.dataform_v1beta1.types.GetWorkspaceRequest, dict]]): - The request object. `GetWorkspace` request message. + The request object. ``GetWorkspace`` request message. name (:class:`str`): Required. The workspace's name. This corresponds to the ``name`` field @@ -1085,7 +1084,7 @@ async def sample_create_workspace(): Args: request (Optional[Union[google.cloud.dataform_v1beta1.types.CreateWorkspaceRequest, dict]]): - The request object. `CreateWorkspace` request message. + The request object. ``CreateWorkspace`` request message. parent (:class:`str`): Required. The repository in which to create the workspace. Must be in the format @@ -1200,7 +1199,7 @@ async def sample_delete_workspace(): Args: request (Optional[Union[google.cloud.dataform_v1beta1.types.DeleteWorkspaceRequest, dict]]): - The request object. `DeleteWorkspace` request message. + The request object. ``DeleteWorkspace`` request message. name (:class:`str`): Required. The workspace resource's name. @@ -1292,8 +1291,7 @@ async def sample_install_npm_packages(): Args: request (Optional[Union[google.cloud.dataform_v1beta1.types.InstallNpmPackagesRequest, dict]]): - The request object. `InstallNpmPackages` request - message. + The request object. ``InstallNpmPackages`` request message. retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -1375,7 +1373,7 @@ async def sample_pull_git_commits(): Args: request (Optional[Union[google.cloud.dataform_v1beta1.types.PullGitCommitsRequest, dict]]): - The request object. `PullGitCommits` request message. + The request object. ``PullGitCommits`` request message. retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -1443,7 +1441,7 @@ async def sample_push_git_commits(): Args: request (Optional[Union[google.cloud.dataform_v1beta1.types.PushGitCommitsRequest, dict]]): - The request object. `PushGitCommits` request message. + The request object. ``PushGitCommits`` request message. retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -1513,8 +1511,7 @@ async def sample_fetch_file_git_statuses(): Args: request (Optional[Union[google.cloud.dataform_v1beta1.types.FetchFileGitStatusesRequest, dict]]): - The request object. `FetchFileGitStatuses` request - message. + The request object. ``FetchFileGitStatuses`` request message. retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -1591,8 +1588,7 @@ async def sample_fetch_git_ahead_behind(): Args: request (Optional[Union[google.cloud.dataform_v1beta1.types.FetchGitAheadBehindRequest, dict]]): - The request object. `FetchGitAheadBehind` request - message. + The request object. ``FetchGitAheadBehind`` request message. retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -1672,8 +1668,7 @@ async def sample_commit_workspace_changes(): Args: request (Optional[Union[google.cloud.dataform_v1beta1.types.CommitWorkspaceChangesRequest, dict]]): - The request object. `CommitWorkspaceChanges` request - message. + The request object. ``CommitWorkspaceChanges`` request message. retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -1741,8 +1736,7 @@ async def sample_reset_workspace_changes(): Args: request (Optional[Union[google.cloud.dataform_v1beta1.types.ResetWorkspaceChangesRequest, dict]]): - The request object. `ResetWorkspaceChanges` request - message. + The request object. ``ResetWorkspaceChanges`` request message. retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -1814,7 +1808,7 @@ async def sample_fetch_file_diff(): Args: request (Optional[Union[google.cloud.dataform_v1beta1.types.FetchFileDiffRequest, dict]]): - The request object. `FetchFileDiff` request message. + The request object. ``FetchFileDiff`` request message. retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -1894,8 +1888,7 @@ async def sample_query_directory_contents(): Args: request (Optional[Union[google.cloud.dataform_v1beta1.types.QueryDirectoryContentsRequest, dict]]): - The request object. `QueryDirectoryContents` request - message. + The request object. ``QueryDirectoryContents`` request message. retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -1988,7 +1981,7 @@ async def sample_make_directory(): Args: request (Optional[Union[google.cloud.dataform_v1beta1.types.MakeDirectoryRequest, dict]]): - The request object. `MakeDirectory` request message. + The request object. ``MakeDirectory`` request message. retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -2066,7 +2059,7 @@ async def sample_remove_directory(): Args: request (Optional[Union[google.cloud.dataform_v1beta1.types.RemoveDirectoryRequest, dict]]): - The request object. `RemoveDirectory` request message. + The request object. ``RemoveDirectory`` request message. retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -2141,7 +2134,7 @@ async def sample_move_directory(): Args: request (Optional[Union[google.cloud.dataform_v1beta1.types.MoveDirectoryRequest, dict]]): - The request object. `MoveDirectory` request message. + The request object. ``MoveDirectory`` request message. retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -2221,7 +2214,7 @@ async def sample_read_file(): Args: request (Optional[Union[google.cloud.dataform_v1beta1.types.ReadFileRequest, dict]]): - The request object. `ReadFile` request message. + The request object. ``ReadFile`` request message. retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -2298,7 +2291,7 @@ async def sample_remove_file(): Args: request (Optional[Union[google.cloud.dataform_v1beta1.types.RemoveFileRequest, dict]]): - The request object. `RemoveFile` request message. + The request object. ``RemoveFile`` request message. retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -2372,7 +2365,7 @@ async def sample_move_file(): Args: request (Optional[Union[google.cloud.dataform_v1beta1.types.MoveFileRequest, dict]]): - The request object. `MoveFile` request message. + The request object. ``MoveFile`` request message. retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -2453,7 +2446,7 @@ async def sample_write_file(): Args: request (Optional[Union[google.cloud.dataform_v1beta1.types.WriteFileRequest, dict]]): - The request object. `WriteFile` request message. + The request object. ``WriteFile`` request message. retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -2534,8 +2527,7 @@ async def sample_list_compilation_results(): Args: request (Optional[Union[google.cloud.dataform_v1beta1.types.ListCompilationResultsRequest, dict]]): - The request object. `ListCompilationResults` request - message. + The request object. ``ListCompilationResults`` request message. parent (:class:`str`): Required. The repository in which to list compilation results. Must be in the format @@ -2648,8 +2640,7 @@ async def sample_get_compilation_result(): Args: request (Optional[Union[google.cloud.dataform_v1beta1.types.GetCompilationResultRequest, dict]]): - The request object. `GetCompilationResult` request - message. + The request object. ``GetCompilationResult`` request message. name (:class:`str`): Required. The compilation result's name. @@ -2756,8 +2747,7 @@ async def sample_create_compilation_result(): Args: request (Optional[Union[google.cloud.dataform_v1beta1.types.CreateCompilationResultRequest, dict]]): - The request object. `CreateCompilationResult` request - message. + The request object. ``CreateCompilationResult`` request message. parent (:class:`str`): Required. The repository in which to create the compilation result. Must be in the format @@ -2871,8 +2861,7 @@ async def sample_query_compilation_result_actions(): Args: request (Optional[Union[google.cloud.dataform_v1beta1.types.QueryCompilationResultActionsRequest, dict]]): - The request object. `QueryCompilationResultActions` - request message. + The request object. ``QueryCompilationResultActions`` request message. retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -2964,8 +2953,7 @@ async def sample_list_workflow_invocations(): Args: request (Optional[Union[google.cloud.dataform_v1beta1.types.ListWorkflowInvocationsRequest, dict]]): - The request object. `ListWorkflowInvocations` request - message. + The request object. ``ListWorkflowInvocations`` request message. parent (:class:`str`): Required. The parent resource of the WorkflowInvocation type. Must be in the format @@ -3078,8 +3066,7 @@ async def sample_get_workflow_invocation(): Args: request (Optional[Union[google.cloud.dataform_v1beta1.types.GetWorkflowInvocationRequest, dict]]): - The request object. `GetWorkflowInvocation` request - message. + The request object. ``GetWorkflowInvocation`` request message. name (:class:`str`): Required. The workflow invocation resource's name. @@ -3182,8 +3169,7 @@ async def sample_create_workflow_invocation(): Args: request (Optional[Union[google.cloud.dataform_v1beta1.types.CreateWorkflowInvocationRequest, dict]]): - The request object. `CreateWorkflowInvocation` request - message. + The request object. ``CreateWorkflowInvocation`` request message. parent (:class:`str`): Required. The repository in which to create the workflow invocation. Must be in the format @@ -3291,8 +3277,7 @@ async def sample_delete_workflow_invocation(): Args: request (Optional[Union[google.cloud.dataform_v1beta1.types.DeleteWorkflowInvocationRequest, dict]]): - The request object. `DeleteWorkflowInvocation` request - message. + The request object. ``DeleteWorkflowInvocation`` request message. name (:class:`str`): Required. The workflow invocation resource's name. @@ -3381,8 +3366,7 @@ async def sample_cancel_workflow_invocation(): Args: request (Optional[Union[google.cloud.dataform_v1beta1.types.CancelWorkflowInvocationRequest, dict]]): - The request object. `CancelWorkflowInvocation` request - message. + The request object. ``CancelWorkflowInvocation`` request message. retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -3456,8 +3440,7 @@ async def sample_query_workflow_invocation_actions(): Args: request (Optional[Union[google.cloud.dataform_v1beta1.types.QueryWorkflowInvocationActionsRequest, dict]]): - The request object. `QueryWorkflowInvocationActions` - request message. + The request object. ``QueryWorkflowInvocationActions`` request message. retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. diff --git a/packages/google-cloud-dataform/google/cloud/dataform_v1beta1/services/dataform/client.py b/packages/google-cloud-dataform/google/cloud/dataform_v1beta1/services/dataform/client.py index f5a8babf5173..81c4516e0168 100644 --- a/packages/google-cloud-dataform/google/cloud/dataform_v1beta1/services/dataform/client.py +++ b/packages/google-cloud-dataform/google/cloud/dataform_v1beta1/services/dataform/client.py @@ -585,7 +585,7 @@ def sample_list_repositories(): Args: request (Union[google.cloud.dataform_v1beta1.types.ListRepositoriesRequest, dict]): - The request object. `ListRepositories` request message. + The request object. ``ListRepositories`` request message. parent (str): Required. The location in which to list repositories. Must be in the format ``projects/*/locations/*``. @@ -697,7 +697,7 @@ def sample_get_repository(): Args: request (Union[google.cloud.dataform_v1beta1.types.GetRepositoryRequest, dict]): - The request object. `GetRepository` request message. + The request object. ``GetRepository`` request message. name (str): Required. The repository's name. This corresponds to the ``name`` field @@ -798,7 +798,7 @@ def sample_create_repository(): Args: request (Union[google.cloud.dataform_v1beta1.types.CreateRepositoryRequest, dict]): - The request object. `CreateRepository` request message. + The request object. ``CreateRepository`` request message. parent (str): Required. The location in which to create the repository. Must be in the format @@ -916,7 +916,7 @@ def sample_update_repository(): Args: request (Union[google.cloud.dataform_v1beta1.types.UpdateRepositoryRequest, dict]): - The request object. `UpdateRepository` request message. + The request object. ``UpdateRepository`` request message. repository (google.cloud.dataform_v1beta1.types.Repository): Required. The repository to update. This corresponds to the ``repository`` field @@ -1022,7 +1022,7 @@ def sample_delete_repository(): Args: request (Union[google.cloud.dataform_v1beta1.types.DeleteRepositoryRequest, dict]): - The request object. `DeleteRepository` request message. + The request object. ``DeleteRepository`` request message. name (str): Required. The repository's name. This corresponds to the ``name`` field @@ -1111,8 +1111,7 @@ def sample_fetch_remote_branches(): Args: request (Union[google.cloud.dataform_v1beta1.types.FetchRemoteBranchesRequest, dict]): - The request object. `FetchRemoteBranches` request - message. + The request object. ``FetchRemoteBranches`` request message. retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -1192,7 +1191,7 @@ def sample_list_workspaces(): Args: request (Union[google.cloud.dataform_v1beta1.types.ListWorkspacesRequest, dict]): - The request object. `ListWorkspaces` request message. + The request object. ``ListWorkspaces`` request message. parent (str): Required. The repository in which to list workspaces. Must be in the format @@ -1305,7 +1304,7 @@ def sample_get_workspace(): Args: request (Union[google.cloud.dataform_v1beta1.types.GetWorkspaceRequest, dict]): - The request object. `GetWorkspace` request message. + The request object. ``GetWorkspace`` request message. name (str): Required. The workspace's name. This corresponds to the ``name`` field @@ -1405,7 +1404,7 @@ def sample_create_workspace(): Args: request (Union[google.cloud.dataform_v1beta1.types.CreateWorkspaceRequest, dict]): - The request object. `CreateWorkspace` request message. + The request object. ``CreateWorkspace`` request message. parent (str): Required. The repository in which to create the workspace. Must be in the format @@ -1520,7 +1519,7 @@ def sample_delete_workspace(): Args: request (Union[google.cloud.dataform_v1beta1.types.DeleteWorkspaceRequest, dict]): - The request object. `DeleteWorkspace` request message. + The request object. ``DeleteWorkspace`` request message. name (str): Required. The workspace resource's name. @@ -1612,8 +1611,7 @@ def sample_install_npm_packages(): Args: request (Union[google.cloud.dataform_v1beta1.types.InstallNpmPackagesRequest, dict]): - The request object. `InstallNpmPackages` request - message. + The request object. ``InstallNpmPackages`` request message. retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -1696,7 +1694,7 @@ def sample_pull_git_commits(): Args: request (Union[google.cloud.dataform_v1beta1.types.PullGitCommitsRequest, dict]): - The request object. `PullGitCommits` request message. + The request object. ``PullGitCommits`` request message. retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -1765,7 +1763,7 @@ def sample_push_git_commits(): Args: request (Union[google.cloud.dataform_v1beta1.types.PushGitCommitsRequest, dict]): - The request object. `PushGitCommits` request message. + The request object. ``PushGitCommits`` request message. retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -1836,8 +1834,7 @@ def sample_fetch_file_git_statuses(): Args: request (Union[google.cloud.dataform_v1beta1.types.FetchFileGitStatusesRequest, dict]): - The request object. `FetchFileGitStatuses` request - message. + The request object. ``FetchFileGitStatuses`` request message. retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -1915,8 +1912,7 @@ def sample_fetch_git_ahead_behind(): Args: request (Union[google.cloud.dataform_v1beta1.types.FetchGitAheadBehindRequest, dict]): - The request object. `FetchGitAheadBehind` request - message. + The request object. ``FetchGitAheadBehind`` request message. retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -1997,8 +1993,7 @@ def sample_commit_workspace_changes(): Args: request (Union[google.cloud.dataform_v1beta1.types.CommitWorkspaceChangesRequest, dict]): - The request object. `CommitWorkspaceChanges` request - message. + The request object. ``CommitWorkspaceChanges`` request message. retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -2067,8 +2062,7 @@ def sample_reset_workspace_changes(): Args: request (Union[google.cloud.dataform_v1beta1.types.ResetWorkspaceChangesRequest, dict]): - The request object. `ResetWorkspaceChanges` request - message. + The request object. ``ResetWorkspaceChanges`` request message. retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -2141,7 +2135,7 @@ def sample_fetch_file_diff(): Args: request (Union[google.cloud.dataform_v1beta1.types.FetchFileDiffRequest, dict]): - The request object. `FetchFileDiff` request message. + The request object. ``FetchFileDiff`` request message. retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -2222,8 +2216,7 @@ def sample_query_directory_contents(): Args: request (Union[google.cloud.dataform_v1beta1.types.QueryDirectoryContentsRequest, dict]): - The request object. `QueryDirectoryContents` request - message. + The request object. ``QueryDirectoryContents`` request message. retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -2317,7 +2310,7 @@ def sample_make_directory(): Args: request (Union[google.cloud.dataform_v1beta1.types.MakeDirectoryRequest, dict]): - The request object. `MakeDirectory` request message. + The request object. ``MakeDirectory`` request message. retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -2396,7 +2389,7 @@ def sample_remove_directory(): Args: request (Union[google.cloud.dataform_v1beta1.types.RemoveDirectoryRequest, dict]): - The request object. `RemoveDirectory` request message. + The request object. ``RemoveDirectory`` request message. retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -2472,7 +2465,7 @@ def sample_move_directory(): Args: request (Union[google.cloud.dataform_v1beta1.types.MoveDirectoryRequest, dict]): - The request object. `MoveDirectory` request message. + The request object. ``MoveDirectory`` request message. retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -2553,7 +2546,7 @@ def sample_read_file(): Args: request (Union[google.cloud.dataform_v1beta1.types.ReadFileRequest, dict]): - The request object. `ReadFile` request message. + The request object. ``ReadFile`` request message. retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -2631,7 +2624,7 @@ def sample_remove_file(): Args: request (Union[google.cloud.dataform_v1beta1.types.RemoveFileRequest, dict]): - The request object. `RemoveFile` request message. + The request object. ``RemoveFile`` request message. retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -2706,7 +2699,7 @@ def sample_move_file(): Args: request (Union[google.cloud.dataform_v1beta1.types.MoveFileRequest, dict]): - The request object. `MoveFile` request message. + The request object. ``MoveFile`` request message. retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -2788,7 +2781,7 @@ def sample_write_file(): Args: request (Union[google.cloud.dataform_v1beta1.types.WriteFileRequest, dict]): - The request object. `WriteFile` request message. + The request object. ``WriteFile`` request message. retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -2870,8 +2863,7 @@ def sample_list_compilation_results(): Args: request (Union[google.cloud.dataform_v1beta1.types.ListCompilationResultsRequest, dict]): - The request object. `ListCompilationResults` request - message. + The request object. ``ListCompilationResults`` request message. parent (str): Required. The repository in which to list compilation results. Must be in the format @@ -2984,8 +2976,7 @@ def sample_get_compilation_result(): Args: request (Union[google.cloud.dataform_v1beta1.types.GetCompilationResultRequest, dict]): - The request object. `GetCompilationResult` request - message. + The request object. ``GetCompilationResult`` request message. name (str): Required. The compilation result's name. @@ -3092,8 +3083,7 @@ def sample_create_compilation_result(): Args: request (Union[google.cloud.dataform_v1beta1.types.CreateCompilationResultRequest, dict]): - The request object. `CreateCompilationResult` request - message. + The request object. ``CreateCompilationResult`` request message. parent (str): Required. The repository in which to create the compilation result. Must be in the format @@ -3209,8 +3199,7 @@ def sample_query_compilation_result_actions(): Args: request (Union[google.cloud.dataform_v1beta1.types.QueryCompilationResultActionsRequest, dict]): - The request object. `QueryCompilationResultActions` - request message. + The request object. ``QueryCompilationResultActions`` request message. retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -3305,8 +3294,7 @@ def sample_list_workflow_invocations(): Args: request (Union[google.cloud.dataform_v1beta1.types.ListWorkflowInvocationsRequest, dict]): - The request object. `ListWorkflowInvocations` request - message. + The request object. ``ListWorkflowInvocations`` request message. parent (str): Required. The parent resource of the WorkflowInvocation type. Must be in the format @@ -3421,8 +3409,7 @@ def sample_get_workflow_invocation(): Args: request (Union[google.cloud.dataform_v1beta1.types.GetWorkflowInvocationRequest, dict]): - The request object. `GetWorkflowInvocation` request - message. + The request object. ``GetWorkflowInvocation`` request message. name (str): Required. The workflow invocation resource's name. @@ -3525,8 +3512,7 @@ def sample_create_workflow_invocation(): Args: request (Union[google.cloud.dataform_v1beta1.types.CreateWorkflowInvocationRequest, dict]): - The request object. `CreateWorkflowInvocation` request - message. + The request object. ``CreateWorkflowInvocation`` request message. parent (str): Required. The repository in which to create the workflow invocation. Must be in the format @@ -3636,8 +3622,7 @@ def sample_delete_workflow_invocation(): Args: request (Union[google.cloud.dataform_v1beta1.types.DeleteWorkflowInvocationRequest, dict]): - The request object. `DeleteWorkflowInvocation` request - message. + The request object. ``DeleteWorkflowInvocation`` request message. name (str): Required. The workflow invocation resource's name. @@ -3728,8 +3713,7 @@ def sample_cancel_workflow_invocation(): Args: request (Union[google.cloud.dataform_v1beta1.types.CancelWorkflowInvocationRequest, dict]): - The request object. `CancelWorkflowInvocation` request - message. + The request object. ``CancelWorkflowInvocation`` request message. retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. @@ -3806,8 +3790,7 @@ def sample_query_workflow_invocation_actions(): Args: request (Union[google.cloud.dataform_v1beta1.types.QueryWorkflowInvocationActionsRequest, dict]): - The request object. `QueryWorkflowInvocationActions` - request message. + The request object. ``QueryWorkflowInvocationActions`` request message. retry (google.api_core.retry.Retry): Designation of what errors, if any, should be retried. timeout (float): The timeout for this request. diff --git a/packages/google-cloud-dataform/samples/generated_samples/snippet_metadata_google.cloud.dataform.v1beta1.json b/packages/google-cloud-dataform/samples/generated_samples/snippet_metadata_google.cloud.dataform.v1beta1.json index a3cd55e29d17..acdf6fbdc918 100644 --- a/packages/google-cloud-dataform/samples/generated_samples/snippet_metadata_google.cloud.dataform.v1beta1.json +++ b/packages/google-cloud-dataform/samples/generated_samples/snippet_metadata_google.cloud.dataform.v1beta1.json @@ -8,7 +8,7 @@ ], "language": "PYTHON", "name": "google-cloud-dataform", - "version": "0.5.0" + "version": "0.1.0" }, "snippets": [ { diff --git a/packages/google-cloud-dataform/setup.py b/packages/google-cloud-dataform/setup.py index 2c8002b9cc86..61aceb6b1bf8 100644 --- a/packages/google-cloud-dataform/setup.py +++ b/packages/google-cloud-dataform/setup.py @@ -40,7 +40,7 @@ "proto-plus >= 1.22.0, <2.0.0dev", "proto-plus >= 1.22.2, <2.0.0dev; python_version>='3.11'", "protobuf>=3.19.5,<5.0.0dev,!=3.20.0,!=3.20.1,!=4.21.0,!=4.21.1,!=4.21.2,!=4.21.3,!=4.21.4,!=4.21.5", - "grpc-google-iam-v1 >= 0.12.4, < 1.0.0dev", + "grpc-google-iam-v1 >= 0.12.4, <1.0.0dev", ] url = "https://github.com/googleapis/python-dataform"