Package xds.annotations.v3
Class Status
- java.lang.Object
-
- xds.annotations.v3.Status
-
public final class Status extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Status.FieldStatusAnnotation
Protobuf typexds.annotations.v3.FieldStatusAnnotation
static interface
Status.FieldStatusAnnotationOrBuilder
static class
Status.FileStatusAnnotation
Protobuf typexds.annotations.v3.FileStatusAnnotation
static interface
Status.FileStatusAnnotationOrBuilder
static class
Status.MessageStatusAnnotation
Protobuf typexds.annotations.v3.MessageStatusAnnotation
static interface
Status.MessageStatusAnnotationOrBuilder
static class
Status.PackageVersionStatus
Protobuf enumxds.annotations.v3.PackageVersionStatus
static class
Status.StatusAnnotation
Protobuf typexds.annotations.v3.StatusAnnotation
static interface
Status.StatusAnnotationOrBuilder
-
Field Summary
Fields Modifier and Type Field Description private static com.google.protobuf.Descriptors.FileDescriptor
descriptor
static int
FIELD_STATUS_FIELD_NUMBER
static com.google.protobuf.GeneratedMessage.GeneratedExtension<com.google.protobuf.DescriptorProtos.FieldOptions,Status.FieldStatusAnnotation>
fieldStatus
extend .google.protobuf.FieldOptions { ...
static int
FILE_STATUS_FIELD_NUMBER
static com.google.protobuf.GeneratedMessage.GeneratedExtension<com.google.protobuf.DescriptorProtos.FileOptions,Status.FileStatusAnnotation>
fileStatus
extend .google.protobuf.FileOptions { ...
private static com.google.protobuf.Descriptors.Descriptor
internal_static_xds_annotations_v3_FieldStatusAnnotation_descriptor
private static com.google.protobuf.GeneratedMessage.FieldAccessorTable
internal_static_xds_annotations_v3_FieldStatusAnnotation_fieldAccessorTable
private static com.google.protobuf.Descriptors.Descriptor
internal_static_xds_annotations_v3_FileStatusAnnotation_descriptor
private static com.google.protobuf.GeneratedMessage.FieldAccessorTable
internal_static_xds_annotations_v3_FileStatusAnnotation_fieldAccessorTable
private static com.google.protobuf.Descriptors.Descriptor
internal_static_xds_annotations_v3_MessageStatusAnnotation_descriptor
private static com.google.protobuf.GeneratedMessage.FieldAccessorTable
internal_static_xds_annotations_v3_MessageStatusAnnotation_fieldAccessorTable
private static com.google.protobuf.Descriptors.Descriptor
internal_static_xds_annotations_v3_StatusAnnotation_descriptor
private static com.google.protobuf.GeneratedMessage.FieldAccessorTable
internal_static_xds_annotations_v3_StatusAnnotation_fieldAccessorTable
static int
MESSAGE_STATUS_FIELD_NUMBER
static com.google.protobuf.GeneratedMessage.GeneratedExtension<com.google.protobuf.DescriptorProtos.MessageOptions,Status.MessageStatusAnnotation>
messageStatus
extend .google.protobuf.MessageOptions { ...
-
Constructor Summary
Constructors Modifier Constructor Description private
Status()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static com.google.protobuf.Descriptors.FileDescriptor
getDescriptor()
static void
registerAllExtensions(com.google.protobuf.ExtensionRegistry registry)
static void
registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry)
-
-
-
Field Detail
-
FILE_STATUS_FIELD_NUMBER
public static final int FILE_STATUS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
fileStatus
public static final com.google.protobuf.GeneratedMessage.GeneratedExtension<com.google.protobuf.DescriptorProtos.FileOptions,Status.FileStatusAnnotation> fileStatus
extend .google.protobuf.FileOptions { ... }
-
MESSAGE_STATUS_FIELD_NUMBER
public static final int MESSAGE_STATUS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
messageStatus
public static final com.google.protobuf.GeneratedMessage.GeneratedExtension<com.google.protobuf.DescriptorProtos.MessageOptions,Status.MessageStatusAnnotation> messageStatus
extend .google.protobuf.MessageOptions { ... }
-
FIELD_STATUS_FIELD_NUMBER
public static final int FIELD_STATUS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
fieldStatus
public static final com.google.protobuf.GeneratedMessage.GeneratedExtension<com.google.protobuf.DescriptorProtos.FieldOptions,Status.FieldStatusAnnotation> fieldStatus
extend .google.protobuf.FieldOptions { ... }
-
internal_static_xds_annotations_v3_FileStatusAnnotation_descriptor
private static final com.google.protobuf.Descriptors.Descriptor internal_static_xds_annotations_v3_FileStatusAnnotation_descriptor
-
internal_static_xds_annotations_v3_FileStatusAnnotation_fieldAccessorTable
private static final com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_xds_annotations_v3_FileStatusAnnotation_fieldAccessorTable
-
internal_static_xds_annotations_v3_MessageStatusAnnotation_descriptor
private static final com.google.protobuf.Descriptors.Descriptor internal_static_xds_annotations_v3_MessageStatusAnnotation_descriptor
-
internal_static_xds_annotations_v3_MessageStatusAnnotation_fieldAccessorTable
private static final com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_xds_annotations_v3_MessageStatusAnnotation_fieldAccessorTable
-
internal_static_xds_annotations_v3_FieldStatusAnnotation_descriptor
private static final com.google.protobuf.Descriptors.Descriptor internal_static_xds_annotations_v3_FieldStatusAnnotation_descriptor
-
internal_static_xds_annotations_v3_FieldStatusAnnotation_fieldAccessorTable
private static final com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_xds_annotations_v3_FieldStatusAnnotation_fieldAccessorTable
-
internal_static_xds_annotations_v3_StatusAnnotation_descriptor
private static final com.google.protobuf.Descriptors.Descriptor internal_static_xds_annotations_v3_StatusAnnotation_descriptor
-
internal_static_xds_annotations_v3_StatusAnnotation_fieldAccessorTable
private static final com.google.protobuf.GeneratedMessage.FieldAccessorTable internal_static_xds_annotations_v3_StatusAnnotation_fieldAccessorTable
-
descriptor
private static com.google.protobuf.Descriptors.FileDescriptor descriptor
-
-
Method Detail
-
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()
-
-