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,List<FieldBehavior>>FieldBehaviorProto. fieldBehaviorA 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 FieldBehaviorFieldBehavior. forNumber(int value)static FieldBehaviorFieldBehavior. valueOf(int value)Deprecated.static FieldBehaviorFieldBehavior. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static FieldBehaviorFieldBehavior. valueOf(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()
-