Class: Google::Cloud::Dlp::V2::DlpService::Client::Configuration::Rpcs

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/dlp/v2/dlp_service/client.rb

Overview

Configuration RPC class for the DlpService 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

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

RPC-specific configuration for activate_job_trigger

Returns:

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


6116
6117
6118
# File 'lib/google/cloud/dlp/v2/dlp_service/client.rb', line 6116

def activate_job_trigger
  @activate_job_trigger
end

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

RPC-specific configuration for cancel_dlp_job

Returns:

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


6166
6167
6168
# File 'lib/google/cloud/dlp/v2/dlp_service/client.rb', line 6166

def cancel_dlp_job
  @cancel_dlp_job
end

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

RPC-specific configuration for create_connection

Returns:

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


6241
6242
6243
# File 'lib/google/cloud/dlp/v2/dlp_service/client.rb', line 6241

def create_connection
  @create_connection
end

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

RPC-specific configuration for create_deidentify_template

Returns:

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


6061
6062
6063
# File 'lib/google/cloud/dlp/v2/dlp_service/client.rb', line 6061

def create_deidentify_template
  @create_deidentify_template
end

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

RPC-specific configuration for create_discovery_config

Returns:

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


6121
6122
6123
# File 'lib/google/cloud/dlp/v2/dlp_service/client.rb', line 6121

def create_discovery_config
  @create_discovery_config
end

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

RPC-specific configuration for create_dlp_job

Returns:

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


6146
6147
6148
# File 'lib/google/cloud/dlp/v2/dlp_service/client.rb', line 6146

def create_dlp_job
  @create_dlp_job
end

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

RPC-specific configuration for create_inspect_template

Returns:

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


6036
6037
6038
# File 'lib/google/cloud/dlp/v2/dlp_service/client.rb', line 6036

def create_inspect_template
  @create_inspect_template
end

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

RPC-specific configuration for create_job_trigger

Returns:

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


6086
6087
6088
# File 'lib/google/cloud/dlp/v2/dlp_service/client.rb', line 6086

def create_job_trigger
  @create_job_trigger
end

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

RPC-specific configuration for create_stored_info_type

Returns:

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


6171
6172
6173
# File 'lib/google/cloud/dlp/v2/dlp_service/client.rb', line 6171

def create_stored_info_type
  @create_stored_info_type
end

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

RPC-specific configuration for deidentify_content

Returns:

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


6021
6022
6023
# File 'lib/google/cloud/dlp/v2/dlp_service/client.rb', line 6021

def deidentify_content
  @deidentify_content
end

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

RPC-specific configuration for delete_connection

Returns:

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


6261
6262
6263
# File 'lib/google/cloud/dlp/v2/dlp_service/client.rb', line 6261

def delete_connection
  @delete_connection
end

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

RPC-specific configuration for delete_deidentify_template

Returns:

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


6081
6082
6083
# File 'lib/google/cloud/dlp/v2/dlp_service/client.rb', line 6081

def delete_deidentify_template
  @delete_deidentify_template
end

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

RPC-specific configuration for delete_discovery_config

Returns:

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


6141
6142
6143
# File 'lib/google/cloud/dlp/v2/dlp_service/client.rb', line 6141

def delete_discovery_config
  @delete_discovery_config
end

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

RPC-specific configuration for delete_dlp_job

Returns:

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


6161
6162
6163
# File 'lib/google/cloud/dlp/v2/dlp_service/client.rb', line 6161

def delete_dlp_job
  @delete_dlp_job
end

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

RPC-specific configuration for delete_inspect_template

Returns:

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


6056
6057
6058
# File 'lib/google/cloud/dlp/v2/dlp_service/client.rb', line 6056

def delete_inspect_template
  @delete_inspect_template
end

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

RPC-specific configuration for delete_job_trigger

Returns:

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


6111
6112
6113
# File 'lib/google/cloud/dlp/v2/dlp_service/client.rb', line 6111

def delete_job_trigger
  @delete_job_trigger
end

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

RPC-specific configuration for delete_stored_info_type

Returns:

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


6191
6192
6193
# File 'lib/google/cloud/dlp/v2/dlp_service/client.rb', line 6191

def delete_stored_info_type
  @delete_stored_info_type
end

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

RPC-specific configuration for delete_table_data_profile

Returns:

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


6226
6227
6228
# File 'lib/google/cloud/dlp/v2/dlp_service/client.rb', line 6226

def delete_table_data_profile
  @delete_table_data_profile
end

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

RPC-specific configuration for finish_dlp_job

Returns:

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


6236
6237
6238
# File 'lib/google/cloud/dlp/v2/dlp_service/client.rb', line 6236

def finish_dlp_job
  @finish_dlp_job
end

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

RPC-specific configuration for get_column_data_profile

Returns:

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


6221
6222
6223
# File 'lib/google/cloud/dlp/v2/dlp_service/client.rb', line 6221

def get_column_data_profile
  @get_column_data_profile
end

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

RPC-specific configuration for get_connection

Returns:

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


6246
6247
6248
# File 'lib/google/cloud/dlp/v2/dlp_service/client.rb', line 6246

def get_connection
  @get_connection
end

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

RPC-specific configuration for get_deidentify_template

Returns:

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


6071
6072
6073
# File 'lib/google/cloud/dlp/v2/dlp_service/client.rb', line 6071

def get_deidentify_template
  @get_deidentify_template
end

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

RPC-specific configuration for get_discovery_config

Returns:

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


6131
6132
6133
# File 'lib/google/cloud/dlp/v2/dlp_service/client.rb', line 6131

def get_discovery_config
  @get_discovery_config
end

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

RPC-specific configuration for get_dlp_job

Returns:

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


6156
6157
6158
# File 'lib/google/cloud/dlp/v2/dlp_service/client.rb', line 6156

def get_dlp_job
  @get_dlp_job
end

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

RPC-specific configuration for get_inspect_template

Returns:

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


6046
6047
6048
# File 'lib/google/cloud/dlp/v2/dlp_service/client.rb', line 6046

def get_inspect_template
  @get_inspect_template
end

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

RPC-specific configuration for get_job_trigger

Returns:

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


6101
6102
6103
# File 'lib/google/cloud/dlp/v2/dlp_service/client.rb', line 6101

def get_job_trigger
  @get_job_trigger
end

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

RPC-specific configuration for get_project_data_profile

Returns:

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


6211
6212
6213
# File 'lib/google/cloud/dlp/v2/dlp_service/client.rb', line 6211

def get_project_data_profile
  @get_project_data_profile
end

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

RPC-specific configuration for get_stored_info_type

Returns:

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


6181
6182
6183
# File 'lib/google/cloud/dlp/v2/dlp_service/client.rb', line 6181

def get_stored_info_type
  @get_stored_info_type
end

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

RPC-specific configuration for get_table_data_profile

Returns:

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


6216
6217
6218
# File 'lib/google/cloud/dlp/v2/dlp_service/client.rb', line 6216

def get_table_data_profile
  @get_table_data_profile
end

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

RPC-specific configuration for hybrid_inspect_dlp_job

Returns:

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


6231
6232
6233
# File 'lib/google/cloud/dlp/v2/dlp_service/client.rb', line 6231

def hybrid_inspect_dlp_job
  @hybrid_inspect_dlp_job
end

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

RPC-specific configuration for hybrid_inspect_job_trigger

Returns:

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


6096
6097
6098
# File 'lib/google/cloud/dlp/v2/dlp_service/client.rb', line 6096

def hybrid_inspect_job_trigger
  @hybrid_inspect_job_trigger
end

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

RPC-specific configuration for inspect_content

Returns:

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


6011
6012
6013
# File 'lib/google/cloud/dlp/v2/dlp_service/client.rb', line 6011

def inspect_content
  @inspect_content
end

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

RPC-specific configuration for list_column_data_profiles

Returns:

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


6206
6207
6208
# File 'lib/google/cloud/dlp/v2/dlp_service/client.rb', line 6206

def list_column_data_profiles
  @list_column_data_profiles
end

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

RPC-specific configuration for list_connections

Returns:

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


6251
6252
6253
# File 'lib/google/cloud/dlp/v2/dlp_service/client.rb', line 6251

def list_connections
  @list_connections
end

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

RPC-specific configuration for list_deidentify_templates

Returns:

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


6076
6077
6078
# File 'lib/google/cloud/dlp/v2/dlp_service/client.rb', line 6076

def list_deidentify_templates
  @list_deidentify_templates
end

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

RPC-specific configuration for list_discovery_configs

Returns:

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


6136
6137
6138
# File 'lib/google/cloud/dlp/v2/dlp_service/client.rb', line 6136

def list_discovery_configs
  @list_discovery_configs
end

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

RPC-specific configuration for list_dlp_jobs

Returns:

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


6151
6152
6153
# File 'lib/google/cloud/dlp/v2/dlp_service/client.rb', line 6151

def list_dlp_jobs
  @list_dlp_jobs
end

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

RPC-specific configuration for list_info_types

Returns:

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


6031
6032
6033
# File 'lib/google/cloud/dlp/v2/dlp_service/client.rb', line 6031

def list_info_types
  @list_info_types
end

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

RPC-specific configuration for list_inspect_templates

Returns:

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


6051
6052
6053
# File 'lib/google/cloud/dlp/v2/dlp_service/client.rb', line 6051

def list_inspect_templates
  @list_inspect_templates
end

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

RPC-specific configuration for list_job_triggers

Returns:

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


6106
6107
6108
# File 'lib/google/cloud/dlp/v2/dlp_service/client.rb', line 6106

def list_job_triggers
  @list_job_triggers
end

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

RPC-specific configuration for list_project_data_profiles

Returns:

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


6196
6197
6198
# File 'lib/google/cloud/dlp/v2/dlp_service/client.rb', line 6196

def list_project_data_profiles
  @list_project_data_profiles
end

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

RPC-specific configuration for list_stored_info_types

Returns:

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


6186
6187
6188
# File 'lib/google/cloud/dlp/v2/dlp_service/client.rb', line 6186

def list_stored_info_types
  @list_stored_info_types
end

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

RPC-specific configuration for list_table_data_profiles

Returns:

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


6201
6202
6203
# File 'lib/google/cloud/dlp/v2/dlp_service/client.rb', line 6201

def list_table_data_profiles
  @list_table_data_profiles
end

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

RPC-specific configuration for redact_image

Returns:

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


6016
6017
6018
# File 'lib/google/cloud/dlp/v2/dlp_service/client.rb', line 6016

def redact_image
  @redact_image
end

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

RPC-specific configuration for reidentify_content

Returns:

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


6026
6027
6028
# File 'lib/google/cloud/dlp/v2/dlp_service/client.rb', line 6026

def reidentify_content
  @reidentify_content
end

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

RPC-specific configuration for search_connections

Returns:

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


6256
6257
6258
# File 'lib/google/cloud/dlp/v2/dlp_service/client.rb', line 6256

def search_connections
  @search_connections
end

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

RPC-specific configuration for update_connection

Returns:

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


6266
6267
6268
# File 'lib/google/cloud/dlp/v2/dlp_service/client.rb', line 6266

def update_connection
  @update_connection
end

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

RPC-specific configuration for update_deidentify_template

Returns:

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


6066
6067
6068
# File 'lib/google/cloud/dlp/v2/dlp_service/client.rb', line 6066

def update_deidentify_template
  @update_deidentify_template
end

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

RPC-specific configuration for update_discovery_config

Returns:

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


6126
6127
6128
# File 'lib/google/cloud/dlp/v2/dlp_service/client.rb', line 6126

def update_discovery_config
  @update_discovery_config
end

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

RPC-specific configuration for update_inspect_template

Returns:

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


6041
6042
6043
# File 'lib/google/cloud/dlp/v2/dlp_service/client.rb', line 6041

def update_inspect_template
  @update_inspect_template
end

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

RPC-specific configuration for update_job_trigger

Returns:

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


6091
6092
6093
# File 'lib/google/cloud/dlp/v2/dlp_service/client.rb', line 6091

def update_job_trigger
  @update_job_trigger
end

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

RPC-specific configuration for update_stored_info_type

Returns:

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


6176
6177
6178
# File 'lib/google/cloud/dlp/v2/dlp_service/client.rb', line 6176

def update_stored_info_type
  @update_stored_info_type
end