Interface ProtobufMessages.RuntimeClassDefOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
ProtobufMessages.RuntimeClassDef, ProtobufMessages.RuntimeClassDef.Builder
Enclosing class:
ProtobufMessages

public static interface ProtobufMessages.RuntimeClassDefOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    com.google.protobuf.ByteString
    required bytes class_def = 2;
    required string class_fq_name = 1;
    com.google.protobuf.ByteString
    required string class_fq_name = 1;
    boolean
    required bytes class_def = 2;
    boolean
    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 Details

    • hasClassFqName

      boolean hasClassFqName()
      required string class_fq_name = 1;
      Returns:
      Whether the classFqName field is set.
    • getClassFqName

      String getClassFqName()
      required string class_fq_name = 1;
      Returns:
      The classFqName.
    • getClassFqNameBytes

      com.google.protobuf.ByteString getClassFqNameBytes()
      required string class_fq_name = 1;
      Returns:
      The bytes for classFqName.
    • hasClassDef

      boolean hasClassDef()
      required bytes class_def = 2;
      Returns:
      Whether the classDef field is set.
    • getClassDef

      com.google.protobuf.ByteString getClassDef()
      required bytes class_def = 2;
      Returns:
      The classDef.