Dataplex V1 API - Class Google::Cloud::Dataplex::V1::CatalogService::Rest::Client::Configuration::Rpcs (v0.20.0)

Reference documentation and code samples for the Dataplex V1 API class Google::Cloud::Dataplex::V1::CatalogService::Rest::Client::Configuration::Rpcs.

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 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.

Inherits

  • Object

Methods

#create_aspect_type

def create_aspect_type() -> ::Gapic::Config::Method

RPC-specific configuration for create_aspect_type

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

#create_entry

def create_entry() -> ::Gapic::Config::Method

RPC-specific configuration for create_entry

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

#create_entry_group

def create_entry_group() -> ::Gapic::Config::Method

RPC-specific configuration for create_entry_group

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

#create_entry_type

def create_entry_type() -> ::Gapic::Config::Method

RPC-specific configuration for create_entry_type

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

#delete_aspect_type

def delete_aspect_type() -> ::Gapic::Config::Method

RPC-specific configuration for delete_aspect_type

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

#delete_entry

def delete_entry() -> ::Gapic::Config::Method

RPC-specific configuration for delete_entry

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

#delete_entry_group

def delete_entry_group() -> ::Gapic::Config::Method

RPC-specific configuration for delete_entry_group

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

#delete_entry_type

def delete_entry_type() -> ::Gapic::Config::Method

RPC-specific configuration for delete_entry_type

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

#get_aspect_type

def get_aspect_type() -> ::Gapic::Config::Method

RPC-specific configuration for get_aspect_type

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

#get_entry

def get_entry() -> ::Gapic::Config::Method

RPC-specific configuration for get_entry

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

#get_entry_group

def get_entry_group() -> ::Gapic::Config::Method

RPC-specific configuration for get_entry_group

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

#get_entry_type

def get_entry_type() -> ::Gapic::Config::Method

RPC-specific configuration for get_entry_type

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

#list_aspect_types

def list_aspect_types() -> ::Gapic::Config::Method

RPC-specific configuration for list_aspect_types

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

#list_entries

def list_entries() -> ::Gapic::Config::Method

RPC-specific configuration for list_entries

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

#list_entry_groups

def list_entry_groups() -> ::Gapic::Config::Method

RPC-specific configuration for list_entry_groups

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

#list_entry_types

def list_entry_types() -> ::Gapic::Config::Method

RPC-specific configuration for list_entry_types

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

#lookup_entry

def lookup_entry() -> ::Gapic::Config::Method

RPC-specific configuration for lookup_entry

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

#search_entries

def search_entries() -> ::Gapic::Config::Method

RPC-specific configuration for search_entries

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

#update_aspect_type

def update_aspect_type() -> ::Gapic::Config::Method

RPC-specific configuration for update_aspect_type

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

#update_entry

def update_entry() -> ::Gapic::Config::Method

RPC-specific configuration for update_entry

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

#update_entry_group

def update_entry_group() -> ::Gapic::Config::Method

RPC-specific configuration for update_entry_group

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

#update_entry_type

def update_entry_type() -> ::Gapic::Config::Method

RPC-specific configuration for update_entry_type

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