Uses of Class
com.google.api.expr.v1alpha1.Type.WellKnownType
-
Packages that use Type.WellKnownType Package Description com.google.api.expr.v1alpha1 -
-
Uses of Type.WellKnownType in com.google.api.expr.v1alpha1
Fields in com.google.api.expr.v1alpha1 declared as Type.WellKnownType Modifier and Type Field Description private static Type.WellKnownType[]
Type.WellKnownType. VALUES
Fields in com.google.api.expr.v1alpha1 with type parameters of type Type.WellKnownType Modifier and Type Field Description private static com.google.protobuf.Internal.EnumLiteMap<Type.WellKnownType>
Type.WellKnownType. internalValueMap
Methods in com.google.api.expr.v1alpha1 that return Type.WellKnownType Modifier and Type Method Description static Type.WellKnownType
Type.WellKnownType. forNumber(int value)
Type.WellKnownType
Type.Builder. getWellKnown()
Well-known protobuf type such as `google.protobuf.Timestamp`.Type.WellKnownType
Type. getWellKnown()
Well-known protobuf type such as `google.protobuf.Timestamp`.Type.WellKnownType
TypeOrBuilder. getWellKnown()
Well-known protobuf type such as `google.protobuf.Timestamp`.static Type.WellKnownType
Type.WellKnownType. valueOf(int value)
Deprecated.static Type.WellKnownType
Type.WellKnownType. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static Type.WellKnownType
Type.WellKnownType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Type.WellKnownType[]
Type.WellKnownType. 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.WellKnownType Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<Type.WellKnownType>
Type.WellKnownType. internalGetValueMap()
Methods in com.google.api.expr.v1alpha1 with parameters of type Type.WellKnownType Modifier and Type Method Description Type.Builder
Type.Builder. setWellKnown(Type.WellKnownType value)
Well-known protobuf type such as `google.protobuf.Timestamp`.
-