Dataproc Metastore V1 API - Class Google::Cloud::Metastore::V1::ScalingConfig (v0.13.0)

Reference documentation and code samples for the Dataproc Metastore V1 API class Google::Cloud::Metastore::V1::ScalingConfig.

Represents the scaling configuration of a metastore service.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#instance_size

def instance_size() -> ::Google::Cloud::Metastore::V1::ScalingConfig::InstanceSize
Returns

#instance_size=

def instance_size=(value) -> ::Google::Cloud::Metastore::V1::ScalingConfig::InstanceSize
Parameter
Returns

#scaling_factor

def scaling_factor() -> ::Float
Returns
  • (::Float) — Scaling factor, increments of 0.1 for values less than 1.0, and increments of 1.0 for values greater than 1.0.

#scaling_factor=

def scaling_factor=(value) -> ::Float
Parameter
  • value (::Float) — Scaling factor, increments of 0.1 for values less than 1.0, and increments of 1.0 for values greater than 1.0.
Returns
  • (::Float) — Scaling factor, increments of 0.1 for values less than 1.0, and increments of 1.0 for values greater than 1.0.