Class: Google::Cloud::RecaptchaEnterprise::V1::RecaptchaEnterpriseService::Client::Configuration::Rpcs

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/recaptcha_enterprise/v1/recaptcha_enterprise_service/client.rb

Overview

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

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

RPC-specific configuration for annotate_assessment

Returns:

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


2107
2108
2109
# File 'lib/google/cloud/recaptcha_enterprise/v1/recaptcha_enterprise_service/client.rb', line 2107

def annotate_assessment
  @annotate_assessment
end

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

RPC-specific configuration for create_assessment

Returns:

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


2102
2103
2104
# File 'lib/google/cloud/recaptcha_enterprise/v1/recaptcha_enterprise_service/client.rb', line 2102

def create_assessment
  @create_assessment
end

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

RPC-specific configuration for create_firewall_policy

Returns:

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


2152
2153
2154
# File 'lib/google/cloud/recaptcha_enterprise/v1/recaptcha_enterprise_service/client.rb', line 2152

def create_firewall_policy
  @create_firewall_policy
end

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

RPC-specific configuration for create_key

Returns:

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


2112
2113
2114
# File 'lib/google/cloud/recaptcha_enterprise/v1/recaptcha_enterprise_service/client.rb', line 2112

def create_key
  @create_key
end

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

RPC-specific configuration for delete_firewall_policy

Returns:

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


2172
2173
2174
# File 'lib/google/cloud/recaptcha_enterprise/v1/recaptcha_enterprise_service/client.rb', line 2172

def delete_firewall_policy
  @delete_firewall_policy
end

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

RPC-specific configuration for delete_key

Returns:

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


2137
2138
2139
# File 'lib/google/cloud/recaptcha_enterprise/v1/recaptcha_enterprise_service/client.rb', line 2137

def delete_key
  @delete_key
end

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

RPC-specific configuration for get_firewall_policy

Returns:

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


2162
2163
2164
# File 'lib/google/cloud/recaptcha_enterprise/v1/recaptcha_enterprise_service/client.rb', line 2162

def get_firewall_policy
  @get_firewall_policy
end

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

RPC-specific configuration for get_key

Returns:

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


2127
2128
2129
# File 'lib/google/cloud/recaptcha_enterprise/v1/recaptcha_enterprise_service/client.rb', line 2127

def get_key
  @get_key
end

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

RPC-specific configuration for get_metrics

Returns:

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


2147
2148
2149
# File 'lib/google/cloud/recaptcha_enterprise/v1/recaptcha_enterprise_service/client.rb', line 2147

def get_metrics
  @get_metrics
end

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

RPC-specific configuration for list_firewall_policies

Returns:

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


2157
2158
2159
# File 'lib/google/cloud/recaptcha_enterprise/v1/recaptcha_enterprise_service/client.rb', line 2157

def list_firewall_policies
  @list_firewall_policies
end

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

RPC-specific configuration for list_keys

Returns:

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


2117
2118
2119
# File 'lib/google/cloud/recaptcha_enterprise/v1/recaptcha_enterprise_service/client.rb', line 2117

def list_keys
  @list_keys
end

RPC-specific configuration for list_related_account_group_memberships

Returns:

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


2187
2188
2189
# File 'lib/google/cloud/recaptcha_enterprise/v1/recaptcha_enterprise_service/client.rb', line 2187

def 
  @list_related_account_group_memberships
end

RPC-specific configuration for list_related_account_groups

Returns:

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


2182
2183
2184
# File 'lib/google/cloud/recaptcha_enterprise/v1/recaptcha_enterprise_service/client.rb', line 2182

def 
  @list_related_account_groups
end

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

RPC-specific configuration for migrate_key

Returns:

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


2142
2143
2144
# File 'lib/google/cloud/recaptcha_enterprise/v1/recaptcha_enterprise_service/client.rb', line 2142

def migrate_key
  @migrate_key
end

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

RPC-specific configuration for reorder_firewall_policies

Returns:

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


2177
2178
2179
# File 'lib/google/cloud/recaptcha_enterprise/v1/recaptcha_enterprise_service/client.rb', line 2177

def reorder_firewall_policies
  @reorder_firewall_policies
end

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

RPC-specific configuration for retrieve_legacy_secret_key

Returns:

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


2122
2123
2124
# File 'lib/google/cloud/recaptcha_enterprise/v1/recaptcha_enterprise_service/client.rb', line 2122

def retrieve_legacy_secret_key
  @retrieve_legacy_secret_key
end

RPC-specific configuration for search_related_account_group_memberships

Returns:

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


2192
2193
2194
# File 'lib/google/cloud/recaptcha_enterprise/v1/recaptcha_enterprise_service/client.rb', line 2192

def 
  @search_related_account_group_memberships
end

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

RPC-specific configuration for update_firewall_policy

Returns:

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


2167
2168
2169
# File 'lib/google/cloud/recaptcha_enterprise/v1/recaptcha_enterprise_service/client.rb', line 2167

def update_firewall_policy
  @update_firewall_policy
end

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

RPC-specific configuration for update_key

Returns:

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


2132
2133
2134
# File 'lib/google/cloud/recaptcha_enterprise/v1/recaptcha_enterprise_service/client.rb', line 2132

def update_key
  @update_key
end