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

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/dataform/v1beta1/dataform/rest/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 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.
    • :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)


4877
4878
4879
# File 'lib/google/cloud/dataform/v1beta1/dataform/rest/client.rb', line 4877

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)


4657
4658
4659
# File 'lib/google/cloud/dataform/v1beta1/dataform/rest/client.rb', line 4657

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)


4732
4733
4734
# File 'lib/google/cloud/dataform/v1beta1/dataform/rest/client.rb', line 4732

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)


4677
4678
4679
# File 'lib/google/cloud/dataform/v1beta1/dataform/rest/client.rb', line 4677

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)


4822
4823
4824
# File 'lib/google/cloud/dataform/v1beta1/dataform/rest/client.rb', line 4822

def create_compilation_result
  @create_compilation_result
end

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

RPC-specific configuration for create_release_config

Returns:

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


4797
4798
4799
# File 'lib/google/cloud/dataform/v1beta1/dataform/rest/client.rb', line 4797

def create_release_config
  @create_release_config
end

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

RPC-specific configuration for create_repository

Returns:

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


4642
4643
4644
# File 'lib/google/cloud/dataform/v1beta1/dataform/rest/client.rb', line 4642

def create_repository
  @create_repository
end

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

RPC-specific configuration for create_workflow_config

Returns:

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


4842
4843
4844
# File 'lib/google/cloud/dataform/v1beta1/dataform/rest/client.rb', line 4842

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)


4867
4868
4869
# File 'lib/google/cloud/dataform/v1beta1/dataform/rest/client.rb', line 4867

def create_workflow_invocation
  @create_workflow_invocation
end

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

RPC-specific configuration for create_workspace

Returns:

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


4697
4698
4699
# File 'lib/google/cloud/dataform/v1beta1/dataform/rest/client.rb', line 4697

def create_workspace
  @create_workspace
end

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

RPC-specific configuration for delete_release_config

Returns:

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


4807
4808
4809
# File 'lib/google/cloud/dataform/v1beta1/dataform/rest/client.rb', line 4807

def delete_release_config
  @delete_release_config
end

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

RPC-specific configuration for delete_repository

Returns:

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


4652
4653
4654
# File 'lib/google/cloud/dataform/v1beta1/dataform/rest/client.rb', line 4652

def delete_repository
  @delete_repository
end

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

RPC-specific configuration for delete_workflow_config

Returns:

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


4852
4853
4854
# File 'lib/google/cloud/dataform/v1beta1/dataform/rest/client.rb', line 4852

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)


4872
4873
4874
# File 'lib/google/cloud/dataform/v1beta1/dataform/rest/client.rb', line 4872

def delete_workflow_invocation
  @delete_workflow_invocation
end

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

RPC-specific configuration for delete_workspace

Returns:

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


4702
4703
4704
# File 'lib/google/cloud/dataform/v1beta1/dataform/rest/client.rb', line 4702

def delete_workspace
  @delete_workspace
end

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

RPC-specific configuration for fetch_file_diff

Returns:

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


4742
4743
4744
# File 'lib/google/cloud/dataform/v1beta1/dataform/rest/client.rb', line 4742

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)


4722
4723
4724
# File 'lib/google/cloud/dataform/v1beta1/dataform/rest/client.rb', line 4722

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)


4727
4728
4729
# File 'lib/google/cloud/dataform/v1beta1/dataform/rest/client.rb', line 4727

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)


4682
4683
4684
# File 'lib/google/cloud/dataform/v1beta1/dataform/rest/client.rb', line 4682

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)


4672
4673
4674
# File 'lib/google/cloud/dataform/v1beta1/dataform/rest/client.rb', line 4672

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)


4817
4818
4819
# File 'lib/google/cloud/dataform/v1beta1/dataform/rest/client.rb', line 4817

def get_compilation_result
  @get_compilation_result
end

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

RPC-specific configuration for get_release_config

Returns:

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


4792
4793
4794
# File 'lib/google/cloud/dataform/v1beta1/dataform/rest/client.rb', line 4792

def get_release_config
  @get_release_config
end

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

RPC-specific configuration for get_repository

Returns:

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


4637
4638
4639
# File 'lib/google/cloud/dataform/v1beta1/dataform/rest/client.rb', line 4637

def get_repository
  @get_repository
end

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

RPC-specific configuration for get_workflow_config

Returns:

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


4837
4838
4839
# File 'lib/google/cloud/dataform/v1beta1/dataform/rest/client.rb', line 4837

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)


4862
4863
4864
# File 'lib/google/cloud/dataform/v1beta1/dataform/rest/client.rb', line 4862

def get_workflow_invocation
  @get_workflow_invocation
end

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

RPC-specific configuration for get_workspace

Returns:

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


4692
4693
4694
# File 'lib/google/cloud/dataform/v1beta1/dataform/rest/client.rb', line 4692

def get_workspace
  @get_workspace
end

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

RPC-specific configuration for install_npm_packages

Returns:

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


4707
4708
4709
# File 'lib/google/cloud/dataform/v1beta1/dataform/rest/client.rb', line 4707

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)


4812
4813
4814
# File 'lib/google/cloud/dataform/v1beta1/dataform/rest/client.rb', line 4812

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)


4787
4788
4789
# File 'lib/google/cloud/dataform/v1beta1/dataform/rest/client.rb', line 4787

def list_release_configs
  @list_release_configs
end

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

RPC-specific configuration for list_repositories

Returns:

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


4632
4633
4634
# File 'lib/google/cloud/dataform/v1beta1/dataform/rest/client.rb', line 4632

def list_repositories
  @list_repositories
end

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

RPC-specific configuration for list_workflow_configs

Returns:

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


4832
4833
4834
# File 'lib/google/cloud/dataform/v1beta1/dataform/rest/client.rb', line 4832

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)


4857
4858
4859
# File 'lib/google/cloud/dataform/v1beta1/dataform/rest/client.rb', line 4857

def list_workflow_invocations
  @list_workflow_invocations
end

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

RPC-specific configuration for list_workspaces

Returns:

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


4687
4688
4689
# File 'lib/google/cloud/dataform/v1beta1/dataform/rest/client.rb', line 4687

def list_workspaces
  @list_workspaces
end

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

RPC-specific configuration for make_directory

Returns:

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


4752
4753
4754
# File 'lib/google/cloud/dataform/v1beta1/dataform/rest/client.rb', line 4752

def make_directory
  @make_directory
end

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

RPC-specific configuration for move_directory

Returns:

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


4762
4763
4764
# File 'lib/google/cloud/dataform/v1beta1/dataform/rest/client.rb', line 4762

def move_directory
  @move_directory
end

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

RPC-specific configuration for move_file

Returns:

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


4777
4778
4779
# File 'lib/google/cloud/dataform/v1beta1/dataform/rest/client.rb', line 4777

def move_file
  @move_file
end

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

RPC-specific configuration for pull_git_commits

Returns:

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


4712
4713
4714
# File 'lib/google/cloud/dataform/v1beta1/dataform/rest/client.rb', line 4712

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)


4717
4718
4719
# File 'lib/google/cloud/dataform/v1beta1/dataform/rest/client.rb', line 4717

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)


4827
4828
4829
# File 'lib/google/cloud/dataform/v1beta1/dataform/rest/client.rb', line 4827

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)


4747
4748
4749
# File 'lib/google/cloud/dataform/v1beta1/dataform/rest/client.rb', line 4747

def query_directory_contents
  @query_directory_contents
end

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

RPC-specific configuration for query_repository_directory_contents

Returns:

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


4667
4668
4669
# File 'lib/google/cloud/dataform/v1beta1/dataform/rest/client.rb', line 4667

def query_repository_directory_contents
  @query_repository_directory_contents
end

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

RPC-specific configuration for query_workflow_invocation_actions

Returns:

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


4882
4883
4884
# File 'lib/google/cloud/dataform/v1beta1/dataform/rest/client.rb', line 4882

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)


4767
4768
4769
# File 'lib/google/cloud/dataform/v1beta1/dataform/rest/client.rb', line 4767

def read_file
  @read_file
end

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

RPC-specific configuration for read_repository_file

Returns:

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


4662
4663
4664
# File 'lib/google/cloud/dataform/v1beta1/dataform/rest/client.rb', line 4662

def read_repository_file
  @read_repository_file
end

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

RPC-specific configuration for remove_directory

Returns:

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


4757
4758
4759
# File 'lib/google/cloud/dataform/v1beta1/dataform/rest/client.rb', line 4757

def remove_directory
  @remove_directory
end

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

RPC-specific configuration for remove_file

Returns:

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


4772
4773
4774
# File 'lib/google/cloud/dataform/v1beta1/dataform/rest/client.rb', line 4772

def remove_file
  @remove_file
end

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

RPC-specific configuration for reset_workspace_changes

Returns:

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


4737
4738
4739
# File 'lib/google/cloud/dataform/v1beta1/dataform/rest/client.rb', line 4737

def reset_workspace_changes
  @reset_workspace_changes
end

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

RPC-specific configuration for update_release_config

Returns:

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


4802
4803
4804
# File 'lib/google/cloud/dataform/v1beta1/dataform/rest/client.rb', line 4802

def update_release_config
  @update_release_config
end

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

RPC-specific configuration for update_repository

Returns:

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


4647
4648
4649
# File 'lib/google/cloud/dataform/v1beta1/dataform/rest/client.rb', line 4647

def update_repository
  @update_repository
end

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

RPC-specific configuration for update_workflow_config

Returns:

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


4847
4848
4849
# File 'lib/google/cloud/dataform/v1beta1/dataform/rest/client.rb', line 4847

def update_workflow_config
  @update_workflow_config
end

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

RPC-specific configuration for write_file

Returns:

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


4782
4783
4784
# File 'lib/google/cloud/dataform/v1beta1/dataform/rest/client.rb', line 4782

def write_file
  @write_file
end