public static interface UserBitShared.JarOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getFunctionSignature(int index)
repeated string function_signature = 2; |
com.google.protobuf.ByteString |
getFunctionSignatureBytes(int index)
repeated string function_signature = 2; |
int |
getFunctionSignatureCount()
repeated string function_signature = 2; |
List<String> |
getFunctionSignatureList()
repeated string function_signature = 2; |
String |
getName()
optional string name = 1; |
com.google.protobuf.ByteString |
getNameBytes()
optional string name = 1; |
boolean |
hasName()
optional string name = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasName()
optional string name = 1;
String getName()
optional string name = 1;
com.google.protobuf.ByteString getNameBytes()
optional string name = 1;
List<String> getFunctionSignatureList()
repeated string function_signature = 2;
int getFunctionSignatureCount()
repeated string function_signature = 2;
String getFunctionSignature(int index)
repeated string function_signature = 2;
index
- The index of the element to return.com.google.protobuf.ByteString getFunctionSignatureBytes(int index)
repeated string function_signature = 2;
index
- The index of the value to return.Copyright © 1970 The Apache Software Foundation. All rights reserved.