Uses of Class
com.google.api.expr.v1alpha1.Type.PrimitiveType
-
Packages that use Type.PrimitiveType Package Description com.google.api.expr.v1alpha1 -
-
Uses of Type.PrimitiveType in com.google.api.expr.v1alpha1
Fields in com.google.api.expr.v1alpha1 declared as Type.PrimitiveType Modifier and Type Field Description private static Type.PrimitiveType[]
Type.PrimitiveType. VALUES
Fields in com.google.api.expr.v1alpha1 with type parameters of type Type.PrimitiveType Modifier and Type Field Description private static com.google.protobuf.Internal.EnumLiteMap<Type.PrimitiveType>
Type.PrimitiveType. internalValueMap
Methods in com.google.api.expr.v1alpha1 that return Type.PrimitiveType Modifier and Type Method Description static Type.PrimitiveType
Type.PrimitiveType. forNumber(int value)
Type.PrimitiveType
Type.Builder. getPrimitive()
Primitive types: `true`, `1u`, `-2.0`, `'string'`, `b'bytes'`.Type.PrimitiveType
Type. getPrimitive()
Primitive types: `true`, `1u`, `-2.0`, `'string'`, `b'bytes'`.Type.PrimitiveType
TypeOrBuilder. getPrimitive()
Primitive types: `true`, `1u`, `-2.0`, `'string'`, `b'bytes'`.Type.PrimitiveType
Type.Builder. getWrapper()
Wrapper of a primitive type, e.g.Type.PrimitiveType
Type. getWrapper()
Wrapper of a primitive type, e.g.Type.PrimitiveType
TypeOrBuilder. getWrapper()
Wrapper of a primitive type, e.g.static Type.PrimitiveType
Type.PrimitiveType. valueOf(int value)
Deprecated.static Type.PrimitiveType
Type.PrimitiveType. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static Type.PrimitiveType
Type.PrimitiveType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Type.PrimitiveType[]
Type.PrimitiveType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.api.expr.v1alpha1 that return types with arguments of type Type.PrimitiveType Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<Type.PrimitiveType>
Type.PrimitiveType. internalGetValueMap()
Methods in com.google.api.expr.v1alpha1 with parameters of type Type.PrimitiveType Modifier and Type Method Description Type.Builder
Type.Builder. setPrimitive(Type.PrimitiveType value)
Primitive types: `true`, `1u`, `-2.0`, `'string'`, `b'bytes'`.Type.Builder
Type.Builder. setWrapper(Type.PrimitiveType value)
Wrapper of a primitive type, e.g.
-