NAME

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

SYNOPSIS

use Google::Api::FieldInfo;

my $msg = Google::Api::FieldInfo::FieldInfo->new(
    format => $value,
);

FIELDS

  • format

    Type: Enum (.google.api.FieldInfo.Format)

  • referenced_types

    Type: Message (.google.api.TypeReference)

Enum: FieldInfo::Format

Values:

  • FORMAT_UNSPECIFIED => 0

  • UUID4 => 1

  • IPV4 => 2

  • IPV6 => 3

  • IPV4_OR_IPV6 => 4

NAME

Google::Api::FieldInfo::TypeReference - Compiled Protocol Buffers message class

SYNOPSIS

use Google::Api::FieldInfo;

my $msg = Google::Api::FieldInfo::TypeReference->new(
    type_name => $value,
);

FIELDS

  • type_name

    Type: String