Interface ProtobufMessages.RuntimeClassDefOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      com.google.protobuf.ByteString getClassDef()
      required bytes class_def = 2;
      String getClassFqName()
      required string class_fq_name = 1;
      com.google.protobuf.ByteString getClassFqNameBytes()
      required string class_fq_name = 1;
      boolean hasClassDef()
      required bytes class_def = 2;
      boolean hasClassFqName()
      required string class_fq_name = 1;
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • hasClassFqName

        boolean hasClassFqName()
        required string class_fq_name = 1;
      • getClassFqName

        String getClassFqName()
        required string class_fq_name = 1;
      • getClassFqNameBytes

        com.google.protobuf.ByteString getClassFqNameBytes()
        required string class_fq_name = 1;
      • hasClassDef

        boolean hasClassDef()
        required bytes class_def = 2;
      • getClassDef

        com.google.protobuf.ByteString getClassDef()
        required bytes class_def = 2;