Class: Google::Cloud::Dataplex::V1::BusinessGlossaryService::Client::Configuration::Rpcs

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/dataplex/v1/business_glossary_service/client.rb

Overview

Configuration RPC class for the BusinessGlossaryService 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.
    • :retry_codes (type: Array<String>) - The error codes that should trigger a retry.

Instance Attribute Summary collapse

Instance Attribute Details

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

RPC-specific configuration for create_glossary

Returns:

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


1871
1872
1873
# File 'lib/google/cloud/dataplex/v1/business_glossary_service/client.rb', line 1871

def create_glossary
  @create_glossary
end

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

RPC-specific configuration for create_glossary_category

Returns:

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


1896
1897
1898
# File 'lib/google/cloud/dataplex/v1/business_glossary_service/client.rb', line 1896

def create_glossary_category
  @create_glossary_category
end

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

RPC-specific configuration for create_glossary_term

Returns:

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


1921
1922
1923
# File 'lib/google/cloud/dataplex/v1/business_glossary_service/client.rb', line 1921

def create_glossary_term
  @create_glossary_term
end

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

RPC-specific configuration for delete_glossary

Returns:

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


1881
1882
1883
# File 'lib/google/cloud/dataplex/v1/business_glossary_service/client.rb', line 1881

def delete_glossary
  @delete_glossary
end

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

RPC-specific configuration for delete_glossary_category

Returns:

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


1906
1907
1908
# File 'lib/google/cloud/dataplex/v1/business_glossary_service/client.rb', line 1906

def delete_glossary_category
  @delete_glossary_category
end

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

RPC-specific configuration for delete_glossary_term

Returns:

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


1931
1932
1933
# File 'lib/google/cloud/dataplex/v1/business_glossary_service/client.rb', line 1931

def delete_glossary_term
  @delete_glossary_term
end

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

RPC-specific configuration for get_glossary

Returns:

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


1886
1887
1888
# File 'lib/google/cloud/dataplex/v1/business_glossary_service/client.rb', line 1886

def get_glossary
  @get_glossary
end

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

RPC-specific configuration for get_glossary_category

Returns:

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


1911
1912
1913
# File 'lib/google/cloud/dataplex/v1/business_glossary_service/client.rb', line 1911

def get_glossary_category
  @get_glossary_category
end

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

RPC-specific configuration for get_glossary_term

Returns:

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


1936
1937
1938
# File 'lib/google/cloud/dataplex/v1/business_glossary_service/client.rb', line 1936

def get_glossary_term
  @get_glossary_term
end

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

RPC-specific configuration for list_glossaries

Returns:

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


1891
1892
1893
# File 'lib/google/cloud/dataplex/v1/business_glossary_service/client.rb', line 1891

def list_glossaries
  @list_glossaries
end

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

RPC-specific configuration for list_glossary_categories

Returns:

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


1916
1917
1918
# File 'lib/google/cloud/dataplex/v1/business_glossary_service/client.rb', line 1916

def list_glossary_categories
  @list_glossary_categories
end

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

RPC-specific configuration for list_glossary_terms

Returns:

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


1941
1942
1943
# File 'lib/google/cloud/dataplex/v1/business_glossary_service/client.rb', line 1941

def list_glossary_terms
  @list_glossary_terms
end

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

RPC-specific configuration for update_glossary

Returns:

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


1876
1877
1878
# File 'lib/google/cloud/dataplex/v1/business_glossary_service/client.rb', line 1876

def update_glossary
  @update_glossary
end

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

RPC-specific configuration for update_glossary_category

Returns:

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


1901
1902
1903
# File 'lib/google/cloud/dataplex/v1/business_glossary_service/client.rb', line 1901

def update_glossary_category
  @update_glossary_category
end

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

RPC-specific configuration for update_glossary_term

Returns:

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


1926
1927
1928
# File 'lib/google/cloud/dataplex/v1/business_glossary_service/client.rb', line 1926

def update_glossary_term
  @update_glossary_term
end