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)


3242
3243
3244
# File 'lib/google/cloud/dataplex/v1/catalog_service/client.rb', line 3242

def 
  @cancel_metadata_job
end

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

RPC-specific configuration for create_aspect_type

Returns:

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


3142
3143
3144
# File 'lib/google/cloud/dataplex/v1/catalog_service/client.rb', line 3142

def create_aspect_type
  @create_aspect_type
end

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

RPC-specific configuration for create_entry

Returns:

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


3192
3193
3194
# File 'lib/google/cloud/dataplex/v1/catalog_service/client.rb', line 3192

def create_entry
  @create_entry
end

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

RPC-specific configuration for create_entry_group

Returns:

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


3167
3168
3169
# File 'lib/google/cloud/dataplex/v1/catalog_service/client.rb', line 3167

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)


3117
3118
3119
# File 'lib/google/cloud/dataplex/v1/catalog_service/client.rb', line 3117

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)


3227
3228
3229
# File 'lib/google/cloud/dataplex/v1/catalog_service/client.rb', line 3227

def 
  @create_metadata_job
end

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

RPC-specific configuration for delete_aspect_type

Returns:

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


3152
3153
3154
# File 'lib/google/cloud/dataplex/v1/catalog_service/client.rb', line 3152

def delete_aspect_type
  @delete_aspect_type
end

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

RPC-specific configuration for delete_entry

Returns:

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


3202
3203
3204
# File 'lib/google/cloud/dataplex/v1/catalog_service/client.rb', line 3202

def delete_entry
  @delete_entry
end

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

RPC-specific configuration for delete_entry_group

Returns:

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


3177
3178
3179
# File 'lib/google/cloud/dataplex/v1/catalog_service/client.rb', line 3177

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)


3127
3128
3129
# File 'lib/google/cloud/dataplex/v1/catalog_service/client.rb', line 3127

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)


3162
3163
3164
# File 'lib/google/cloud/dataplex/v1/catalog_service/client.rb', line 3162

def get_aspect_type
  @get_aspect_type
end

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

RPC-specific configuration for get_entry

Returns:

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


3212
3213
3214
# File 'lib/google/cloud/dataplex/v1/catalog_service/client.rb', line 3212

def get_entry
  @get_entry
end

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

RPC-specific configuration for get_entry_group

Returns:

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


3187
3188
3189
# File 'lib/google/cloud/dataplex/v1/catalog_service/client.rb', line 3187

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)


3137
3138
3139
# File 'lib/google/cloud/dataplex/v1/catalog_service/client.rb', line 3137

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)


3232
3233
3234
# File 'lib/google/cloud/dataplex/v1/catalog_service/client.rb', line 3232

def 
  @get_metadata_job
end

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

RPC-specific configuration for list_aspect_types

Returns:

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


3157
3158
3159
# File 'lib/google/cloud/dataplex/v1/catalog_service/client.rb', line 3157

def list_aspect_types
  @list_aspect_types
end

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

RPC-specific configuration for list_entries

Returns:

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


3207
3208
3209
# File 'lib/google/cloud/dataplex/v1/catalog_service/client.rb', line 3207

def list_entries
  @list_entries
end

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

RPC-specific configuration for list_entry_groups

Returns:

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


3182
3183
3184
# File 'lib/google/cloud/dataplex/v1/catalog_service/client.rb', line 3182

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)


3132
3133
3134
# File 'lib/google/cloud/dataplex/v1/catalog_service/client.rb', line 3132

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)


3237
3238
3239
# File 'lib/google/cloud/dataplex/v1/catalog_service/client.rb', line 3237

def 
  @list_metadata_jobs
end

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

RPC-specific configuration for lookup_entry

Returns:

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


3217
3218
3219
# File 'lib/google/cloud/dataplex/v1/catalog_service/client.rb', line 3217

def lookup_entry
  @lookup_entry
end

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

RPC-specific configuration for search_entries

Returns:

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


3222
3223
3224
# File 'lib/google/cloud/dataplex/v1/catalog_service/client.rb', line 3222

def search_entries
  @search_entries
end

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

RPC-specific configuration for update_aspect_type

Returns:

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


3147
3148
3149
# File 'lib/google/cloud/dataplex/v1/catalog_service/client.rb', line 3147

def update_aspect_type
  @update_aspect_type
end

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

RPC-specific configuration for update_entry

Returns:

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


3197
3198
3199
# File 'lib/google/cloud/dataplex/v1/catalog_service/client.rb', line 3197

def update_entry
  @update_entry
end

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

RPC-specific configuration for update_entry_group

Returns:

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


3172
3173
3174
# File 'lib/google/cloud/dataplex/v1/catalog_service/client.rb', line 3172

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)


3122
3123
3124
# File 'lib/google/cloud/dataplex/v1/catalog_service/client.rb', line 3122

def update_entry_type
  @update_entry_type
end