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

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

RPC-specific configuration for cancel_metadata_job

Returns:

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


3544
3545
3546
# File 'lib/google/cloud/dataplex/v1/catalog_service/client.rb', line 3544

def 
  @cancel_metadata_job
end

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

RPC-specific configuration for create_aspect_type

Returns:

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


3444
3445
3446
# File 'lib/google/cloud/dataplex/v1/catalog_service/client.rb', line 3444

def create_aspect_type
  @create_aspect_type
end

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

RPC-specific configuration for create_entry

Returns:

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


3494
3495
3496
# File 'lib/google/cloud/dataplex/v1/catalog_service/client.rb', line 3494

def create_entry
  @create_entry
end

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

RPC-specific configuration for create_entry_group

Returns:

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


3469
3470
3471
# File 'lib/google/cloud/dataplex/v1/catalog_service/client.rb', line 3469

def create_entry_group
  @create_entry_group
end

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

RPC-specific configuration for create_entry_link

Returns:

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


3549
3550
3551
# File 'lib/google/cloud/dataplex/v1/catalog_service/client.rb', line 3549

def create_entry_link
  @create_entry_link
end

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

RPC-specific configuration for create_entry_type

Returns:

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


3419
3420
3421
# File 'lib/google/cloud/dataplex/v1/catalog_service/client.rb', line 3419

def create_entry_type
  @create_entry_type
end

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

RPC-specific configuration for create_metadata_job

Returns:

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


3529
3530
3531
# File 'lib/google/cloud/dataplex/v1/catalog_service/client.rb', line 3529

def 
  @create_metadata_job
end

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

RPC-specific configuration for delete_aspect_type

Returns:

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


3454
3455
3456
# File 'lib/google/cloud/dataplex/v1/catalog_service/client.rb', line 3454

def delete_aspect_type
  @delete_aspect_type
end

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

RPC-specific configuration for delete_entry

Returns:

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


3504
3505
3506
# File 'lib/google/cloud/dataplex/v1/catalog_service/client.rb', line 3504

def delete_entry
  @delete_entry
end

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

RPC-specific configuration for delete_entry_group

Returns:

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


3479
3480
3481
# File 'lib/google/cloud/dataplex/v1/catalog_service/client.rb', line 3479

def delete_entry_group
  @delete_entry_group
end

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

RPC-specific configuration for delete_entry_link

Returns:

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


3554
3555
3556
# File 'lib/google/cloud/dataplex/v1/catalog_service/client.rb', line 3554

def delete_entry_link
  @delete_entry_link
end

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

RPC-specific configuration for delete_entry_type

Returns:

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


3429
3430
3431
# File 'lib/google/cloud/dataplex/v1/catalog_service/client.rb', line 3429

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)


3464
3465
3466
# File 'lib/google/cloud/dataplex/v1/catalog_service/client.rb', line 3464

def get_aspect_type
  @get_aspect_type
end

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

RPC-specific configuration for get_entry

Returns:

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


3514
3515
3516
# File 'lib/google/cloud/dataplex/v1/catalog_service/client.rb', line 3514

def get_entry
  @get_entry
end

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

RPC-specific configuration for get_entry_group

Returns:

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


3489
3490
3491
# File 'lib/google/cloud/dataplex/v1/catalog_service/client.rb', line 3489

def get_entry_group
  @get_entry_group
end

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

RPC-specific configuration for get_entry_link

Returns:

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


3559
3560
3561
# File 'lib/google/cloud/dataplex/v1/catalog_service/client.rb', line 3559

def get_entry_link
  @get_entry_link
end

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

RPC-specific configuration for get_entry_type

Returns:

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


3439
3440
3441
# File 'lib/google/cloud/dataplex/v1/catalog_service/client.rb', line 3439

def get_entry_type
  @get_entry_type
end

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

RPC-specific configuration for get_metadata_job

Returns:

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


3534
3535
3536
# File 'lib/google/cloud/dataplex/v1/catalog_service/client.rb', line 3534

def 
  @get_metadata_job
end

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

RPC-specific configuration for list_aspect_types

Returns:

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


3459
3460
3461
# File 'lib/google/cloud/dataplex/v1/catalog_service/client.rb', line 3459

def list_aspect_types
  @list_aspect_types
end

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

RPC-specific configuration for list_entries

Returns:

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


3509
3510
3511
# File 'lib/google/cloud/dataplex/v1/catalog_service/client.rb', line 3509

def list_entries
  @list_entries
end

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

RPC-specific configuration for list_entry_groups

Returns:

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


3484
3485
3486
# File 'lib/google/cloud/dataplex/v1/catalog_service/client.rb', line 3484

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)


3434
3435
3436
# File 'lib/google/cloud/dataplex/v1/catalog_service/client.rb', line 3434

def list_entry_types
  @list_entry_types
end

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

RPC-specific configuration for list_metadata_jobs

Returns:

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


3539
3540
3541
# File 'lib/google/cloud/dataplex/v1/catalog_service/client.rb', line 3539

def 
  @list_metadata_jobs
end

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

RPC-specific configuration for lookup_entry

Returns:

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


3519
3520
3521
# File 'lib/google/cloud/dataplex/v1/catalog_service/client.rb', line 3519

def lookup_entry
  @lookup_entry
end

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

RPC-specific configuration for search_entries

Returns:

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


3524
3525
3526
# File 'lib/google/cloud/dataplex/v1/catalog_service/client.rb', line 3524

def search_entries
  @search_entries
end

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

RPC-specific configuration for update_aspect_type

Returns:

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


3449
3450
3451
# File 'lib/google/cloud/dataplex/v1/catalog_service/client.rb', line 3449

def update_aspect_type
  @update_aspect_type
end

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

RPC-specific configuration for update_entry

Returns:

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


3499
3500
3501
# File 'lib/google/cloud/dataplex/v1/catalog_service/client.rb', line 3499

def update_entry
  @update_entry
end

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

RPC-specific configuration for update_entry_group

Returns:

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


3474
3475
3476
# File 'lib/google/cloud/dataplex/v1/catalog_service/client.rb', line 3474

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)


3424
3425
3426
# File 'lib/google/cloud/dataplex/v1/catalog_service/client.rb', line 3424

def update_entry_type
  @update_entry_type
end