public static interface Cpg.ContainedRefsOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getLocalName()
string local_name = 1; |
com.google.protobuf.ByteString |
getLocalNameBytes()
string local_name = 1; |
long |
getRefs(int index)
repeated int64 refs = 2; |
int |
getRefsCount()
repeated int64 refs = 2; |
java.util.List<java.lang.Long> |
getRefsList()
repeated int64 refs = 2; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
java.lang.String getLocalName()
string local_name = 1;
com.google.protobuf.ByteString getLocalNameBytes()
string local_name = 1;
java.util.List<java.lang.Long> getRefsList()
repeated int64 refs = 2;
int getRefsCount()
repeated int64 refs = 2;
long getRefs(int index)
repeated int64 refs = 2;
index
- The index of the element to return.