Interface Cpg.ContainedRefsOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    Cpg.ContainedRefs, Cpg.ContainedRefs.Builder
    Enclosing class:
    Cpg

    public static interface Cpg.ContainedRefsOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method 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;
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getLocalName

        java.lang.String getLocalName()
        string local_name = 1;
        Returns:
        The localName.
      • getLocalNameBytes

        com.google.protobuf.ByteString getLocalNameBytes()
        string local_name = 1;
        Returns:
        The bytes for localName.
      • getRefsList

        java.util.List<java.lang.Long> getRefsList()
        repeated int64 refs = 2;
        Returns:
        A list containing the refs.
      • getRefsCount

        int getRefsCount()
        repeated int64 refs = 2;
        Returns:
        The count of refs.
      • getRefs

        long getRefs​(int index)
        repeated int64 refs = 2;
        Parameters:
        index - The index of the element to return.
        Returns:
        The refs at the given index.