Uses of Class
cel.dev.expr.conformance.Environment.Import
Packages that use Environment.Import
-
Uses of Environment.Import in cel.dev.expr.conformance
Methods in cel.dev.expr.conformance that return Environment.ImportModifier and TypeMethodDescriptionEnvironment.Import.Builder.build()Environment.Import.Builder.buildPartial()static Environment.ImportEnvironment.Import.getDefaultInstance()Environment.Import.Builder.getDefaultInstanceForType()Environment.Import.getDefaultInstanceForType()Environment.Builder.getImports(int index) List of abbreviations to be added to the CEL environmentEnvironment.getImports(int index) List of abbreviations to be added to the CEL environmentEnvironmentOrBuilder.getImports(int index) List of abbreviations to be added to the CEL environmentstatic Environment.ImportEnvironment.Import.parseDelimitedFrom(InputStream input) static Environment.ImportEnvironment.Import.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Environment.ImportEnvironment.Import.parseFrom(byte[] data) static Environment.ImportEnvironment.Import.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Environment.ImportEnvironment.Import.parseFrom(com.google.protobuf.ByteString data) static Environment.ImportEnvironment.Import.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Environment.ImportEnvironment.Import.parseFrom(com.google.protobuf.CodedInputStream input) static Environment.ImportEnvironment.Import.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Environment.ImportEnvironment.Import.parseFrom(InputStream input) static Environment.ImportEnvironment.Import.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Environment.ImportEnvironment.Import.parseFrom(ByteBuffer data) static Environment.ImportEnvironment.Import.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in cel.dev.expr.conformance that return types with arguments of type Environment.ImportModifier and TypeMethodDescriptionEnvironment.Builder.getImportsList()List of abbreviations to be added to the CEL environmentEnvironment.getImportsList()List of abbreviations to be added to the CEL environmentEnvironmentOrBuilder.getImportsList()List of abbreviations to be added to the CEL environmentcom.google.protobuf.Parser<Environment.Import>Environment.Import.getParserForType()static com.google.protobuf.Parser<Environment.Import>Environment.Import.parser()Methods in cel.dev.expr.conformance with parameters of type Environment.ImportModifier and TypeMethodDescriptionEnvironment.Builder.addImports(int index, Environment.Import value) List of abbreviations to be added to the CEL environmentEnvironment.Builder.addImports(Environment.Import value) List of abbreviations to be added to the CEL environmentEnvironment.Import.Builder.mergeFrom(Environment.Import other) static Environment.Import.BuilderEnvironment.Import.newBuilder(Environment.Import prototype) Environment.Builder.setImports(int index, Environment.Import value) List of abbreviations to be added to the CEL environmentMethod parameters in cel.dev.expr.conformance with type arguments of type Environment.ImportModifier and TypeMethodDescriptionEnvironment.Builder.addAllImports(Iterable<? extends Environment.Import> values) List of abbreviations to be added to the CEL environment