A path that leads to a field in the request body. The value will be a
sequence of dot-separated identifiers that identify a protocol buffer
field.
Consider the following:
message CreateContactRequest {
message EmailAddress {
enum Type {
TYPE_UNSPECIFIED = 0;
HOME = 1;
WORK = 2;
}
optional string email = 1;
repeated EmailType type = 2;
}
string full_name = 1;
repeated EmailAddress email_addresses = 2;
}
In this example, in proto field could take one of the following values:
full_name for a violation in the full_name value
email_addresses[1].email for a violation in the email field of the
first email_addresses message
email_addresses[3].type[2] for a violation in the second type
value in the third email_addresses message.
In JSON, the same values are represented as:
fullName for a violation in the fullName value
emailAddresses[1].email for a violation in the email field of the
first emailAddresses message
emailAddresses[3].type[2] for a violation in the second type
value in the third emailAddresses message.
A path that leads to a field in the request body. The value will be a
sequence of dot-separated identifiers that identify a protocol buffer
field.
Consider the following:
message CreateContactRequest {
message EmailAddress {
enum Type {
TYPE_UNSPECIFIED = 0;
HOME = 1;
WORK = 2;
}
optional string email = 1;
repeated EmailType type = 2;
}
string full_name = 1;
repeated EmailAddress email_addresses = 2;
}
In this example, in proto field could take one of the following values:
full_name for a violation in the full_name value
email_addresses[1].email for a violation in the email field of the
first email_addresses message
email_addresses[3].type[2] for a violation in the second type
value in the third email_addresses message.
In JSON, the same values are represented as:
fullName for a violation in the fullName value
emailAddresses[1].email for a violation in the email field of the
first emailAddresses message
emailAddresses[3].type[2] for a violation in the second type
value in the third emailAddresses message.
A path that leads to a field in the request body. The value will be a
sequence of dot-separated identifiers that identify a protocol buffer
field.
Consider the following:
message CreateContactRequest {
message EmailAddress {
enum Type {
TYPE_UNSPECIFIED = 0;
HOME = 1;
WORK = 2;
}
optional string email = 1;
repeated EmailType type = 2;
}
string full_name = 1;
repeated EmailAddress email_addresses = 2;
}
In this example, in proto field could take one of the following values:
full_name for a violation in the full_name value
email_addresses[1].email for a violation in the email field of the
first email_addresses message
email_addresses[3].type[2] for a violation in the second type
value in the third email_addresses message.
In JSON, the same values are represented as:
fullName for a violation in the fullName value
emailAddresses[1].email for a violation in the email field of the
first emailAddresses message
emailAddresses[3].type[2] for a violation in the second type
value in the third emailAddresses message.
A path that leads to a field in the request body. The value will be a
sequence of dot-separated identifiers that identify a protocol buffer
field.
Consider the following:
message CreateContactRequest {
message EmailAddress {
enum Type {
TYPE_UNSPECIFIED = 0;
HOME = 1;
WORK = 2;
}
optional string email = 1;
repeated EmailType type = 2;
}
string full_name = 1;
repeated EmailAddress email_addresses = 2;
}
In this example, in proto field could take one of the following values:
full_name for a violation in the full_name value
email_addresses[1].email for a violation in the email field of the
first email_addresses message
email_addresses[3].type[2] for a violation in the second type
value in the third email_addresses message.
In JSON, the same values are represented as:
fullName for a violation in the fullName value
emailAddresses[1].email for a violation in the email field of the
first emailAddresses message
emailAddresses[3].type[2] for a violation in the second type
value in the third emailAddresses message.
A path that leads to a field in the request body. The value will be a
sequence of dot-separated identifiers that identify a protocol buffer
field.
Consider the following:
message CreateContactRequest {
message EmailAddress {
enum Type {
TYPE_UNSPECIFIED = 0;
HOME = 1;
WORK = 2;
}
optional string email = 1;
repeated EmailType type = 2;
}
string full_name = 1;
repeated EmailAddress email_addresses = 2;
}
In this example, in proto field could take one of the following values:
full_name for a violation in the full_name value
email_addresses[1].email for a violation in the email field of the
first email_addresses message
email_addresses[3].type[2] for a violation in the second type
value in the third email_addresses message.
In JSON, the same values are represented as:
fullName for a violation in the fullName value
emailAddresses[1].email for a violation in the email field of the
first emailAddresses message
emailAddresses[3].type[2] for a violation in the second type
value in the third emailAddresses message.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-11-06 UTC."],[],[]]