Lines Matching refs:a
5 // You may obtain a copy of the License at
28 // A designation of a specific field behavior (required, output only, etc.)
43 // An indicator of the behavior of a given field (for example, that a field
53 // Specifically denotes a field as optional.
58 // Denotes a field as required.
63 // Denotes a field as output only.
65 // field in a request does nothing (the server *must* ignore it and
66 // *must not* throw an error as a result of the field's presence).
69 // Denotes a field as input only.
74 // Denotes a field as immutable.
75 // This indicates that the field may be set once in a request to create a
79 // Denotes that a (repeated) field is an unordered list.