Class: Google::Cloud::NetworkSecurity::V1::SSERealmService::Client::Configuration::Rpcs

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

Overview

Configuration RPC class for the SSERealmService 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.
    • :jitter (type: Numeric) - The jitter in seconds. Default: 1.0.
    • :retry_codes (type: Array<String>) - The error codes that should trigger a retry.

Instance Attribute Summary collapse

Instance Attribute Details

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

RPC-specific configuration for create_sac_attachment

Returns:

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


1281
1282
1283
# File 'lib/google/cloud/network_security/v1/sse_realm_service/client.rb', line 1281

def create_sac_attachment
  @create_sac_attachment
end

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

RPC-specific configuration for create_sac_realm

Returns:

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


1261
1262
1263
# File 'lib/google/cloud/network_security/v1/sse_realm_service/client.rb', line 1261

def create_sac_realm
  @create_sac_realm
end

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

RPC-specific configuration for delete_sac_attachment

Returns:

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


1286
1287
1288
# File 'lib/google/cloud/network_security/v1/sse_realm_service/client.rb', line 1286

def delete_sac_attachment
  @delete_sac_attachment
end

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

RPC-specific configuration for delete_sac_realm

Returns:

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


1266
1267
1268
# File 'lib/google/cloud/network_security/v1/sse_realm_service/client.rb', line 1266

def delete_sac_realm
  @delete_sac_realm
end

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

RPC-specific configuration for get_sac_attachment

Returns:

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


1276
1277
1278
# File 'lib/google/cloud/network_security/v1/sse_realm_service/client.rb', line 1276

def get_sac_attachment
  @get_sac_attachment
end

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

RPC-specific configuration for get_sac_realm

Returns:

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


1256
1257
1258
# File 'lib/google/cloud/network_security/v1/sse_realm_service/client.rb', line 1256

def get_sac_realm
  @get_sac_realm
end

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

RPC-specific configuration for list_sac_attachments

Returns:

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


1271
1272
1273
# File 'lib/google/cloud/network_security/v1/sse_realm_service/client.rb', line 1271

def list_sac_attachments
  @list_sac_attachments
end

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

RPC-specific configuration for list_sac_realms

Returns:

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


1251
1252
1253
# File 'lib/google/cloud/network_security/v1/sse_realm_service/client.rb', line 1251

def list_sac_realms
  @list_sac_realms
end