NAME

Google::Api::Quota::Quota - Compiled Protocol Buffers message class

SYNOPSIS

use Google::Api::Quota;

my $msg = Google::Api::Quota::Quota->new(
    limits => $value,
);

FIELDS

  • limits

    Type: Message (.google.api.QuotaLimit)

  • metric_rules

    Type: Message (.google.api.MetricRule)

NAME

Google::Api::Quota::MetricRule - Compiled Protocol Buffers message class

SYNOPSIS

use Google::Api::Quota;

my $msg = Google::Api::Quota::MetricRule->new(
    selector => $value,
);

FIELDS

  • selector

    Type: String

  • metric_costs

    Type: Message (.google.api.MetricRule.MetricCostsEntry)

NAME

Google::Api::Quota::QuotaLimit - Compiled Protocol Buffers message class

SYNOPSIS

use Google::Api::Quota;

my $msg = Google::Api::Quota::QuotaLimit->new(
    name => $value,
);

FIELDS

  • name

    Type: String

  • description

    Type: String

  • default_limit

    Type: Int64

  • max_limit

    Type: Int64

  • free_tier

    Type: Int64

  • duration

    Type: String

  • metric

    Type: String

  • unit

    Type: String

  • values

    Type: Message (.google.api.QuotaLimit.ValuesEntry)

  • display_name

    Type: String