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)


1167
1168
1169
# File 'lib/google/cloud/datastore/v1/datastore/client.rb', line 1167

def allocate_ids
  @allocate_ids
end

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

RPC-specific configuration for begin_transaction

Returns:

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


1152
1153
1154
# File 'lib/google/cloud/datastore/v1/datastore/client.rb', line 1152

def begin_transaction
  @begin_transaction
end

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

RPC-specific configuration for commit

Returns:

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


1157
1158
1159
# File 'lib/google/cloud/datastore/v1/datastore/client.rb', line 1157

def commit
  @commit
end

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

RPC-specific configuration for lookup

Returns:

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


1137
1138
1139
# File 'lib/google/cloud/datastore/v1/datastore/client.rb', line 1137

def lookup
  @lookup
end

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

RPC-specific configuration for reserve_ids

Returns:

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


1172
1173
1174
# File 'lib/google/cloud/datastore/v1/datastore/client.rb', line 1172

def reserve_ids
  @reserve_ids
end

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

RPC-specific configuration for rollback

Returns:

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


1162
1163
1164
# File 'lib/google/cloud/datastore/v1/datastore/client.rb', line 1162

def rollback
  @rollback
end

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

RPC-specific configuration for run_aggregation_query

Returns:

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


1147
1148
1149
# File 'lib/google/cloud/datastore/v1/datastore/client.rb', line 1147

def run_aggregation_query
  @run_aggregation_query
end

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

RPC-specific configuration for run_query

Returns:

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


1142
1143
1144
# File 'lib/google/cloud/datastore/v1/datastore/client.rb', line 1142

def run_query
  @run_query
end