Class: Google::Cloud::Datastore::V1::Datastore::Client::Configuration::Rpcs

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

Overview

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

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

RPC-specific configuration for allocate_ids

Returns:

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


1257
1258
1259
# File 'lib/google/cloud/datastore/v1/datastore/client.rb', line 1257

def allocate_ids
  @allocate_ids
end

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

RPC-specific configuration for begin_transaction

Returns:

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


1242
1243
1244
# File 'lib/google/cloud/datastore/v1/datastore/client.rb', line 1242

def begin_transaction
  @begin_transaction
end

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

RPC-specific configuration for commit

Returns:

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


1247
1248
1249
# File 'lib/google/cloud/datastore/v1/datastore/client.rb', line 1247

def commit
  @commit
end

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

RPC-specific configuration for lookup

Returns:

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


1227
1228
1229
# File 'lib/google/cloud/datastore/v1/datastore/client.rb', line 1227

def lookup
  @lookup
end

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

RPC-specific configuration for reserve_ids

Returns:

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


1262
1263
1264
# File 'lib/google/cloud/datastore/v1/datastore/client.rb', line 1262

def reserve_ids
  @reserve_ids
end

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

RPC-specific configuration for rollback

Returns:

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


1252
1253
1254
# File 'lib/google/cloud/datastore/v1/datastore/client.rb', line 1252

def rollback
  @rollback
end

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

RPC-specific configuration for run_aggregation_query

Returns:

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


1237
1238
1239
# File 'lib/google/cloud/datastore/v1/datastore/client.rb', line 1237

def run_aggregation_query
  @run_aggregation_query
end

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

RPC-specific configuration for run_query

Returns:

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


1232
1233
1234
# File 'lib/google/cloud/datastore/v1/datastore/client.rb', line 1232

def run_query
  @run_query
end