
cel.dev.expr.conformance.ExtensionOrBuilder Maven / Gradle / Ivy
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: cel/expr/conformance/env_config.proto
// Protobuf Java Version: 3.25.1
package cel.dev.expr.conformance;
public interface ExtensionOrBuilder extends
// @@protoc_insertion_point(interface_extends:cel.expr.conformance.Extension)
com.google.protobuf.MessageOrBuilder {
/**
*
* Name of the extension library.
*
*
* string name = 1;
* @return The name.
*/
java.lang.String getName();
/**
*
* Name of the extension library.
*
*
* string name = 1;
* @return The bytes for name.
*/
com.google.protobuf.ByteString
getNameBytes();
/**
*
* Version of the extension library.
*
*
* string version = 2;
* @return The version.
*/
java.lang.String getVersion();
/**
*
* Version of the extension library.
*
*
* string version = 2;
* @return The bytes for version.
*/
com.google.protobuf.ByteString
getVersionBytes();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy