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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.google.protobuf.ByteStringgetClassDef()required bytes class_def = 2;StringgetClassFqName()required string class_fq_name = 1;com.google.protobuf.ByteStringgetClassFqNameBytes()required string class_fq_name = 1;booleanhasClassDef()required bytes class_def = 2;booleanhasClassFqName()required string class_fq_name = 1;-
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;
-
-