Uses of Enum
com.google.api.FieldBehavior
Packages that use FieldBehavior
-
Uses of FieldBehavior in com.google.api
Fields in com.google.api with type parameters of type FieldBehaviorModifier and TypeFieldDescriptionstatic final com.google.protobuf.GeneratedMessage.GeneratedExtension
<com.google.protobuf.DescriptorProtos.FieldOptions, List<FieldBehavior>> FieldBehaviorProto.fieldBehavior
A designation of a specific field behavior (required, output only, etc.) in protobuf messages.Methods in com.google.api that return FieldBehaviorModifier and TypeMethodDescriptionstatic FieldBehavior
FieldBehavior.forNumber
(int value) static FieldBehavior
FieldBehavior.valueOf
(int value) Deprecated.static FieldBehavior
FieldBehavior.valueOf
(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.static FieldBehavior
Returns the enum constant of this type with the specified name.static FieldBehavior[]
FieldBehavior.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.api that return types with arguments of type FieldBehaviorModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap
<FieldBehavior> FieldBehavior.internalGetValueMap()