# Packages
No description provided by the author
# Functions
ActionMetaToProto converts the input meta map to the proto equivalent.
ProtoToActionMeta converts the input proto any object and returns the meta map equivalent.
ProtoToScalingAction converts the input proto ScalingAction object and returns the the Autoscaler equivalent.
ProtoToScalingDirection converts the input proto definition of ScalingDirection and returns the Autoscaler equivalent.
ProtoToScalingPolicyCheck converts the input proto ScalingPolicyCheck object and returns the the Autoscaler equivalent.
ProtoToTimeRange converts the input proto definition of TimeRange and returns the Autoscaler equivalent.
ProtoToTimestampedMetrics converts the input proto TimestampedMetric object and returns the Autoscaler equivalent.
ScalingActionToProto converts the input ScalingAction to the proto equivalent.
ScalingDirectionToProto converts the input scale direction to the proto equivalent.
ScalingPolicyCheckToProto converts the input ScalingPolicyCheck to the proto equivalent.
TimeRangeToProto takes an input time range and converts it to the proto equivalent.
TimestampedMetricsToProto converts the input TimestampedMetrics to the proto equivalent.
# Constants
PluginConfigKeyGRPCTimeout is the config key used internaly to provide a timeout value for GRPC calls.