Package envoy.annotations
Class Deprecation
java.lang.Object
com.google.protobuf.GeneratedFile
envoy.annotations.Deprecation
@Generated
public final class Deprecation
extends com.google.protobuf.GeneratedFile
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final intstatic final com.google.protobuf.GeneratedMessage.GeneratedExtension<com.google.protobuf.DescriptorProtos.FieldOptions, String> The API major and minor version on which the field was deprecated (e.g., "3.5" for major version 3 and minor version 5).static final com.google.protobuf.GeneratedMessage.GeneratedExtension<com.google.protobuf.DescriptorProtos.EnumValueOptions, String> The API major and minor version on which the enum value was deprecated (e.g., "3.5" for major version 3 and minor version 5).private static final com.google.protobuf.Descriptors.FileDescriptorstatic final intstatic final intstatic final com.google.protobuf.GeneratedMessage.GeneratedExtension<com.google.protobuf.DescriptorProtos.FieldOptions, Boolean> extend .google.protobuf.FieldOptions { ...static final com.google.protobuf.GeneratedMessage.GeneratedExtension<com.google.protobuf.DescriptorProtos.EnumValueOptions, Boolean> extend .google.protobuf.EnumValueOptions { ... -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic com.google.protobuf.Descriptors.FileDescriptorstatic voidregisterAllExtensions(com.google.protobuf.ExtensionRegistry registry) static voidregisterAllExtensions(com.google.protobuf.ExtensionRegistryLite registry) Methods inherited from class com.google.protobuf.GeneratedFile
addOptionalExtension
-
Field Details
-
DISALLOWED_BY_DEFAULT_FIELD_NUMBER
public static final int DISALLOWED_BY_DEFAULT_FIELD_NUMBER- See Also:
-
disallowedByDefault
public static final com.google.protobuf.GeneratedMessage.GeneratedExtension<com.google.protobuf.DescriptorProtos.FieldOptions,Boolean> disallowedByDefaultextend .google.protobuf.FieldOptions { ... } -
DEPRECATED_AT_MINOR_VERSION_FIELD_NUMBER
public static final int DEPRECATED_AT_MINOR_VERSION_FIELD_NUMBER- See Also:
-
deprecatedAtMinorVersion
public static final com.google.protobuf.GeneratedMessage.GeneratedExtension<com.google.protobuf.DescriptorProtos.FieldOptions,String> deprecatedAtMinorVersionThe API major and minor version on which the field was deprecated (e.g., "3.5" for major version 3 and minor version 5).
extend .google.protobuf.FieldOptions { ... } -
DISALLOWED_BY_DEFAULT_ENUM_FIELD_NUMBER
public static final int DISALLOWED_BY_DEFAULT_ENUM_FIELD_NUMBER- See Also:
-
disallowedByDefaultEnum
public static final com.google.protobuf.GeneratedMessage.GeneratedExtension<com.google.protobuf.DescriptorProtos.EnumValueOptions,Boolean> disallowedByDefaultEnumextend .google.protobuf.EnumValueOptions { ... } -
DEPRECATED_AT_MINOR_VERSION_ENUM_FIELD_NUMBER
public static final int DEPRECATED_AT_MINOR_VERSION_ENUM_FIELD_NUMBER- See Also:
-
deprecatedAtMinorVersionEnum
public static final com.google.protobuf.GeneratedMessage.GeneratedExtension<com.google.protobuf.DescriptorProtos.EnumValueOptions,String> deprecatedAtMinorVersionEnumThe API major and minor version on which the enum value was deprecated (e.g., "3.5" for major version 3 and minor version 5).
extend .google.protobuf.EnumValueOptions { ... } -
descriptor
private static final com.google.protobuf.Descriptors.FileDescriptor descriptor
-
-
Constructor Details
-
Deprecation
private Deprecation()
-
-
Method Details
-
registerAllExtensions
public static void registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry) -
registerAllExtensions
public static void registerAllExtensions(com.google.protobuf.ExtensionRegistry registry) -
getDescriptor
public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor()
-