Serialized Form

  • Package com.google.protobuf

    • Class com.google.protobuf.Any

      class Any extends com.google.protobuf.GeneratedMessage implements Serializable
      serialVersionUID:
      0L
      • Serialized Fields

        • cachedUnpackValue
          com.google.protobuf.Message cachedUnpackValue
        • memoizedIsInitialized
          byte memoizedIsInitialized
        • typeUrl_
          Object typeUrl_
        • value_
          com.google.protobuf.ByteString value_
    • Class com.google.protobuf.Api

      class Api extends com.google.protobuf.GeneratedMessage implements Serializable
      serialVersionUID:
      0L
      • Serialized Fields

        • bitField0_
          int bitField0_
        • edition_
          Object edition_
        • memoizedIsInitialized
          byte memoizedIsInitialized
        • methods_
          List<com.google.protobuf.Method> methods_
        • mixins_
          List<com.google.protobuf.Mixin> mixins_
        • name_
          Object name_
        • options_
          List<com.google.protobuf.Option> options_
        • sourceContext_
          com.google.protobuf.SourceContext sourceContext_
        • syntax_
          int syntax_
        • version_
          Object version_
    • Class com.google.protobuf.BoolValue

      class BoolValue extends com.google.protobuf.GeneratedMessage implements Serializable
      serialVersionUID:
      0L
      • Serialized Fields

        • memoizedIsInitialized
          byte memoizedIsInitialized
        • value_
          boolean value_
    • Class com.google.protobuf.ByteString

      class ByteString extends Object implements Serializable
      serialVersionUID:
      1L
      • Serialized Fields

        • hash
          int hash
    • Class com.google.protobuf.BytesValue

      class BytesValue extends com.google.protobuf.GeneratedMessage implements Serializable
      serialVersionUID:
      0L
      • Serialized Fields

        • memoizedIsInitialized
          byte memoizedIsInitialized
        • value_
          com.google.protobuf.ByteString value_
    • Exception com.google.protobuf.CodedOutputStream.OutOfSpaceException

      class OutOfSpaceException extends IOException implements Serializable
      serialVersionUID:
      -6947486886997889499L
    • Class com.google.protobuf.DescriptorProtos.DescriptorProto

      class DescriptorProto extends com.google.protobuf.GeneratedMessage implements Serializable
      serialVersionUID:
      0L
      • Serialized Fields

        • bitField0_
          int bitField0_
        • enumType_
          List<com.google.protobuf.DescriptorProtos.EnumDescriptorProto> enumType_
        • extension_
          List<com.google.protobuf.DescriptorProtos.FieldDescriptorProto> extension_
        • extensionRange_
          List<com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange> extensionRange_
        • field_
          List<com.google.protobuf.DescriptorProtos.FieldDescriptorProto> field_
        • memoizedIsInitialized
          byte memoizedIsInitialized
        • name_
          Object name_
        • nestedType_
          List<com.google.protobuf.DescriptorProtos.DescriptorProto> nestedType_
        • oneofDecl_
          List<com.google.protobuf.DescriptorProtos.OneofDescriptorProto> oneofDecl_
        • options_
          com.google.protobuf.DescriptorProtos.MessageOptions options_
        • reservedName_
          com.google.protobuf.LazyStringArrayList reservedName_
        • reservedRange_
          List<com.google.protobuf.DescriptorProtos.DescriptorProto.ReservedRange> reservedRange_
        • visibility_
          int visibility_
    • Class com.google.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange

      class ExtensionRange extends com.google.protobuf.GeneratedMessage implements Serializable
      serialVersionUID:
      0L
      • Serialized Fields

        • bitField0_
          int bitField0_
        • end_
          int end_
        • memoizedIsInitialized
          byte memoizedIsInitialized
        • options_
          com.google.protobuf.DescriptorProtos.ExtensionRangeOptions options_
        • start_
          int start_
    • Class com.google.protobuf.DescriptorProtos.DescriptorProto.ReservedRange

      class ReservedRange extends com.google.protobuf.GeneratedMessage implements Serializable
      serialVersionUID:
      0L
      • Serialized Fields

        • bitField0_
          int bitField0_
        • end_
          int end_
        • memoizedIsInitialized
          byte memoizedIsInitialized
        • start_
          int start_
    • Class com.google.protobuf.DescriptorProtos.EnumDescriptorProto

      class EnumDescriptorProto extends com.google.protobuf.GeneratedMessage implements Serializable
      serialVersionUID:
      0L
      • Serialized Fields

        • bitField0_
          int bitField0_
        • memoizedIsInitialized
          byte memoizedIsInitialized
        • name_
          Object name_
        • options_
          com.google.protobuf.DescriptorProtos.EnumOptions options_
        • reservedName_
          com.google.protobuf.LazyStringArrayList reservedName_
        • reservedRange_
          List<com.google.protobuf.DescriptorProtos.EnumDescriptorProto.EnumReservedRange> reservedRange_
        • value_
          List<com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto> value_
        • visibility_
          int visibility_
    • Class com.google.protobuf.DescriptorProtos.EnumDescriptorProto.EnumReservedRange

      class EnumReservedRange extends com.google.protobuf.GeneratedMessage implements Serializable
      serialVersionUID:
      0L
      • Serialized Fields

        • bitField0_
          int bitField0_
        • end_
          int end_
        • memoizedIsInitialized
          byte memoizedIsInitialized
        • start_
          int start_
    • Class com.google.protobuf.DescriptorProtos.EnumOptions

      class EnumOptions extends com.google.protobuf.GeneratedMessage.ExtendableMessage<com.google.protobuf.DescriptorProtos.EnumOptions> implements Serializable
      serialVersionUID:
      0L
      • Serialized Fields

        • allowAlias_
          boolean allowAlias_
        • bitField0_
          int bitField0_
        • deprecated_
          boolean deprecated_
        • deprecatedLegacyJsonFieldConflicts_
          boolean deprecatedLegacyJsonFieldConflicts_
        • features_
          com.google.protobuf.DescriptorProtos.FeatureSet features_
        • memoizedIsInitialized
          byte memoizedIsInitialized
        • uninterpretedOption_
          List<com.google.protobuf.DescriptorProtos.UninterpretedOption> uninterpretedOption_
    • Class com.google.protobuf.DescriptorProtos.EnumValueDescriptorProto

      class EnumValueDescriptorProto extends com.google.protobuf.GeneratedMessage implements Serializable
      serialVersionUID:
      0L
      • Serialized Fields

        • bitField0_
          int bitField0_
        • memoizedIsInitialized
          byte memoizedIsInitialized
        • name_
          Object name_
        • number_
          int number_
        • options_
          com.google.protobuf.DescriptorProtos.EnumValueOptions options_
    • Class com.google.protobuf.DescriptorProtos.EnumValueOptions

      class EnumValueOptions extends com.google.protobuf.GeneratedMessage.ExtendableMessage<com.google.protobuf.DescriptorProtos.EnumValueOptions> implements Serializable
      serialVersionUID:
      0L
      • Serialized Fields

        • bitField0_
          int bitField0_
        • debugRedact_
          boolean debugRedact_
        • deprecated_
          boolean deprecated_
        • features_
          com.google.protobuf.DescriptorProtos.FeatureSet features_
        • featureSupport_
          com.google.protobuf.DescriptorProtos.FieldOptions.FeatureSupport featureSupport_
        • memoizedIsInitialized
          byte memoizedIsInitialized
        • uninterpretedOption_
          List<com.google.protobuf.DescriptorProtos.UninterpretedOption> uninterpretedOption_
    • Class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions

      class ExtensionRangeOptions extends com.google.protobuf.GeneratedMessage.ExtendableMessage<com.google.protobuf.DescriptorProtos.ExtensionRangeOptions> implements Serializable
      serialVersionUID:
      0L
      • Serialized Fields

        • bitField0_
          int bitField0_
        • declaration_
          List<com.google.protobuf.DescriptorProtos.ExtensionRangeOptions.Declaration> declaration_
        • features_
          com.google.protobuf.DescriptorProtos.FeatureSet features_
        • memoizedIsInitialized
          byte memoizedIsInitialized
        • uninterpretedOption_
          List<com.google.protobuf.DescriptorProtos.UninterpretedOption> uninterpretedOption_
        • verification_
          int verification_
    • Class com.google.protobuf.DescriptorProtos.ExtensionRangeOptions.Declaration

      class Declaration extends com.google.protobuf.GeneratedMessage implements Serializable
      serialVersionUID:
      0L
      • Serialized Fields

        • bitField0_
          int bitField0_
        • fullName_
          Object fullName_
        • memoizedIsInitialized
          byte memoizedIsInitialized
        • number_
          int number_
        • repeated_
          boolean repeated_
        • reserved_
          boolean reserved_
        • type_
          Object type_
    • Class com.google.protobuf.DescriptorProtos.FeatureSet

      class FeatureSet extends com.google.protobuf.GeneratedMessage.ExtendableMessage<com.google.protobuf.DescriptorProtos.FeatureSet> implements Serializable
      serialVersionUID:
      0L
      • Serialized Fields

        • bitField0_
          int bitField0_
        • defaultSymbolVisibility_
          int defaultSymbolVisibility_
        • enforceNamingStyle_
          int enforceNamingStyle_
        • enumType_
          int enumType_
        • fieldPresence_
          int fieldPresence_
        • jsonFormat_
          int jsonFormat_
        • memoizedIsInitialized
          byte memoizedIsInitialized
        • messageEncoding_
          int messageEncoding_
        • repeatedFieldEncoding_
          int repeatedFieldEncoding_
        • utf8Validation_
          int utf8Validation_
    • Class com.google.protobuf.DescriptorProtos.FeatureSet.VisibilityFeature

      class VisibilityFeature extends com.google.protobuf.GeneratedMessage implements Serializable
      serialVersionUID:
      0L
      • Serialized Fields

        • memoizedIsInitialized
          byte memoizedIsInitialized
    • Class com.google.protobuf.DescriptorProtos.FeatureSetDefaults

      class FeatureSetDefaults extends com.google.protobuf.GeneratedMessage implements Serializable
      serialVersionUID:
      0L
      • Serialized Fields

        • bitField0_
          int bitField0_
        • defaults_
          List<com.google.protobuf.DescriptorProtos.FeatureSetDefaults.FeatureSetEditionDefault> defaults_
        • maximumEdition_
          int maximumEdition_
        • memoizedIsInitialized
          byte memoizedIsInitialized
        • minimumEdition_
          int minimumEdition_
    • Class com.google.protobuf.DescriptorProtos.FeatureSetDefaults.FeatureSetEditionDefault

      class FeatureSetEditionDefault extends com.google.protobuf.GeneratedMessage implements Serializable
      serialVersionUID:
      0L
      • Serialized Fields

        • bitField0_
          int bitField0_
        • edition_
          int edition_
        • fixedFeatures_
          com.google.protobuf.DescriptorProtos.FeatureSet fixedFeatures_
        • memoizedIsInitialized
          byte memoizedIsInitialized
        • overridableFeatures_
          com.google.protobuf.DescriptorProtos.FeatureSet overridableFeatures_
    • Class com.google.protobuf.DescriptorProtos.FieldDescriptorProto

      class FieldDescriptorProto extends com.google.protobuf.GeneratedMessage implements Serializable
      serialVersionUID:
      0L
      • Serialized Fields

        • bitField0_
          int bitField0_
        • defaultValue_
          Object defaultValue_
        • extendee_
          Object extendee_
        • jsonName_
          Object jsonName_
        • label_
          int label_
        • memoizedIsInitialized
          byte memoizedIsInitialized
        • name_
          Object name_
        • number_
          int number_
        • oneofIndex_
          int oneofIndex_
        • options_
          com.google.protobuf.DescriptorProtos.FieldOptions options_
        • proto3Optional_
          boolean proto3Optional_
        • type_
          int type_
        • typeName_
          Object typeName_
    • Class com.google.protobuf.DescriptorProtos.FieldOptions

      class FieldOptions extends com.google.protobuf.GeneratedMessage.ExtendableMessage<com.google.protobuf.DescriptorProtos.FieldOptions> implements Serializable
      serialVersionUID:
      0L
      • Serialized Fields

        • bitField0_
          int bitField0_
        • ctype_
          int ctype_
        • debugRedact_
          boolean debugRedact_
        • deprecated_
          boolean deprecated_
        • editionDefaults_
          List<com.google.protobuf.DescriptorProtos.FieldOptions.EditionDefault> editionDefaults_
        • features_
          com.google.protobuf.DescriptorProtos.FeatureSet features_
        • featureSupport_
          com.google.protobuf.DescriptorProtos.FieldOptions.FeatureSupport featureSupport_
        • jstype_
          int jstype_
        • lazy_
          boolean lazy_
        • memoizedIsInitialized
          byte memoizedIsInitialized
        • packed_
          boolean packed_
        • retention_
          int retention_
        • targets_
          com.google.protobuf.Internal.IntList targets_
        • uninterpretedOption_
          List<com.google.protobuf.DescriptorProtos.UninterpretedOption> uninterpretedOption_
        • unverifiedLazy_
          boolean unverifiedLazy_
        • weak_
          boolean weak_
    • Class com.google.protobuf.DescriptorProtos.FieldOptions.EditionDefault

      class EditionDefault extends com.google.protobuf.GeneratedMessage implements Serializable
      serialVersionUID:
      0L
      • Serialized Fields

        • bitField0_
          int bitField0_
        • edition_
          int edition_
        • memoizedIsInitialized
          byte memoizedIsInitialized
        • value_
          Object value_
    • Class com.google.protobuf.DescriptorProtos.FieldOptions.FeatureSupport

      class FeatureSupport extends com.google.protobuf.GeneratedMessage implements Serializable
      serialVersionUID:
      0L
      • Serialized Fields

        • bitField0_
          int bitField0_
        • deprecationWarning_
          Object deprecationWarning_
        • editionDeprecated_
          int editionDeprecated_
        • editionIntroduced_
          int editionIntroduced_
        • editionRemoved_
          int editionRemoved_
        • memoizedIsInitialized
          byte memoizedIsInitialized
    • Class com.google.protobuf.DescriptorProtos.FileDescriptorProto

      class FileDescriptorProto extends com.google.protobuf.GeneratedMessage implements Serializable
      serialVersionUID:
      0L
      • Serialized Fields

        • bitField0_
          int bitField0_
        • dependency_
          com.google.protobuf.LazyStringArrayList dependency_
        • edition_
          int edition_
        • enumType_
          List<com.google.protobuf.DescriptorProtos.EnumDescriptorProto> enumType_
        • extension_
          List<com.google.protobuf.DescriptorProtos.FieldDescriptorProto> extension_
        • memoizedIsInitialized
          byte memoizedIsInitialized
        • messageType_
          List<com.google.protobuf.DescriptorProtos.DescriptorProto> messageType_
        • name_
          Object name_
        • optionDependency_
          com.google.protobuf.LazyStringArrayList optionDependency_
        • options_
          com.google.protobuf.DescriptorProtos.FileOptions options_
        • package_
          Object package_
        • publicDependency_
          com.google.protobuf.Internal.IntList publicDependency_
        • service_
          List<com.google.protobuf.DescriptorProtos.ServiceDescriptorProto> service_
        • sourceCodeInfo_
          com.google.protobuf.DescriptorProtos.SourceCodeInfo sourceCodeInfo_
        • syntax_
          Object syntax_
        • weakDependency_
          com.google.protobuf.Internal.IntList weakDependency_
    • Class com.google.protobuf.DescriptorProtos.FileDescriptorSet

      class FileDescriptorSet extends com.google.protobuf.GeneratedMessage.ExtendableMessage<com.google.protobuf.DescriptorProtos.FileDescriptorSet> implements Serializable
      serialVersionUID:
      0L
      • Serialized Fields

        • file_
          List<com.google.protobuf.DescriptorProtos.FileDescriptorProto> file_
        • memoizedIsInitialized
          byte memoizedIsInitialized
    • Class com.google.protobuf.DescriptorProtos.FileOptions

      class FileOptions extends com.google.protobuf.GeneratedMessage.ExtendableMessage<com.google.protobuf.DescriptorProtos.FileOptions> implements Serializable
      serialVersionUID:
      0L
      • Serialized Fields

        • bitField0_
          int bitField0_
        • ccEnableArenas_
          boolean ccEnableArenas_
        • ccGenericServices_
          boolean ccGenericServices_
        • csharpNamespace_
          Object csharpNamespace_
        • deprecated_
          boolean deprecated_
        • features_
          com.google.protobuf.DescriptorProtos.FeatureSet features_
        • goPackage_
          Object goPackage_
        • javaGenerateEqualsAndHash_
          boolean javaGenerateEqualsAndHash_
        • javaGenericServices_
          boolean javaGenericServices_
        • javaMultipleFiles_
          boolean javaMultipleFiles_
        • javaOuterClassname_
          Object javaOuterClassname_
        • javaPackage_
          Object javaPackage_
        • javaStringCheckUtf8_
          boolean javaStringCheckUtf8_
        • memoizedIsInitialized
          byte memoizedIsInitialized
        • objcClassPrefix_
          Object objcClassPrefix_
        • optimizeFor_
          int optimizeFor_
        • phpClassPrefix_
          Object phpClassPrefix_
        • phpMetadataNamespace_
          Object phpMetadataNamespace_
        • phpNamespace_
          Object phpNamespace_
        • pyGenericServices_
          boolean pyGenericServices_
        • rubyPackage_
          Object rubyPackage_
        • swiftPrefix_
          Object swiftPrefix_
        • uninterpretedOption_
          List<com.google.protobuf.DescriptorProtos.UninterpretedOption> uninterpretedOption_
    • Class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo

      class GeneratedCodeInfo extends com.google.protobuf.GeneratedMessage implements Serializable
      serialVersionUID:
      0L
      • Serialized Fields

        • annotation_
          List<com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation> annotation_
        • memoizedIsInitialized
          byte memoizedIsInitialized
    • Class com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation

      class Annotation extends com.google.protobuf.GeneratedMessage implements Serializable
      serialVersionUID:
      0L
      • Serialized Fields

        • begin_
          int begin_
        • bitField0_
          int bitField0_
        • end_
          int end_
        • memoizedIsInitialized
          byte memoizedIsInitialized
        • path_
          com.google.protobuf.Internal.IntList path_
        • pathMemoizedSerializedSize
          int pathMemoizedSerializedSize
        • semantic_
          int semantic_
        • sourceFile_
          Object sourceFile_
    • Class com.google.protobuf.DescriptorProtos.MessageOptions

      class MessageOptions extends com.google.protobuf.GeneratedMessage.ExtendableMessage<com.google.protobuf.DescriptorProtos.MessageOptions> implements Serializable
      serialVersionUID:
      0L
      • Serialized Fields

        • bitField0_
          int bitField0_
        • deprecated_
          boolean deprecated_
        • deprecatedLegacyJsonFieldConflicts_
          boolean deprecatedLegacyJsonFieldConflicts_
        • features_
          com.google.protobuf.DescriptorProtos.FeatureSet features_
        • mapEntry_
          boolean mapEntry_
        • memoizedIsInitialized
          byte memoizedIsInitialized
        • messageSetWireFormat_
          boolean messageSetWireFormat_
        • noStandardDescriptorAccessor_
          boolean noStandardDescriptorAccessor_
        • uninterpretedOption_
          List<com.google.protobuf.DescriptorProtos.UninterpretedOption> uninterpretedOption_
    • Class com.google.protobuf.DescriptorProtos.MethodDescriptorProto

      class MethodDescriptorProto extends com.google.protobuf.GeneratedMessage implements Serializable
      serialVersionUID:
      0L
      • Serialized Fields

        • bitField0_
          int bitField0_
        • clientStreaming_
          boolean clientStreaming_
        • inputType_
          Object inputType_
        • memoizedIsInitialized
          byte memoizedIsInitialized
        • name_
          Object name_
        • options_
          com.google.protobuf.DescriptorProtos.MethodOptions options_
        • outputType_
          Object outputType_
        • serverStreaming_
          boolean serverStreaming_
    • Class com.google.protobuf.DescriptorProtos.MethodOptions

      class MethodOptions extends com.google.protobuf.GeneratedMessage.ExtendableMessage<com.google.protobuf.DescriptorProtos.MethodOptions> implements Serializable
      serialVersionUID:
      0L
      • Serialized Fields

        • bitField0_
          int bitField0_
        • deprecated_
          boolean deprecated_
        • features_
          com.google.protobuf.DescriptorProtos.FeatureSet features_
        • idempotencyLevel_
          int idempotencyLevel_
        • memoizedIsInitialized
          byte memoizedIsInitialized
        • uninterpretedOption_
          List<com.google.protobuf.DescriptorProtos.UninterpretedOption> uninterpretedOption_
    • Class com.google.protobuf.DescriptorProtos.OneofDescriptorProto

      class OneofDescriptorProto extends com.google.protobuf.GeneratedMessage implements Serializable
      serialVersionUID:
      0L
      • Serialized Fields

        • bitField0_
          int bitField0_
        • memoizedIsInitialized
          byte memoizedIsInitialized
        • name_
          Object name_
        • options_
          com.google.protobuf.DescriptorProtos.OneofOptions options_
    • Class com.google.protobuf.DescriptorProtos.OneofOptions

      class OneofOptions extends com.google.protobuf.GeneratedMessage.ExtendableMessage<com.google.protobuf.DescriptorProtos.OneofOptions> implements Serializable
      serialVersionUID:
      0L
      • Serialized Fields

        • bitField0_
          int bitField0_
        • features_
          com.google.protobuf.DescriptorProtos.FeatureSet features_
        • memoizedIsInitialized
          byte memoizedIsInitialized
        • uninterpretedOption_
          List<com.google.protobuf.DescriptorProtos.UninterpretedOption> uninterpretedOption_
    • Class com.google.protobuf.DescriptorProtos.ServiceDescriptorProto

      class ServiceDescriptorProto extends com.google.protobuf.GeneratedMessage implements Serializable
      serialVersionUID:
      0L
      • Serialized Fields

        • bitField0_
          int bitField0_
        • memoizedIsInitialized
          byte memoizedIsInitialized
        • method_
          List<com.google.protobuf.DescriptorProtos.MethodDescriptorProto> method_
        • name_
          Object name_
        • options_
          com.google.protobuf.DescriptorProtos.ServiceOptions options_
    • Class com.google.protobuf.DescriptorProtos.ServiceOptions

      class ServiceOptions extends com.google.protobuf.GeneratedMessage.ExtendableMessage<com.google.protobuf.DescriptorProtos.ServiceOptions> implements Serializable
      serialVersionUID:
      0L
      • Serialized Fields

        • bitField0_
          int bitField0_
        • deprecated_
          boolean deprecated_
        • features_
          com.google.protobuf.DescriptorProtos.FeatureSet features_
        • memoizedIsInitialized
          byte memoizedIsInitialized
        • uninterpretedOption_
          List<com.google.protobuf.DescriptorProtos.UninterpretedOption> uninterpretedOption_
    • Class com.google.protobuf.DescriptorProtos.SourceCodeInfo

      class SourceCodeInfo extends com.google.protobuf.GeneratedMessage.ExtendableMessage<com.google.protobuf.DescriptorProtos.SourceCodeInfo> implements Serializable
      serialVersionUID:
      0L
      • Serialized Fields

        • location_
          List<com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location> location_
        • memoizedIsInitialized
          byte memoizedIsInitialized
    • Class com.google.protobuf.DescriptorProtos.SourceCodeInfo.Location

      class Location extends com.google.protobuf.GeneratedMessage implements Serializable
      serialVersionUID:
      0L
      • Serialized Fields

        • bitField0_
          int bitField0_
        • leadingComments_
          Object leadingComments_
        • leadingDetachedComments_
          com.google.protobuf.LazyStringArrayList leadingDetachedComments_
        • memoizedIsInitialized
          byte memoizedIsInitialized
        • path_
          com.google.protobuf.Internal.IntList path_
        • pathMemoizedSerializedSize
          int pathMemoizedSerializedSize
        • span_
          com.google.protobuf.Internal.IntList span_
        • spanMemoizedSerializedSize
          int spanMemoizedSerializedSize
        • trailingComments_
          Object trailingComments_
    • Class com.google.protobuf.DescriptorProtos.UninterpretedOption

      class UninterpretedOption extends com.google.protobuf.GeneratedMessage implements Serializable
      serialVersionUID:
      0L
      • Serialized Fields

        • aggregateValue_
          Object aggregateValue_
        • bitField0_
          int bitField0_
        • doubleValue_
          double doubleValue_
        • identifierValue_
          Object identifierValue_
        • memoizedIsInitialized
          byte memoizedIsInitialized
        • name_
          List<com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePart> name_
        • negativeIntValue_
          long negativeIntValue_
        • positiveIntValue_
          long positiveIntValue_
        • stringValue_
          com.google.protobuf.ByteString stringValue_
    • Class com.google.protobuf.DescriptorProtos.UninterpretedOption.NamePart

      class NamePart extends com.google.protobuf.GeneratedMessage implements Serializable
      serialVersionUID:
      0L
      • Serialized Fields

        • bitField0_
          int bitField0_
        • isExtension_
          boolean isExtension_
        • memoizedIsInitialized
          byte memoizedIsInitialized
        • namePart_
          Object namePart_
    • Exception com.google.protobuf.Descriptors.DescriptorValidationException

      class DescriptorValidationException extends Exception implements Serializable
      serialVersionUID:
      5750205775490483148L
      • Serialized Fields

        • description
          String description
        • name
          String name
        • proto
          com.google.protobuf.Message proto
    • Class com.google.protobuf.DoubleValue

      class DoubleValue extends com.google.protobuf.GeneratedMessage implements Serializable
      serialVersionUID:
      0L
      • Serialized Fields

        • memoizedIsInitialized
          byte memoizedIsInitialized
        • value_
          double value_
    • Class com.google.protobuf.Duration

      class Duration extends com.google.protobuf.GeneratedMessage implements Serializable
      serialVersionUID:
      0L
      • Serialized Fields

        • memoizedIsInitialized
          byte memoizedIsInitialized
        • nanos_
          int nanos_
        • seconds_
          long seconds_
    • Class com.google.protobuf.Empty

      class Empty extends com.google.protobuf.GeneratedMessage implements Serializable
      serialVersionUID:
      0L
      • Serialized Fields

        • memoizedIsInitialized
          byte memoizedIsInitialized
    • Class com.google.protobuf.Enum

      class Enum extends com.google.protobuf.GeneratedMessage implements Serializable
      serialVersionUID:
      0L
      • Serialized Fields

        • bitField0_
          int bitField0_
        • edition_
          Object edition_
        • enumvalue_
          List<com.google.protobuf.EnumValue> enumvalue_
        • memoizedIsInitialized
          byte memoizedIsInitialized
        • name_
          Object name_
        • options_
          List<com.google.protobuf.Option> options_
        • sourceContext_
          com.google.protobuf.SourceContext sourceContext_
        • syntax_
          int syntax_
    • Class com.google.protobuf.EnumValue

      class EnumValue extends com.google.protobuf.GeneratedMessage implements Serializable
      serialVersionUID:
      0L
      • Serialized Fields

        • memoizedIsInitialized
          byte memoizedIsInitialized
        • name_
          Object name_
        • number_
          int number_
        • options_
          List<com.google.protobuf.Option> options_
    • Class com.google.protobuf.Field

      class Field extends com.google.protobuf.GeneratedMessage implements Serializable
      serialVersionUID:
      0L
      • Serialized Fields

        • cardinality_
          int cardinality_
        • defaultValue_
          Object defaultValue_
        • jsonName_
          Object jsonName_
        • kind_
          int kind_
        • memoizedIsInitialized
          byte memoizedIsInitialized
        • name_
          Object name_
        • number_
          int number_
        • oneofIndex_
          int oneofIndex_
        • options_
          List<com.google.protobuf.Option> options_
        • packed_
          boolean packed_
        • typeUrl_
          Object typeUrl_
    • Class com.google.protobuf.FieldMask

      class FieldMask extends com.google.protobuf.GeneratedMessage implements Serializable
      serialVersionUID:
      0L
      • Serialized Fields

        • memoizedIsInitialized
          byte memoizedIsInitialized
        • paths_
          com.google.protobuf.LazyStringArrayList paths_
    • Class com.google.protobuf.FloatValue

      class FloatValue extends com.google.protobuf.GeneratedMessage implements Serializable
      serialVersionUID:
      0L
      • Serialized Fields

        • memoizedIsInitialized
          byte memoizedIsInitialized
        • value_
          float value_
    • Class com.google.protobuf.GeneratedMessage

      class GeneratedMessage extends com.google.protobuf.AbstractMessage implements Serializable
      serialVersionUID:
      1L
    • Class com.google.protobuf.GeneratedMessage.ExtendableMessage

      class ExtendableMessage extends com.google.protobuf.GeneratedMessage implements Serializable
      serialVersionUID:
      1L
      • Serialized Fields

        • extensions
          com.google.protobuf.FieldSet<com.google.protobuf.Descriptors.FieldDescriptor> extensions
    • Class com.google.protobuf.GeneratedMessageLite.SerializedForm

      class SerializedForm extends Object implements Serializable
      serialVersionUID:
      0L
    • Class com.google.protobuf.GeneratedMessageV3

      class GeneratedMessageV3 extends com.google.protobuf.GeneratedMessage.ExtendableMessage<com.google.protobuf.GeneratedMessageV3> implements Serializable
      serialVersionUID:
      1L
    • Class com.google.protobuf.GeneratedMessageV3.ExtendableMessage

      class ExtendableMessage extends com.google.protobuf.GeneratedMessageV3 implements Serializable
    • Class com.google.protobuf.Int32Value

      class Int32Value extends com.google.protobuf.GeneratedMessage implements Serializable
      serialVersionUID:
      0L
      • Serialized Fields

        • memoizedIsInitialized
          byte memoizedIsInitialized
        • value_
          int value_
    • Class com.google.protobuf.Int64Value

      class Int64Value extends com.google.protobuf.GeneratedMessage implements Serializable
      serialVersionUID:
      0L
      • Serialized Fields

        • memoizedIsInitialized
          byte memoizedIsInitialized
        • value_
          long value_
    • Exception com.google.protobuf.InvalidProtocolBufferException

      class InvalidProtocolBufferException extends IOException implements Serializable
      serialVersionUID:
      -1616151763072450476L
      • Serialized Fields

        • unfinishedMessage
          com.google.protobuf.MessageLite unfinishedMessage
        • wasThrownFromInputStream
          boolean wasThrownFromInputStream
    • Exception com.google.protobuf.InvalidProtocolBufferException.InvalidWireTypeException

      class InvalidWireTypeException extends com.google.protobuf.InvalidProtocolBufferException implements Serializable
      serialVersionUID:
      3283890091615336259L
    • Class com.google.protobuf.JavaFeaturesProto.JavaFeatures

      class JavaFeatures extends com.google.protobuf.GeneratedMessage implements Serializable
      serialVersionUID:
      0L
      • Serialized Fields

        • bitField0_
          int bitField0_
        • largeEnum_
          boolean largeEnum_
        • legacyClosedEnum_
          boolean legacyClosedEnum_
        • memoizedIsInitialized
          byte memoizedIsInitialized
        • nestInFileClass_
          int nestInFileClass_
        • useOldOuterClassnameDefault_
          boolean useOldOuterClassnameDefault_
        • utf8Validation_
          int utf8Validation_
    • Class com.google.protobuf.JavaFeaturesProto.JavaFeatures.NestInFileClassFeature

      class NestInFileClassFeature extends com.google.protobuf.GeneratedMessage implements Serializable
      serialVersionUID:
      0L
      • Serialized Fields

        • memoizedIsInitialized
          byte memoizedIsInitialized
    • Class com.google.protobuf.ListValue

      class ListValue extends com.google.protobuf.GeneratedMessage implements Serializable
      serialVersionUID:
      0L
      • Serialized Fields

        • memoizedIsInitialized
          byte memoizedIsInitialized
        • values_
          List<Value> values_
    • Class com.google.protobuf.MapFieldLite

      class MapFieldLite extends LinkedHashMap<K extends Object,V extends Object> implements Serializable
      • Serialized Fields

        • isMutable
          boolean isMutable
    • Class com.google.protobuf.Method

      class Method extends com.google.protobuf.GeneratedMessage implements Serializable
      serialVersionUID:
      0L
      • Serialized Fields

        • edition_
          Object edition_
        • memoizedIsInitialized
          byte memoizedIsInitialized
        • name_
          Object name_
        • options_
          List<com.google.protobuf.Option> options_
        • requestStreaming_
          boolean requestStreaming_
        • requestTypeUrl_
          Object requestTypeUrl_
        • responseStreaming_
          boolean responseStreaming_
        • responseTypeUrl_
          Object responseTypeUrl_
        • syntax_
          int syntax_
    • Class com.google.protobuf.Mixin

      class Mixin extends com.google.protobuf.GeneratedMessage implements Serializable
      serialVersionUID:
      0L
      • Serialized Fields

        • memoizedIsInitialized
          byte memoizedIsInitialized
        • name_
          Object name_
        • root_
          Object root_
    • Class com.google.protobuf.Option

      class Option extends com.google.protobuf.GeneratedMessage implements Serializable
      serialVersionUID:
      0L
      • Serialized Fields

        • bitField0_
          int bitField0_
        • memoizedIsInitialized
          byte memoizedIsInitialized
        • name_
          Object name_
        • value_
          com.google.protobuf.Any value_
    • Exception com.google.protobuf.RpcUtil.AlreadyCalledException

      class AlreadyCalledException extends RuntimeException implements Serializable
      serialVersionUID:
      5469741279507848266L
    • Exception com.google.protobuf.RuntimeVersion.ProtobufRuntimeVersionException

      class ProtobufRuntimeVersionException extends RuntimeException implements Serializable
    • Exception com.google.protobuf.ServiceException

      class ServiceException extends Exception implements Serializable
      serialVersionUID:
      -1219262335729891920L
    • Class com.google.protobuf.SourceContext

      class SourceContext extends com.google.protobuf.GeneratedMessage implements Serializable
      serialVersionUID:
      0L
      • Serialized Fields

        • fileName_
          Object fileName_
        • memoizedIsInitialized
          byte memoizedIsInitialized
    • Class com.google.protobuf.StringValue

      class StringValue extends com.google.protobuf.GeneratedMessage implements Serializable
      serialVersionUID:
      0L
      • Serialized Fields

        • memoizedIsInitialized
          byte memoizedIsInitialized
        • value_
          Object value_
    • Class com.google.protobuf.Struct

      class Struct extends com.google.protobuf.GeneratedMessage implements Serializable
      serialVersionUID:
      0L
      • Serialized Fields

        • fields_
          com.google.protobuf.MapField<String,Value> fields_
        • memoizedIsInitialized
          byte memoizedIsInitialized
    • Exception com.google.protobuf.TextFormat.InvalidEscapeSequenceException

      class InvalidEscapeSequenceException extends IOException implements Serializable
      serialVersionUID:
      -8164033650142593304L
    • Exception com.google.protobuf.TextFormat.ParseException

      class ParseException extends IOException implements Serializable
      serialVersionUID:
      3196188060225107702L
      • Serialized Fields

        • column
          int column
        • line
          int line
    • Exception com.google.protobuf.TextFormat.UnknownFieldParseException

      class UnknownFieldParseException extends com.google.protobuf.TextFormat.ParseException implements Serializable
      • Serialized Fields

        • unknownField
          String unknownField
          Deprecated.
    • Class com.google.protobuf.Timestamp

      class Timestamp extends com.google.protobuf.GeneratedMessage implements Serializable
      serialVersionUID:
      0L
      • Serialized Fields

        • memoizedIsInitialized
          byte memoizedIsInitialized
        • nanos_
          int nanos_
        • seconds_
          long seconds_
    • Class com.google.protobuf.Type

      class Type extends com.google.protobuf.GeneratedMessage implements Serializable
      serialVersionUID:
      0L
      • Serialized Fields

        • bitField0_
          int bitField0_
        • edition_
          Object edition_
        • fields_
          List<com.google.protobuf.Field> fields_
        • memoizedIsInitialized
          byte memoizedIsInitialized
        • name_
          Object name_
        • oneofs_
          com.google.protobuf.LazyStringArrayList oneofs_
        • options_
          List<com.google.protobuf.Option> options_
        • sourceContext_
          com.google.protobuf.SourceContext sourceContext_
        • syntax_
          int syntax_
    • Class com.google.protobuf.UInt32Value

      class UInt32Value extends com.google.protobuf.GeneratedMessage implements Serializable
      serialVersionUID:
      0L
      • Serialized Fields

        • memoizedIsInitialized
          byte memoizedIsInitialized
        • value_
          int value_
    • Class com.google.protobuf.UInt64Value

      class UInt64Value extends com.google.protobuf.GeneratedMessage implements Serializable
      serialVersionUID:
      0L
      • Serialized Fields

        • memoizedIsInitialized
          byte memoizedIsInitialized
        • value_
          long value_
    • Exception com.google.protobuf.UninitializedMessageException

      class UninitializedMessageException extends RuntimeException implements Serializable
      serialVersionUID:
      -7466929953374883507L
      • Serialized Fields

    • Class com.google.protobuf.Value

      class Value extends com.google.protobuf.GeneratedMessage implements Serializable
      serialVersionUID:
      0L
      • Serialized Fields

        • kind_
          Object kind_
        • kindCase_
          int kindCase_
        • memoizedIsInitialized
          byte memoizedIsInitialized
  • Package dev.vortex.proto