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. VALUESFields 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. internalValueMapMethods in com.google.api.expr.v1alpha1 that return Type.WellKnownType Modifier and Type Method Description static Type.WellKnownTypeType.WellKnownType. forNumber(int value)Type.WellKnownTypeType.Builder. getWellKnown()Well-known protobuf type such as `google.protobuf.Timestamp`.Type.WellKnownTypeType. getWellKnown()Well-known protobuf type such as `google.protobuf.Timestamp`.Type.WellKnownTypeTypeOrBuilder. getWellKnown()Well-known protobuf type such as `google.protobuf.Timestamp`.static Type.WellKnownTypeType.WellKnownType. valueOf(int value)Deprecated.static Type.WellKnownTypeType.WellKnownType. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static Type.WellKnownTypeType.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.BuilderType.Builder. setWellKnown(Type.WellKnownType value)Well-known protobuf type such as `google.protobuf.Timestamp`.
-