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)


4125
4126
4127
# File 'lib/google/cloud/dlp/v2/dlp_service/client.rb', line 4125

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)


4150
4151
4152
# File 'lib/google/cloud/dlp/v2/dlp_service/client.rb', line 4150

def cancel_dlp_job
  @cancel_dlp_job
end

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

RPC-specific configuration for create_deidentify_template

Returns:

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


4070
4071
4072
# File 'lib/google/cloud/dlp/v2/dlp_service/client.rb', line 4070

def create_deidentify_template
  @create_deidentify_template
end

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

RPC-specific configuration for create_dlp_job

Returns:

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


4130
4131
4132
# File 'lib/google/cloud/dlp/v2/dlp_service/client.rb', line 4130

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)


4045
4046
4047
# File 'lib/google/cloud/dlp/v2/dlp_service/client.rb', line 4045

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)


4095
4096
4097
# File 'lib/google/cloud/dlp/v2/dlp_service/client.rb', line 4095

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)


4155
4156
4157
# File 'lib/google/cloud/dlp/v2/dlp_service/client.rb', line 4155

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)


4030
4031
4032
# File 'lib/google/cloud/dlp/v2/dlp_service/client.rb', line 4030

def deidentify_content
  @deidentify_content
end

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

RPC-specific configuration for delete_deidentify_template

Returns:

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


4090
4091
4092
# File 'lib/google/cloud/dlp/v2/dlp_service/client.rb', line 4090

def delete_deidentify_template
  @delete_deidentify_template
end

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

RPC-specific configuration for delete_dlp_job

Returns:

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


4145
4146
4147
# File 'lib/google/cloud/dlp/v2/dlp_service/client.rb', line 4145

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)


4065
4066
4067
# File 'lib/google/cloud/dlp/v2/dlp_service/client.rb', line 4065

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)


4120
4121
4122
# File 'lib/google/cloud/dlp/v2/dlp_service/client.rb', line 4120

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)


4175
4176
4177
# File 'lib/google/cloud/dlp/v2/dlp_service/client.rb', line 4175

def delete_stored_info_type
  @delete_stored_info_type
end

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

RPC-specific configuration for finish_dlp_job

Returns:

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


4185
4186
4187
# File 'lib/google/cloud/dlp/v2/dlp_service/client.rb', line 4185

def finish_dlp_job
  @finish_dlp_job
end

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

RPC-specific configuration for get_deidentify_template

Returns:

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


4080
4081
4082
# File 'lib/google/cloud/dlp/v2/dlp_service/client.rb', line 4080

def get_deidentify_template
  @get_deidentify_template
end

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

RPC-specific configuration for get_dlp_job

Returns:

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


4140
4141
4142
# File 'lib/google/cloud/dlp/v2/dlp_service/client.rb', line 4140

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)


4055
4056
4057
# File 'lib/google/cloud/dlp/v2/dlp_service/client.rb', line 4055

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)


4110
4111
4112
# File 'lib/google/cloud/dlp/v2/dlp_service/client.rb', line 4110

def get_job_trigger
  @get_job_trigger
end

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

RPC-specific configuration for get_stored_info_type

Returns:

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


4165
4166
4167
# File 'lib/google/cloud/dlp/v2/dlp_service/client.rb', line 4165

def get_stored_info_type
  @get_stored_info_type
end

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

RPC-specific configuration for hybrid_inspect_dlp_job

Returns:

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


4180
4181
4182
# File 'lib/google/cloud/dlp/v2/dlp_service/client.rb', line 4180

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)


4105
4106
4107
# File 'lib/google/cloud/dlp/v2/dlp_service/client.rb', line 4105

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)


4020
4021
4022
# File 'lib/google/cloud/dlp/v2/dlp_service/client.rb', line 4020

def inspect_content
  @inspect_content
end

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

RPC-specific configuration for list_deidentify_templates

Returns:

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


4085
4086
4087
# File 'lib/google/cloud/dlp/v2/dlp_service/client.rb', line 4085

def list_deidentify_templates
  @list_deidentify_templates
end

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

RPC-specific configuration for list_dlp_jobs

Returns:

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


4135
4136
4137
# File 'lib/google/cloud/dlp/v2/dlp_service/client.rb', line 4135

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)


4040
4041
4042
# File 'lib/google/cloud/dlp/v2/dlp_service/client.rb', line 4040

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)


4060
4061
4062
# File 'lib/google/cloud/dlp/v2/dlp_service/client.rb', line 4060

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)


4115
4116
4117
# File 'lib/google/cloud/dlp/v2/dlp_service/client.rb', line 4115

def list_job_triggers
  @list_job_triggers
end

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

RPC-specific configuration for list_stored_info_types

Returns:

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


4170
4171
4172
# File 'lib/google/cloud/dlp/v2/dlp_service/client.rb', line 4170

def list_stored_info_types
  @list_stored_info_types
end

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

RPC-specific configuration for redact_image

Returns:

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


4025
4026
4027
# File 'lib/google/cloud/dlp/v2/dlp_service/client.rb', line 4025

def redact_image
  @redact_image
end

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

RPC-specific configuration for reidentify_content

Returns:

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


4035
4036
4037
# File 'lib/google/cloud/dlp/v2/dlp_service/client.rb', line 4035

def reidentify_content
  @reidentify_content
end

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

RPC-specific configuration for update_deidentify_template

Returns:

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


4075
4076
4077
# File 'lib/google/cloud/dlp/v2/dlp_service/client.rb', line 4075

def update_deidentify_template
  @update_deidentify_template
end

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

RPC-specific configuration for update_inspect_template

Returns:

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


4050
4051
4052
# File 'lib/google/cloud/dlp/v2/dlp_service/client.rb', line 4050

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)


4100
4101
4102
# File 'lib/google/cloud/dlp/v2/dlp_service/client.rb', line 4100

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)


4160
4161
4162
# File 'lib/google/cloud/dlp/v2/dlp_service/client.rb', line 4160

def update_stored_info_type
  @update_stored_info_type
end