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)


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

def 
  @cancel_metadata_job
end

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

RPC-specific configuration for create_aspect_type

Returns:

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


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

def create_aspect_type
  @create_aspect_type
end

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

RPC-specific configuration for create_entry

Returns:

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


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

def create_entry
  @create_entry
end

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

RPC-specific configuration for create_entry_group

Returns:

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


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

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)


3113
3114
3115
# File 'lib/google/cloud/dataplex/v1/catalog_service/client.rb', line 3113

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)


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

def 
  @create_metadata_job
end

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

RPC-specific configuration for delete_aspect_type

Returns:

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


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

def delete_aspect_type
  @delete_aspect_type
end

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

RPC-specific configuration for delete_entry

Returns:

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


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

def delete_entry
  @delete_entry
end

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

RPC-specific configuration for delete_entry_group

Returns:

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


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

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)


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

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)


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

def get_aspect_type
  @get_aspect_type
end

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

RPC-specific configuration for get_entry

Returns:

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


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

def get_entry
  @get_entry
end

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

RPC-specific configuration for get_entry_group

Returns:

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


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

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)


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

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)


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

def 
  @get_metadata_job
end

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

RPC-specific configuration for list_aspect_types

Returns:

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


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

def list_aspect_types
  @list_aspect_types
end

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

RPC-specific configuration for list_entries

Returns:

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


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

def list_entries
  @list_entries
end

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

RPC-specific configuration for list_entry_groups

Returns:

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


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

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)


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

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)


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

def 
  @list_metadata_jobs
end

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

RPC-specific configuration for lookup_entry

Returns:

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


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

def lookup_entry
  @lookup_entry
end

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

RPC-specific configuration for search_entries

Returns:

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


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

def search_entries
  @search_entries
end

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

RPC-specific configuration for update_aspect_type

Returns:

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


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

def update_aspect_type
  @update_aspect_type
end

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

RPC-specific configuration for update_entry

Returns:

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


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

def update_entry
  @update_entry
end

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

RPC-specific configuration for update_entry_group

Returns:

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


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

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)


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

def update_entry_type
  @update_entry_type
end