Interface PlayerHeartBeatBatchRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PlayerHeartBeatBatchRequest, PlayerHeartBeatBatchRequest.Builder
@Generated
public interface PlayerHeartBeatBatchRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetUuids(int index) repeated string uuids = 1;com.google.protobuf.ByteStringgetUuidsBytes(int index) repeated string uuids = 1;intrepeated string uuids = 1;repeated string uuids = 1;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getUuidsList
-
getUuidsCount
int getUuidsCount()repeated string uuids = 1;- Returns:
- The count of uuids.
-
getUuids
repeated string uuids = 1;- Parameters:
index- The index of the element to return.- Returns:
- The uuids at the given index.
-
getUuidsBytes
com.google.protobuf.ByteString getUuidsBytes(int index) repeated string uuids = 1;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the uuids at the given index.
-