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=> 0UUID4=> 1IPV4=> 2IPV6=> 3IPV4_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