Uses of Enum Class
com.google.protobuf.RuntimeVersion.RuntimeDomain
Packages that use RuntimeVersion.RuntimeDomain
-
Uses of RuntimeVersion.RuntimeDomain in com.google.protobuf
Subclasses with type arguments of type RuntimeVersion.RuntimeDomain in com.google.protobufModifier and TypeClassDescriptionstatic enumIndicates the domain of the Protobuf artifact.Fields in com.google.protobuf declared as RuntimeVersion.RuntimeDomainModifier and TypeFieldDescriptionstatic final RuntimeVersion.RuntimeDomainRuntimeVersion.DOMAINstatic final RuntimeVersion.RuntimeDomainRuntimeVersion.OSS_DOMAINMethods in com.google.protobuf that return RuntimeVersion.RuntimeDomainModifier and TypeMethodDescriptionstatic RuntimeVersion.RuntimeDomainReturns the enum constant of this class with the specified name.static RuntimeVersion.RuntimeDomain[]RuntimeVersion.RuntimeDomain.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.google.protobuf with parameters of type RuntimeVersion.RuntimeDomainModifier and TypeMethodDescriptionstatic voidRuntimeVersion.validateProtobufGencodeVersion(RuntimeVersion.RuntimeDomain domain, int major, int minor, int patch, String suffix, String location) Validates that the gencode version is compatible with this runtime version according to https://protobuf.dev/support/cross-version-runtime-guarantee/.private static voidRuntimeVersion.validateProtobufGencodeVersionImpl(RuntimeVersion.RuntimeDomain domain, int major, int minor, int patch, String suffix, String location) The actual implementation of version validation.