public static interface FunctionInformationMap.ModuleOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getCompiledSource()
required string compiled_source = 103; |
com.google.protobuf.ByteString |
getCompiledSourceBytes()
required string compiled_source = 103; |
String |
getName()
required string name = 102; |
com.google.protobuf.ByteString |
getNameBytes()
required string name = 102; |
boolean |
hasCompiledSource()
required string compiled_source = 103; |
boolean |
hasName()
required string name = 102; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasName()
required string name = 102;
String getName()
required string name = 102;
com.google.protobuf.ByteString getNameBytes()
required string name = 102;
boolean hasCompiledSource()
required string compiled_source = 103;
String getCompiledSource()
required string compiled_source = 103;
com.google.protobuf.ByteString getCompiledSourceBytes()
required string compiled_source = 103;
Copyright © 2009-2016 Google. All Rights Reserved.