Reference documentation and code samples for the Cloud Spanner V1 API class Google::Cloud::Spanner::V1::FetchCacheUpdateRequest.
The request for FetchCacheUpdate.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#database
def database() -> ::String
Returns
- (::String) — Required. The database for which to retrieve the cache update.
#database=
def database=(value) -> ::String
Parameter
- value (::String) — Required. The database for which to retrieve the cache update.
Returns
- (::String) — Required. The database for which to retrieve the cache update.
#max_range_count
def max_range_count() -> ::Integer
Returns
- (::Integer) — Optional. The maximum number of ranges to return in the response. If not set, a default limit of 10000 will be used.
#max_range_count=
def max_range_count=(value) -> ::Integer
Parameter
- value (::Integer) — Optional. The maximum number of ranges to return in the response. If not set, a default limit of 10000 will be used.
Returns
- (::Integer) — Optional. The maximum number of ranges to return in the response. If not set, a default limit of 10000 will be used.
#max_recipe_count
def max_recipe_count() -> ::Integer
Returns
- (::Integer) — Optional. The maximum number of key recipes to return in the response. If not set, a default limit of 100 will be used.
#max_recipe_count=
def max_recipe_count=(value) -> ::Integer
Parameter
- value (::Integer) — Optional. The maximum number of key recipes to return in the response. If not set, a default limit of 100 will be used.
Returns
- (::Integer) — Optional. The maximum number of key recipes to return in the response. If not set, a default limit of 100 will be used.