Class: Google::Cloud::Dataform::V1beta1::Dataform::Client::Configuration::Rpcs

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/dataform/v1beta1/dataform/client.rb

Overview

Configuration RPC class for the Dataform API.

Includes fields providing the configuration for each RPC in this service. Each configuration object is of type Gapic::Config::Method and includes the following configuration fields:

  • timeout (type: Numeric) - The call timeout in seconds
  • metadata (type: Hash{Symbol=>String}) - Additional gRPC headers
  • retry_policy (*type:*Hash`) - The retry policy. The policy fields include the following keys:
    • :initial_delay (type: Numeric) - The initial delay in seconds.
    • :max_delay (type: Numeric) - The max delay in seconds.
    • :multiplier (type: Numeric) - The incremental backoff multiplier.
    • :jitter (type: Numeric) - The jitter in seconds. Default: 1.0.
    • :retry_codes (type: Array<String>) - The error codes that should trigger a retry.

Instance Attribute Summary collapse

Instance Attribute Details

#cancel_workflow_invocation::Gapic::Config::Method (readonly)

RPC-specific configuration for cancel_workflow_invocation

Returns:

  • (::Gapic::Config::Method)


7734
7735
7736
# File 'lib/google/cloud/dataform/v1beta1/dataform/client.rb', line 7734

def cancel_workflow_invocation
  @cancel_workflow_invocation
end

#commit_repository_changes::Gapic::Config::Method (readonly)

RPC-specific configuration for commit_repository_changes

Returns:

  • (::Gapic::Config::Method)


7509
7510
7511
# File 'lib/google/cloud/dataform/v1beta1/dataform/client.rb', line 7509

def commit_repository_changes
  @commit_repository_changes
end

#commit_workspace_changes::Gapic::Config::Method (readonly)

RPC-specific configuration for commit_workspace_changes

Returns:

  • (::Gapic::Config::Method)


7584
7585
7586
# File 'lib/google/cloud/dataform/v1beta1/dataform/client.rb', line 7584

def commit_workspace_changes
  @commit_workspace_changes
end

#compute_repository_access_token_status::Gapic::Config::Method (readonly)

RPC-specific configuration for compute_repository_access_token_status

Returns:

  • (::Gapic::Config::Method)


7529
7530
7531
# File 'lib/google/cloud/dataform/v1beta1/dataform/client.rb', line 7529

def compute_repository_access_token_status
  @compute_repository_access_token_status
end

#create_compilation_result::Gapic::Config::Method (readonly)

RPC-specific configuration for create_compilation_result

Returns:

  • (::Gapic::Config::Method)


7679
7680
7681
# File 'lib/google/cloud/dataform/v1beta1/dataform/client.rb', line 7679

def create_compilation_result
  @create_compilation_result
end

#create_folder::Gapic::Config::Method (readonly)

RPC-specific configuration for create_folder

Returns:

  • (::Gapic::Config::Method)


7439
7440
7441
# File 'lib/google/cloud/dataform/v1beta1/dataform/client.rb', line 7439

def create_folder
  @create_folder
end

#create_release_config::Gapic::Config::Method (readonly)

RPC-specific configuration for create_release_config

Returns:

  • (::Gapic::Config::Method)


7654
7655
7656
# File 'lib/google/cloud/dataform/v1beta1/dataform/client.rb', line 7654

def create_release_config
  @create_release_config
end

#create_repository::Gapic::Config::Method (readonly)

RPC-specific configuration for create_repository

Returns:

  • (::Gapic::Config::Method)


7484
7485
7486
# File 'lib/google/cloud/dataform/v1beta1/dataform/client.rb', line 7484

def create_repository
  @create_repository
end

#create_team_folder::Gapic::Config::Method (readonly)

RPC-specific configuration for create_team_folder

Returns:

  • (::Gapic::Config::Method)


7404
7405
7406
# File 'lib/google/cloud/dataform/v1beta1/dataform/client.rb', line 7404

def create_team_folder
  @create_team_folder
end

#create_workflow_config::Gapic::Config::Method (readonly)

RPC-specific configuration for create_workflow_config

Returns:

  • (::Gapic::Config::Method)


7699
7700
7701
# File 'lib/google/cloud/dataform/v1beta1/dataform/client.rb', line 7699

def create_workflow_config
  @create_workflow_config
end

#create_workflow_invocation::Gapic::Config::Method (readonly)

RPC-specific configuration for create_workflow_invocation

Returns:

  • (::Gapic::Config::Method)


7724
7725
7726
# File 'lib/google/cloud/dataform/v1beta1/dataform/client.rb', line 7724

def create_workflow_invocation
  @create_workflow_invocation
end

#create_workspace::Gapic::Config::Method (readonly)

RPC-specific configuration for create_workspace

Returns:

  • (::Gapic::Config::Method)


7549
7550
7551
# File 'lib/google/cloud/dataform/v1beta1/dataform/client.rb', line 7549

def create_workspace
  @create_workspace
end

#delete_folder::Gapic::Config::Method (readonly)

RPC-specific configuration for delete_folder

Returns:

  • (::Gapic::Config::Method)


7449
7450
7451
# File 'lib/google/cloud/dataform/v1beta1/dataform/client.rb', line 7449

def delete_folder
  @delete_folder
end

#delete_folder_tree::Gapic::Config::Method (readonly)

RPC-specific configuration for delete_folder_tree

Returns:

  • (::Gapic::Config::Method)


7454
7455
7456
# File 'lib/google/cloud/dataform/v1beta1/dataform/client.rb', line 7454

def delete_folder_tree
  @delete_folder_tree
end

#delete_release_config::Gapic::Config::Method (readonly)

RPC-specific configuration for delete_release_config

Returns:

  • (::Gapic::Config::Method)


7664
7665
7666
# File 'lib/google/cloud/dataform/v1beta1/dataform/client.rb', line 7664

def delete_release_config
  @delete_release_config
end

#delete_repository::Gapic::Config::Method (readonly)

RPC-specific configuration for delete_repository

Returns:

  • (::Gapic::Config::Method)


7494
7495
7496
# File 'lib/google/cloud/dataform/v1beta1/dataform/client.rb', line 7494

def delete_repository
  @delete_repository
end

#delete_repository_long_running::Gapic::Config::Method (readonly)

RPC-specific configuration for delete_repository_long_running

Returns:

  • (::Gapic::Config::Method)


7499
7500
7501
# File 'lib/google/cloud/dataform/v1beta1/dataform/client.rb', line 7499

def delete_repository_long_running
  @delete_repository_long_running
end

#delete_team_folder::Gapic::Config::Method (readonly)

RPC-specific configuration for delete_team_folder

Returns:

  • (::Gapic::Config::Method)


7414
7415
7416
# File 'lib/google/cloud/dataform/v1beta1/dataform/client.rb', line 7414

def delete_team_folder
  @delete_team_folder
end

#delete_team_folder_tree::Gapic::Config::Method (readonly)

RPC-specific configuration for delete_team_folder_tree

Returns:

  • (::Gapic::Config::Method)


7419
7420
7421
# File 'lib/google/cloud/dataform/v1beta1/dataform/client.rb', line 7419

def delete_team_folder_tree
  @delete_team_folder_tree
end

#delete_workflow_config::Gapic::Config::Method (readonly)

RPC-specific configuration for delete_workflow_config

Returns:

  • (::Gapic::Config::Method)


7709
7710
7711
# File 'lib/google/cloud/dataform/v1beta1/dataform/client.rb', line 7709

def delete_workflow_config
  @delete_workflow_config
end

#delete_workflow_invocation::Gapic::Config::Method (readonly)

RPC-specific configuration for delete_workflow_invocation

Returns:

  • (::Gapic::Config::Method)


7729
7730
7731
# File 'lib/google/cloud/dataform/v1beta1/dataform/client.rb', line 7729

def delete_workflow_invocation
  @delete_workflow_invocation
end

#delete_workspace::Gapic::Config::Method (readonly)

RPC-specific configuration for delete_workspace

Returns:

  • (::Gapic::Config::Method)


7554
7555
7556
# File 'lib/google/cloud/dataform/v1beta1/dataform/client.rb', line 7554

def delete_workspace
  @delete_workspace
end

#fetch_file_diff::Gapic::Config::Method (readonly)

RPC-specific configuration for fetch_file_diff

Returns:

  • (::Gapic::Config::Method)


7594
7595
7596
# File 'lib/google/cloud/dataform/v1beta1/dataform/client.rb', line 7594

def fetch_file_diff
  @fetch_file_diff
end

#fetch_file_git_statuses::Gapic::Config::Method (readonly)

RPC-specific configuration for fetch_file_git_statuses

Returns:

  • (::Gapic::Config::Method)


7574
7575
7576
# File 'lib/google/cloud/dataform/v1beta1/dataform/client.rb', line 7574

def fetch_file_git_statuses
  @fetch_file_git_statuses
end

#fetch_git_ahead_behind::Gapic::Config::Method (readonly)

RPC-specific configuration for fetch_git_ahead_behind

Returns:

  • (::Gapic::Config::Method)


7579
7580
7581
# File 'lib/google/cloud/dataform/v1beta1/dataform/client.rb', line 7579

def fetch_git_ahead_behind
  @fetch_git_ahead_behind
end

#fetch_remote_branches::Gapic::Config::Method (readonly)

RPC-specific configuration for fetch_remote_branches

Returns:

  • (::Gapic::Config::Method)


7534
7535
7536
# File 'lib/google/cloud/dataform/v1beta1/dataform/client.rb', line 7534

def fetch_remote_branches
  @fetch_remote_branches
end

#fetch_repository_history::Gapic::Config::Method (readonly)

RPC-specific configuration for fetch_repository_history

Returns:

  • (::Gapic::Config::Method)


7524
7525
7526
# File 'lib/google/cloud/dataform/v1beta1/dataform/client.rb', line 7524

def fetch_repository_history
  @fetch_repository_history
end

#get_compilation_result::Gapic::Config::Method (readonly)

RPC-specific configuration for get_compilation_result

Returns:

  • (::Gapic::Config::Method)


7674
7675
7676
# File 'lib/google/cloud/dataform/v1beta1/dataform/client.rb', line 7674

def get_compilation_result
  @get_compilation_result
end

#get_config::Gapic::Config::Method (readonly)

RPC-specific configuration for get_config

Returns:

  • (::Gapic::Config::Method)


7744
7745
7746
# File 'lib/google/cloud/dataform/v1beta1/dataform/client.rb', line 7744

def get_config
  @get_config
end

#get_folder::Gapic::Config::Method (readonly)

RPC-specific configuration for get_folder

Returns:

  • (::Gapic::Config::Method)


7434
7435
7436
# File 'lib/google/cloud/dataform/v1beta1/dataform/client.rb', line 7434

def get_folder
  @get_folder
end

#get_iam_policy::Gapic::Config::Method (readonly)

RPC-specific configuration for get_iam_policy

Returns:

  • (::Gapic::Config::Method)


7754
7755
7756
# File 'lib/google/cloud/dataform/v1beta1/dataform/client.rb', line 7754

def get_iam_policy
  @get_iam_policy
end

#get_release_config::Gapic::Config::Method (readonly)

RPC-specific configuration for get_release_config

Returns:

  • (::Gapic::Config::Method)


7649
7650
7651
# File 'lib/google/cloud/dataform/v1beta1/dataform/client.rb', line 7649

def get_release_config
  @get_release_config
end

#get_repository::Gapic::Config::Method (readonly)

RPC-specific configuration for get_repository

Returns:

  • (::Gapic::Config::Method)


7479
7480
7481
# File 'lib/google/cloud/dataform/v1beta1/dataform/client.rb', line 7479

def get_repository
  @get_repository
end

#get_team_folder::Gapic::Config::Method (readonly)

RPC-specific configuration for get_team_folder

Returns:

  • (::Gapic::Config::Method)


7399
7400
7401
# File 'lib/google/cloud/dataform/v1beta1/dataform/client.rb', line 7399

def get_team_folder
  @get_team_folder
end

#get_workflow_config::Gapic::Config::Method (readonly)

RPC-specific configuration for get_workflow_config

Returns:

  • (::Gapic::Config::Method)


7694
7695
7696
# File 'lib/google/cloud/dataform/v1beta1/dataform/client.rb', line 7694

def get_workflow_config
  @get_workflow_config
end

#get_workflow_invocation::Gapic::Config::Method (readonly)

RPC-specific configuration for get_workflow_invocation

Returns:

  • (::Gapic::Config::Method)


7719
7720
7721
# File 'lib/google/cloud/dataform/v1beta1/dataform/client.rb', line 7719

def get_workflow_invocation
  @get_workflow_invocation
end

#get_workspace::Gapic::Config::Method (readonly)

RPC-specific configuration for get_workspace

Returns:

  • (::Gapic::Config::Method)


7544
7545
7546
# File 'lib/google/cloud/dataform/v1beta1/dataform/client.rb', line 7544

def get_workspace
  @get_workspace
end

#install_npm_packages::Gapic::Config::Method (readonly)

RPC-specific configuration for install_npm_packages

Returns:

  • (::Gapic::Config::Method)


7559
7560
7561
# File 'lib/google/cloud/dataform/v1beta1/dataform/client.rb', line 7559

def install_npm_packages
  @install_npm_packages
end

#list_compilation_results::Gapic::Config::Method (readonly)

RPC-specific configuration for list_compilation_results

Returns:

  • (::Gapic::Config::Method)


7669
7670
7671
# File 'lib/google/cloud/dataform/v1beta1/dataform/client.rb', line 7669

def list_compilation_results
  @list_compilation_results
end

#list_release_configs::Gapic::Config::Method (readonly)

RPC-specific configuration for list_release_configs

Returns:

  • (::Gapic::Config::Method)


7644
7645
7646
# File 'lib/google/cloud/dataform/v1beta1/dataform/client.rb', line 7644

def list_release_configs
  @list_release_configs
end

#list_repositories::Gapic::Config::Method (readonly)

RPC-specific configuration for list_repositories

Returns:

  • (::Gapic::Config::Method)


7474
7475
7476
# File 'lib/google/cloud/dataform/v1beta1/dataform/client.rb', line 7474

def list_repositories
  @list_repositories
end

#list_workflow_configs::Gapic::Config::Method (readonly)

RPC-specific configuration for list_workflow_configs

Returns:

  • (::Gapic::Config::Method)


7689
7690
7691
# File 'lib/google/cloud/dataform/v1beta1/dataform/client.rb', line 7689

def list_workflow_configs
  @list_workflow_configs
end

#list_workflow_invocations::Gapic::Config::Method (readonly)

RPC-specific configuration for list_workflow_invocations

Returns:

  • (::Gapic::Config::Method)


7714
7715
7716
# File 'lib/google/cloud/dataform/v1beta1/dataform/client.rb', line 7714

def list_workflow_invocations
  @list_workflow_invocations
end

#list_workspaces::Gapic::Config::Method (readonly)

RPC-specific configuration for list_workspaces

Returns:

  • (::Gapic::Config::Method)


7539
7540
7541
# File 'lib/google/cloud/dataform/v1beta1/dataform/client.rb', line 7539

def list_workspaces
  @list_workspaces
end

#make_directory::Gapic::Config::Method (readonly)

RPC-specific configuration for make_directory

Returns:

  • (::Gapic::Config::Method)


7609
7610
7611
# File 'lib/google/cloud/dataform/v1beta1/dataform/client.rb', line 7609

def make_directory
  @make_directory
end

#move_directory::Gapic::Config::Method (readonly)

RPC-specific configuration for move_directory

Returns:

  • (::Gapic::Config::Method)


7619
7620
7621
# File 'lib/google/cloud/dataform/v1beta1/dataform/client.rb', line 7619

def move_directory
  @move_directory
end

#move_file::Gapic::Config::Method (readonly)

RPC-specific configuration for move_file

Returns:

  • (::Gapic::Config::Method)


7634
7635
7636
# File 'lib/google/cloud/dataform/v1beta1/dataform/client.rb', line 7634

def move_file
  @move_file
end

#move_folder::Gapic::Config::Method (readonly)

RPC-specific configuration for move_folder

Returns:

  • (::Gapic::Config::Method)


7469
7470
7471
# File 'lib/google/cloud/dataform/v1beta1/dataform/client.rb', line 7469

def move_folder
  @move_folder
end

#move_repository::Gapic::Config::Method (readonly)

RPC-specific configuration for move_repository

Returns:

  • (::Gapic::Config::Method)


7504
7505
7506
# File 'lib/google/cloud/dataform/v1beta1/dataform/client.rb', line 7504

def move_repository
  @move_repository
end

#pull_git_commits::Gapic::Config::Method (readonly)

RPC-specific configuration for pull_git_commits

Returns:

  • (::Gapic::Config::Method)


7564
7565
7566
# File 'lib/google/cloud/dataform/v1beta1/dataform/client.rb', line 7564

def pull_git_commits
  @pull_git_commits
end

#push_git_commits::Gapic::Config::Method (readonly)

RPC-specific configuration for push_git_commits

Returns:

  • (::Gapic::Config::Method)


7569
7570
7571
# File 'lib/google/cloud/dataform/v1beta1/dataform/client.rb', line 7569

def push_git_commits
  @push_git_commits
end

#query_compilation_result_actions::Gapic::Config::Method (readonly)

RPC-specific configuration for query_compilation_result_actions

Returns:

  • (::Gapic::Config::Method)


7684
7685
7686
# File 'lib/google/cloud/dataform/v1beta1/dataform/client.rb', line 7684

def query_compilation_result_actions
  @query_compilation_result_actions
end

#query_directory_contents::Gapic::Config::Method (readonly)

RPC-specific configuration for query_directory_contents

Returns:

  • (::Gapic::Config::Method)


7599
7600
7601
# File 'lib/google/cloud/dataform/v1beta1/dataform/client.rb', line 7599

def query_directory_contents
  @query_directory_contents
end

#query_folder_contents::Gapic::Config::Method (readonly)

RPC-specific configuration for query_folder_contents

Returns:

  • (::Gapic::Config::Method)


7459
7460
7461
# File 'lib/google/cloud/dataform/v1beta1/dataform/client.rb', line 7459

def query_folder_contents
  @query_folder_contents
end

#query_repository_directory_contents::Gapic::Config::Method (readonly)

RPC-specific configuration for query_repository_directory_contents

Returns:

  • (::Gapic::Config::Method)


7519
7520
7521
# File 'lib/google/cloud/dataform/v1beta1/dataform/client.rb', line 7519

def query_repository_directory_contents
  @query_repository_directory_contents
end

#query_team_folder_contents::Gapic::Config::Method (readonly)

RPC-specific configuration for query_team_folder_contents

Returns:

  • (::Gapic::Config::Method)


7424
7425
7426
# File 'lib/google/cloud/dataform/v1beta1/dataform/client.rb', line 7424

def query_team_folder_contents
  @query_team_folder_contents
end

#query_user_root_contents::Gapic::Config::Method (readonly)

RPC-specific configuration for query_user_root_contents

Returns:

  • (::Gapic::Config::Method)


7464
7465
7466
# File 'lib/google/cloud/dataform/v1beta1/dataform/client.rb', line 7464

def query_user_root_contents
  @query_user_root_contents
end

#query_workflow_invocation_actions::Gapic::Config::Method (readonly)

RPC-specific configuration for query_workflow_invocation_actions

Returns:

  • (::Gapic::Config::Method)


7739
7740
7741
# File 'lib/google/cloud/dataform/v1beta1/dataform/client.rb', line 7739

def query_workflow_invocation_actions
  @query_workflow_invocation_actions
end

#read_file::Gapic::Config::Method (readonly)

RPC-specific configuration for read_file

Returns:

  • (::Gapic::Config::Method)


7624
7625
7626
# File 'lib/google/cloud/dataform/v1beta1/dataform/client.rb', line 7624

def read_file
  @read_file
end

#read_repository_file::Gapic::Config::Method (readonly)

RPC-specific configuration for read_repository_file

Returns:

  • (::Gapic::Config::Method)


7514
7515
7516
# File 'lib/google/cloud/dataform/v1beta1/dataform/client.rb', line 7514

def read_repository_file
  @read_repository_file
end

#remove_directory::Gapic::Config::Method (readonly)

RPC-specific configuration for remove_directory

Returns:

  • (::Gapic::Config::Method)


7614
7615
7616
# File 'lib/google/cloud/dataform/v1beta1/dataform/client.rb', line 7614

def remove_directory
  @remove_directory
end

#remove_file::Gapic::Config::Method (readonly)

RPC-specific configuration for remove_file

Returns:

  • (::Gapic::Config::Method)


7629
7630
7631
# File 'lib/google/cloud/dataform/v1beta1/dataform/client.rb', line 7629

def remove_file
  @remove_file
end

#reset_workspace_changes::Gapic::Config::Method (readonly)

RPC-specific configuration for reset_workspace_changes

Returns:

  • (::Gapic::Config::Method)


7589
7590
7591
# File 'lib/google/cloud/dataform/v1beta1/dataform/client.rb', line 7589

def reset_workspace_changes
  @reset_workspace_changes
end

#search_files::Gapic::Config::Method (readonly)

RPC-specific configuration for search_files

Returns:

  • (::Gapic::Config::Method)


7604
7605
7606
# File 'lib/google/cloud/dataform/v1beta1/dataform/client.rb', line 7604

def search_files
  @search_files
end

#search_team_folders::Gapic::Config::Method (readonly)

RPC-specific configuration for search_team_folders

Returns:

  • (::Gapic::Config::Method)


7429
7430
7431
# File 'lib/google/cloud/dataform/v1beta1/dataform/client.rb', line 7429

def search_team_folders
  @search_team_folders
end

#set_iam_policy::Gapic::Config::Method (readonly)

RPC-specific configuration for set_iam_policy

Returns:

  • (::Gapic::Config::Method)


7759
7760
7761
# File 'lib/google/cloud/dataform/v1beta1/dataform/client.rb', line 7759

def set_iam_policy
  @set_iam_policy
end

#test_iam_permissions::Gapic::Config::Method (readonly)

RPC-specific configuration for test_iam_permissions

Returns:

  • (::Gapic::Config::Method)


7764
7765
7766
# File 'lib/google/cloud/dataform/v1beta1/dataform/client.rb', line 7764

def test_iam_permissions
  @test_iam_permissions
end

#update_config::Gapic::Config::Method (readonly)

RPC-specific configuration for update_config

Returns:

  • (::Gapic::Config::Method)


7749
7750
7751
# File 'lib/google/cloud/dataform/v1beta1/dataform/client.rb', line 7749

def update_config
  @update_config
end

#update_folder::Gapic::Config::Method (readonly)

RPC-specific configuration for update_folder

Returns:

  • (::Gapic::Config::Method)


7444
7445
7446
# File 'lib/google/cloud/dataform/v1beta1/dataform/client.rb', line 7444

def update_folder
  @update_folder
end

#update_release_config::Gapic::Config::Method (readonly)

RPC-specific configuration for update_release_config

Returns:

  • (::Gapic::Config::Method)


7659
7660
7661
# File 'lib/google/cloud/dataform/v1beta1/dataform/client.rb', line 7659

def update_release_config
  @update_release_config
end

#update_repository::Gapic::Config::Method (readonly)

RPC-specific configuration for update_repository

Returns:

  • (::Gapic::Config::Method)


7489
7490
7491
# File 'lib/google/cloud/dataform/v1beta1/dataform/client.rb', line 7489

def update_repository
  @update_repository
end

#update_team_folder::Gapic::Config::Method (readonly)

RPC-specific configuration for update_team_folder

Returns:

  • (::Gapic::Config::Method)


7409
7410
7411
# File 'lib/google/cloud/dataform/v1beta1/dataform/client.rb', line 7409

def update_team_folder
  @update_team_folder
end

#update_workflow_config::Gapic::Config::Method (readonly)

RPC-specific configuration for update_workflow_config

Returns:

  • (::Gapic::Config::Method)


7704
7705
7706
# File 'lib/google/cloud/dataform/v1beta1/dataform/client.rb', line 7704

def update_workflow_config
  @update_workflow_config
end

#write_file::Gapic::Config::Method (readonly)

RPC-specific configuration for write_file

Returns:

  • (::Gapic::Config::Method)


7639
7640
7641
# File 'lib/google/cloud/dataform/v1beta1/dataform/client.rb', line 7639

def write_file
  @write_file
end