Interface HostPlayerNotifyOuterClass.HostPlayerNotifyOrBuilder

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

public static interface HostPlayerNotifyOuterClass.HostPlayerNotifyOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    uint32 host_peer_id = 14;
    int
    uint32 host_uid = 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 Details

    • getHostPeerId

      int getHostPeerId()
      uint32 host_peer_id = 14;
      Returns:
      The hostPeerId.
    • getHostUid

      int getHostUid()
      uint32 host_uid = 2;
      Returns:
      The hostUid.