Packages

p

com.google.api

field_behavior

package field_behavior

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. sealed abstract class FieldBehavior extends GeneratedEnum

    An indicator of the behavior of a given field (for example, that a field is required in requests, or given as output but ignored as input).

    An indicator of the behavior of a given field (for example, that a field is required in requests, or given as output but ignored as input). This **does not** change the behavior in protocol buffers itself; it only denotes the behavior and may affect how API tooling handles the field.

    Note: This enum **may** receive new values in the future.

Value Members

  1. object FieldBehavior extends GeneratedEnumCompanion[FieldBehavior] with Serializable
  2. object FieldBehaviorProto extends GeneratedFileObject

Ungrouped