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)


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

def create_aspect_type
  @create_aspect_type
end

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

RPC-specific configuration for create_entry

Returns:

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


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

def create_entry
  @create_entry
end

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

RPC-specific configuration for create_entry_group

Returns:

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


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

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)


2632
2633
2634
# File 'lib/google/cloud/dataplex/v1/catalog_service/client.rb', line 2632

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)


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

def delete_aspect_type
  @delete_aspect_type
end

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

RPC-specific configuration for delete_entry

Returns:

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


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

def delete_entry
  @delete_entry
end

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

RPC-specific configuration for delete_entry_group

Returns:

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


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

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)


2642
2643
2644
# File 'lib/google/cloud/dataplex/v1/catalog_service/client.rb', line 2642

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)


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

def get_aspect_type
  @get_aspect_type
end

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

RPC-specific configuration for get_entry

Returns:

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


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

def get_entry
  @get_entry
end

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

RPC-specific configuration for get_entry_group

Returns:

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


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

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)


2652
2653
2654
# File 'lib/google/cloud/dataplex/v1/catalog_service/client.rb', line 2652

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)


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

def list_aspect_types
  @list_aspect_types
end

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

RPC-specific configuration for list_entries

Returns:

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


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

def list_entries
  @list_entries
end

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

RPC-specific configuration for list_entry_groups

Returns:

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


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

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)


2647
2648
2649
# File 'lib/google/cloud/dataplex/v1/catalog_service/client.rb', line 2647

def list_entry_types
  @list_entry_types
end

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

RPC-specific configuration for lookup_entry

Returns:

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


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

def lookup_entry
  @lookup_entry
end

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

RPC-specific configuration for search_entries

Returns:

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


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

def search_entries
  @search_entries
end

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

RPC-specific configuration for update_aspect_type

Returns:

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


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

def update_aspect_type
  @update_aspect_type
end

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

RPC-specific configuration for update_entry

Returns:

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


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

def update_entry
  @update_entry
end

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

RPC-specific configuration for update_entry_group

Returns:

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


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

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)


2637
2638
2639
# File 'lib/google/cloud/dataplex/v1/catalog_service/client.rb', line 2637

def update_entry_type
  @update_entry_type
end