Interface Model.DependencyLinkOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Model.DependencyLink, Model.DependencyLink.Builder
Enclosing class:
Model

public static interface Model.DependencyLinkOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    uint64 call_count = 3;
    string child = 2;
    com.google.protobuf.ByteString
    string child = 2;
    string parent = 1;
    com.google.protobuf.ByteString
    string parent = 1;
    string source = 4;
    com.google.protobuf.ByteString
    string source = 4;

    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 Details

    • getParent

      String getParent()
      string parent = 1;
      Returns:
      The parent.
    • getParentBytes

      com.google.protobuf.ByteString getParentBytes()
      string parent = 1;
      Returns:
      The bytes for parent.
    • getChild

      String getChild()
      string child = 2;
      Returns:
      The child.
    • getChildBytes

      com.google.protobuf.ByteString getChildBytes()
      string child = 2;
      Returns:
      The bytes for child.
    • getCallCount

      long getCallCount()
      uint64 call_count = 3;
      Returns:
      The callCount.
    • getSource

      String getSource()
      string source = 4;
      Returns:
      The source.
    • getSourceBytes

      com.google.protobuf.ByteString getSourceBytes()
      string source = 4;
      Returns:
      The bytes for source.