NAME

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

SYNOPSIS

use Google::Api::Http;

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

FIELDS

  • rules

    Type: Message (.google.api.HttpRule)

  • fully_decode_reserved_expansion

    Type: Bool

NAME

Google::Api::Http::HttpRule - Compiled Protocol Buffers message class

SYNOPSIS

use Google::Api::Http;

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

FIELDS

  • selector

    Type: String

  • get

    Type: String

  • put

    Type: String

  • post

    Type: String

  • delete

    Type: String

  • patch

    Type: String

  • custom

    Type: Message (.google.api.CustomHttpPattern)

  • body

    Type: String

  • response_body

    Type: String

  • additional_bindings

    Type: Message (.google.api.HttpRule)

NAME

Google::Api::Http::CustomHttpPattern - Compiled Protocol Buffers message class

SYNOPSIS

use Google::Api::Http;

my $msg = Google::Api::Http::CustomHttpPattern->new(
    kind => $value,
);

FIELDS

  • kind

    Type: String

  • path

    Type: String