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

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/dlp/v2/dlp_service/rest/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 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



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

def activate_job_trigger
  @activate_job_trigger
end

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

RPC-specific configuration for cancel_dlp_job



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

def cancel_dlp_job
  @cancel_dlp_job
end

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

RPC-specific configuration for create_connection



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

def create_connection
  @create_connection
end

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

RPC-specific configuration for create_deidentify_template



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

def create_deidentify_template
  @create_deidentify_template
end

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

RPC-specific configuration for create_discovery_config



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

def create_discovery_config
  @create_discovery_config
end

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

RPC-specific configuration for create_dlp_job



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

def create_dlp_job
  @create_dlp_job
end

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

RPC-specific configuration for create_inspect_template



5986
5987
5988
# File 'lib/google/cloud/dlp/v2/dlp_service/rest/client.rb', line 5986

def create_inspect_template
  @create_inspect_template
end

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

RPC-specific configuration for create_job_trigger



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

def create_job_trigger
  @create_job_trigger
end

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

RPC-specific configuration for create_stored_info_type



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

def create_stored_info_type
  @create_stored_info_type
end

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

RPC-specific configuration for deidentify_content



5971
5972
5973
# File 'lib/google/cloud/dlp/v2/dlp_service/rest/client.rb', line 5971

def deidentify_content
  @deidentify_content
end

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

RPC-specific configuration for delete_connection



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

def delete_connection
  @delete_connection
end

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

RPC-specific configuration for delete_deidentify_template



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

def delete_deidentify_template
  @delete_deidentify_template
end

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

RPC-specific configuration for delete_discovery_config



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

def delete_discovery_config
  @delete_discovery_config
end

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

RPC-specific configuration for delete_dlp_job



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

def delete_dlp_job
  @delete_dlp_job
end

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

RPC-specific configuration for delete_file_store_data_profile



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

def delete_file_store_data_profile
  @delete_file_store_data_profile
end

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

RPC-specific configuration for delete_inspect_template



6006
6007
6008
# File 'lib/google/cloud/dlp/v2/dlp_service/rest/client.rb', line 6006

def delete_inspect_template
  @delete_inspect_template
end

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

RPC-specific configuration for delete_job_trigger



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

def delete_job_trigger
  @delete_job_trigger
end

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

RPC-specific configuration for delete_stored_info_type



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

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



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

def delete_table_data_profile
  @delete_table_data_profile
end

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

RPC-specific configuration for finish_dlp_job



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

def finish_dlp_job
  @finish_dlp_job
end

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

RPC-specific configuration for get_column_data_profile



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

def get_column_data_profile
  @get_column_data_profile
end

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

RPC-specific configuration for get_connection



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

def get_connection
  @get_connection
end

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

RPC-specific configuration for get_deidentify_template



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

def get_deidentify_template
  @get_deidentify_template
end

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

RPC-specific configuration for get_discovery_config



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

def get_discovery_config
  @get_discovery_config
end

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

RPC-specific configuration for get_dlp_job



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

def get_dlp_job
  @get_dlp_job
end

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

RPC-specific configuration for get_file_store_data_profile



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

def get_file_store_data_profile
  @get_file_store_data_profile
end

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

RPC-specific configuration for get_inspect_template



5996
5997
5998
# File 'lib/google/cloud/dlp/v2/dlp_service/rest/client.rb', line 5996

def get_inspect_template
  @get_inspect_template
end

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

RPC-specific configuration for get_job_trigger



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

def get_job_trigger
  @get_job_trigger
end

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

RPC-specific configuration for get_project_data_profile



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

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



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

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



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

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



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

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



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

def hybrid_inspect_job_trigger
  @hybrid_inspect_job_trigger
end

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

RPC-specific configuration for inspect_content



5961
5962
5963
# File 'lib/google/cloud/dlp/v2/dlp_service/rest/client.rb', line 5961

def inspect_content
  @inspect_content
end

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

RPC-specific configuration for list_column_data_profiles



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

def list_column_data_profiles
  @list_column_data_profiles
end

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

RPC-specific configuration for list_connections



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

def list_connections
  @list_connections
end

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

RPC-specific configuration for list_deidentify_templates



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

def list_deidentify_templates
  @list_deidentify_templates
end

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

RPC-specific configuration for list_discovery_configs



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

def list_discovery_configs
  @list_discovery_configs
end

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

RPC-specific configuration for list_dlp_jobs



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

def list_dlp_jobs
  @list_dlp_jobs
end

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

RPC-specific configuration for list_file_store_data_profiles



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

def list_file_store_data_profiles
  @list_file_store_data_profiles
end

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

RPC-specific configuration for list_info_types



5981
5982
5983
# File 'lib/google/cloud/dlp/v2/dlp_service/rest/client.rb', line 5981

def list_info_types
  @list_info_types
end

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

RPC-specific configuration for list_inspect_templates



6001
6002
6003
# File 'lib/google/cloud/dlp/v2/dlp_service/rest/client.rb', line 6001

def list_inspect_templates
  @list_inspect_templates
end

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

RPC-specific configuration for list_job_triggers



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

def list_job_triggers
  @list_job_triggers
end

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

RPC-specific configuration for list_project_data_profiles



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

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



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

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



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

def list_table_data_profiles
  @list_table_data_profiles
end

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

RPC-specific configuration for redact_image



5966
5967
5968
# File 'lib/google/cloud/dlp/v2/dlp_service/rest/client.rb', line 5966

def redact_image
  @redact_image
end

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

RPC-specific configuration for reidentify_content



5976
5977
5978
# File 'lib/google/cloud/dlp/v2/dlp_service/rest/client.rb', line 5976

def reidentify_content
  @reidentify_content
end

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

RPC-specific configuration for search_connections



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

def search_connections
  @search_connections
end

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

RPC-specific configuration for update_connection



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

def update_connection
  @update_connection
end

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

RPC-specific configuration for update_deidentify_template



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

def update_deidentify_template
  @update_deidentify_template
end

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

RPC-specific configuration for update_discovery_config



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

def update_discovery_config
  @update_discovery_config
end

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

RPC-specific configuration for update_inspect_template



5991
5992
5993
# File 'lib/google/cloud/dlp/v2/dlp_service/rest/client.rb', line 5991

def update_inspect_template
  @update_inspect_template
end

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

RPC-specific configuration for update_job_trigger



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

def update_job_trigger
  @update_job_trigger
end

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

RPC-specific configuration for update_stored_info_type



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

def update_stored_info_type
  @update_stored_info_type
end