Cloud Bigtable Admin V2 API - Class Google::Cloud::Bigtable::Admin::V2::Type::Aggregate (v0.26.0)

Reference documentation and code samples for the Cloud Bigtable Admin V2 API class Google::Cloud::Bigtable::Admin::V2::Type::Aggregate.

A value that combines incremental updates into a summarized value.

Data is never directly written or read using type Aggregate. Writes will provide either the input_type or state_type, and reads will always return the state_type .

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#input_type

def input_type() -> ::Google::Cloud::Bigtable::Admin::V2::Type
Returns

#input_type=

def input_type=(value) -> ::Google::Cloud::Bigtable::Admin::V2::Type
Parameter
Returns

#state_type

def state_type() -> ::Google::Cloud::Bigtable::Admin::V2::Type
Returns
  • (::Google::Cloud::Bigtable::Admin::V2::Type) — Output only. Type that holds the internal accumulator state for the Aggregate. This is a function of the input_type and aggregator chosen, and will always specify a full encoding.

#sum

def sum() -> ::Google::Cloud::Bigtable::Admin::V2::Type::Aggregate::Sum

#sum=

def sum=(value) -> ::Google::Cloud::Bigtable::Admin::V2::Type::Aggregate::Sum
Parameter