NAME

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

SYNOPSIS

use Google::Api::Backend;

my $msg = Google::Api::Backend::Backend->new(
    rules => $value,
);

FIELDS

  • rules

    Type: Message (.google.api.BackendRule)

NAME

Google::Api::Backend::BackendRule - Compiled Protocol Buffers message class

SYNOPSIS

use Google::Api::Backend;

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

FIELDS

  • selector

    Type: String

  • address

    Type: String

  • deadline

    Type: Double

  • min_deadline

    Type: Double

  • operation_deadline

    Type: Double

  • path_translation

    Type: Enum (.google.api.BackendRule.PathTranslation)

  • jwt_audience

    Type: String

  • disable_auth

    Type: Bool

  • protocol

    Type: String

  • overrides_by_request_protocol

    Type: Message (.google.api.BackendRule.OverridesByRequestProtocolEntry)

  • load_balancing_policy

    Type: String

Enum: BackendRule::PathTranslation

Values:

  • PATH_TRANSLATION_UNSPECIFIED => 0

  • CONSTANT_ADDRESS => 1

  • APPEND_PATH_TO_ADDRESS => 2