public static interface ProtobufMessages.RuntimeClassDefOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and 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; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasClassFqName()
required string class_fq_name = 1;
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;
com.google.protobuf.ByteString getClassDef()
required bytes class_def = 2;
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.