Uses of Enum
com.google.api.expr.v1alpha1.SourceInfo.Extension.Component
Packages that use SourceInfo.Extension.Component
-
Uses of SourceInfo.Extension.Component in com.google.api.expr.v1alpha1
Methods in com.google.api.expr.v1alpha1 that return SourceInfo.Extension.ComponentModifier and TypeMethodDescriptionSourceInfo.Extension.Component.forNumber(int value) SourceInfo.Extension.Builder.getAffectedComponents(int index) If set, the listed components must understand the extension for the expression to evaluate correctly.SourceInfo.Extension.getAffectedComponents(int index) If set, the listed components must understand the extension for the expression to evaluate correctly.SourceInfo.ExtensionOrBuilder.getAffectedComponents(int index) If set, the listed components must understand the extension for the expression to evaluate correctly.SourceInfo.Extension.Component.valueOf(int value) Deprecated.SourceInfo.Extension.Component.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.Returns the enum constant of this type with the specified name.static SourceInfo.Extension.Component[]SourceInfo.Extension.Component.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 SourceInfo.Extension.ComponentModifier and TypeMethodDescriptionSourceInfo.Extension.Builder.getAffectedComponentsList()If set, the listed components must understand the extension for the expression to evaluate correctly.SourceInfo.Extension.getAffectedComponentsList()If set, the listed components must understand the extension for the expression to evaluate correctly.SourceInfo.ExtensionOrBuilder.getAffectedComponentsList()If set, the listed components must understand the extension for the expression to evaluate correctly.static com.google.protobuf.Internal.EnumLiteMap<SourceInfo.Extension.Component>SourceInfo.Extension.Component.internalGetValueMap()Methods in com.google.api.expr.v1alpha1 with parameters of type SourceInfo.Extension.ComponentModifier and TypeMethodDescriptionSourceInfo.Extension.Builder.addAffectedComponents(SourceInfo.Extension.Component value) If set, the listed components must understand the extension for the expression to evaluate correctly.SourceInfo.Extension.Builder.setAffectedComponents(int index, SourceInfo.Extension.Component value) If set, the listed components must understand the extension for the expression to evaluate correctly.Method parameters in com.google.api.expr.v1alpha1 with type arguments of type SourceInfo.Extension.ComponentModifier and TypeMethodDescriptionSourceInfo.Extension.Builder.addAllAffectedComponents(Iterable<? extends SourceInfo.Extension.Component> values) If set, the listed components must understand the extension for the expression to evaluate correctly.