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

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

Overview

Configuration RPC class for the CatalogService 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_aspect_type::Gapic::Config::Method (readonly)

RPC-specific configuration for create_aspect_type

Returns:

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


2684
2685
2686
# File 'lib/google/cloud/dataplex/v1/catalog_service/client.rb', line 2684

def create_aspect_type
  @create_aspect_type
end

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

RPC-specific configuration for create_entry

Returns:

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


2734
2735
2736
# File 'lib/google/cloud/dataplex/v1/catalog_service/client.rb', line 2734

def create_entry
  @create_entry
end

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

RPC-specific configuration for create_entry_group

Returns:

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


2709
2710
2711
# File 'lib/google/cloud/dataplex/v1/catalog_service/client.rb', line 2709

def create_entry_group
  @create_entry_group
end

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

RPC-specific configuration for create_entry_type

Returns:

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


2659
2660
2661
# File 'lib/google/cloud/dataplex/v1/catalog_service/client.rb', line 2659

def create_entry_type
  @create_entry_type
end

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

RPC-specific configuration for delete_aspect_type

Returns:

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


2694
2695
2696
# File 'lib/google/cloud/dataplex/v1/catalog_service/client.rb', line 2694

def delete_aspect_type
  @delete_aspect_type
end

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

RPC-specific configuration for delete_entry

Returns:

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


2744
2745
2746
# File 'lib/google/cloud/dataplex/v1/catalog_service/client.rb', line 2744

def delete_entry
  @delete_entry
end

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

RPC-specific configuration for delete_entry_group

Returns:

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


2719
2720
2721
# File 'lib/google/cloud/dataplex/v1/catalog_service/client.rb', line 2719

def delete_entry_group
  @delete_entry_group
end

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

RPC-specific configuration for delete_entry_type

Returns:

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


2669
2670
2671
# File 'lib/google/cloud/dataplex/v1/catalog_service/client.rb', line 2669

def delete_entry_type
  @delete_entry_type
end

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

RPC-specific configuration for get_aspect_type

Returns:

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


2704
2705
2706
# File 'lib/google/cloud/dataplex/v1/catalog_service/client.rb', line 2704

def get_aspect_type
  @get_aspect_type
end

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

RPC-specific configuration for get_entry

Returns:

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


2754
2755
2756
# File 'lib/google/cloud/dataplex/v1/catalog_service/client.rb', line 2754

def get_entry
  @get_entry
end

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

RPC-specific configuration for get_entry_group

Returns:

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


2729
2730
2731
# File 'lib/google/cloud/dataplex/v1/catalog_service/client.rb', line 2729

def get_entry_group
  @get_entry_group
end

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

RPC-specific configuration for get_entry_type

Returns:

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


2679
2680
2681
# File 'lib/google/cloud/dataplex/v1/catalog_service/client.rb', line 2679

def get_entry_type
  @get_entry_type
end

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

RPC-specific configuration for list_aspect_types

Returns:

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


2699
2700
2701
# File 'lib/google/cloud/dataplex/v1/catalog_service/client.rb', line 2699

def list_aspect_types
  @list_aspect_types
end

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

RPC-specific configuration for list_entries

Returns:

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


2749
2750
2751
# File 'lib/google/cloud/dataplex/v1/catalog_service/client.rb', line 2749

def list_entries
  @list_entries
end

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

RPC-specific configuration for list_entry_groups

Returns:

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


2724
2725
2726
# File 'lib/google/cloud/dataplex/v1/catalog_service/client.rb', line 2724

def list_entry_groups
  @list_entry_groups
end

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

RPC-specific configuration for list_entry_types

Returns:

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


2674
2675
2676
# File 'lib/google/cloud/dataplex/v1/catalog_service/client.rb', line 2674

def list_entry_types
  @list_entry_types
end

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

RPC-specific configuration for lookup_entry

Returns:

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


2759
2760
2761
# File 'lib/google/cloud/dataplex/v1/catalog_service/client.rb', line 2759

def lookup_entry
  @lookup_entry
end

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

RPC-specific configuration for search_entries

Returns:

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


2764
2765
2766
# File 'lib/google/cloud/dataplex/v1/catalog_service/client.rb', line 2764

def search_entries
  @search_entries
end

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

RPC-specific configuration for update_aspect_type

Returns:

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


2689
2690
2691
# File 'lib/google/cloud/dataplex/v1/catalog_service/client.rb', line 2689

def update_aspect_type
  @update_aspect_type
end

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

RPC-specific configuration for update_entry

Returns:

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


2739
2740
2741
# File 'lib/google/cloud/dataplex/v1/catalog_service/client.rb', line 2739

def update_entry
  @update_entry
end

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

RPC-specific configuration for update_entry_group

Returns:

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


2714
2715
2716
# File 'lib/google/cloud/dataplex/v1/catalog_service/client.rb', line 2714

def update_entry_group
  @update_entry_group
end

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

RPC-specific configuration for update_entry_type

Returns:

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


2664
2665
2666
# File 'lib/google/cloud/dataplex/v1/catalog_service/client.rb', line 2664

def update_entry_type
  @update_entry_type
end