Uses of Class
com.google.api.FieldBehavior
-
Packages that use FieldBehavior Package Description com.google.api -
-
Uses of FieldBehavior in com.google.api
Fields in com.google.api with type parameters of type FieldBehavior Modifier and Type Field Description static com.google.protobuf.GeneratedMessage.GeneratedExtension<com.google.protobuf.DescriptorProtos.FieldOptions,java.util.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 FieldBehavior Modifier and Type Method Description static 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
FieldBehavior. valueOf(java.lang.String name)
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 FieldBehavior Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<FieldBehavior>
FieldBehavior. internalGetValueMap()
-