Interface PBAttachPointOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
PBAttachPoint, PBAttachPoint.Builder

public interface PBAttachPointOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    int32 container = 1;
    int
    int32 metaPointerIndex = 2;
    int
    int32 rootId = 3;

    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

    • getContainer

      int getContainer()
      int32 container = 1;
      Returns:
      The container.
    • getMetaPointerIndex

      int getMetaPointerIndex()
      int32 metaPointerIndex = 2;
      Returns:
      The metaPointerIndex.
    • getRootId

      int getRootId()
      int32 rootId = 3;
      Returns:
      The rootId.