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)


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

def 
  @cancel_metadata_job
end

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

RPC-specific configuration for create_aspect_type

Returns:

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


3412
3413
3414
# File 'lib/google/cloud/dataplex/v1/catalog_service/client.rb', line 3412

def create_aspect_type
  @create_aspect_type
end

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

RPC-specific configuration for create_entry

Returns:

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


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

def create_entry
  @create_entry
end

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

RPC-specific configuration for create_entry_group

Returns:

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


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

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)


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

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)


3387
3388
3389
# File 'lib/google/cloud/dataplex/v1/catalog_service/client.rb', line 3387

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)


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

def 
  @create_metadata_job
end

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

RPC-specific configuration for delete_aspect_type

Returns:

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


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

def delete_aspect_type
  @delete_aspect_type
end

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

RPC-specific configuration for delete_entry

Returns:

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


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

def delete_entry
  @delete_entry
end

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

RPC-specific configuration for delete_entry_group

Returns:

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


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

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)


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

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)


3397
3398
3399
# File 'lib/google/cloud/dataplex/v1/catalog_service/client.rb', line 3397

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)


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

def get_aspect_type
  @get_aspect_type
end

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

RPC-specific configuration for get_entry

Returns:

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


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

def get_entry
  @get_entry
end

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

RPC-specific configuration for get_entry_group

Returns:

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


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

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)


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

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)


3407
3408
3409
# File 'lib/google/cloud/dataplex/v1/catalog_service/client.rb', line 3407

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)


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

def 
  @get_metadata_job
end

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

RPC-specific configuration for list_aspect_types

Returns:

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


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

def list_aspect_types
  @list_aspect_types
end

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

RPC-specific configuration for list_entries

Returns:

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


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

def list_entries
  @list_entries
end

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

RPC-specific configuration for list_entry_groups

Returns:

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


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

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)


3402
3403
3404
# File 'lib/google/cloud/dataplex/v1/catalog_service/client.rb', line 3402

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)


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

def 
  @list_metadata_jobs
end

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

RPC-specific configuration for lookup_entry

Returns:

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


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

def lookup_entry
  @lookup_entry
end

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

RPC-specific configuration for search_entries

Returns:

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


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

def search_entries
  @search_entries
end

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

RPC-specific configuration for update_aspect_type

Returns:

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


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

def update_aspect_type
  @update_aspect_type
end

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

RPC-specific configuration for update_entry

Returns:

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


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

def update_entry
  @update_entry
end

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

RPC-specific configuration for update_entry_group

Returns:

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


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

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)


3392
3393
3394
# File 'lib/google/cloud/dataplex/v1/catalog_service/client.rb', line 3392

def update_entry_type
  @update_entry_type
end