Class PlayerHeartBeatBatchRequest.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<PlayerHeartBeatBatchRequest.Builder>
com.google.protobuf.GeneratedMessage.Builder<PlayerHeartBeatBatchRequest.Builder>
tech.skworks.tachyon.service.contracts.player.PlayerHeartBeatBatchRequest.Builder
All Implemented Interfaces:
com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable, PlayerHeartBeatBatchRequestOrBuilder
Enclosing class:
PlayerHeartBeatBatchRequest

public static final class PlayerHeartBeatBatchRequest.Builder extends com.google.protobuf.GeneratedMessage.Builder<PlayerHeartBeatBatchRequest.Builder> implements PlayerHeartBeatBatchRequestOrBuilder
Protobuf type tech.skworks.tachyon.service.contracts.player.PlayerHeartBeatBatchRequest
  • Method Details

    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage.Builder<PlayerHeartBeatBatchRequest.Builder>
    • clear

      Specified by:
      clear in interface com.google.protobuf.Message.Builder
      Specified by:
      clear in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      clear in class com.google.protobuf.GeneratedMessage.Builder<PlayerHeartBeatBatchRequest.Builder>
    • getDescriptorForType

      public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
      Specified by:
      getDescriptorForType in interface com.google.protobuf.Message.Builder
      Specified by:
      getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
      Overrides:
      getDescriptorForType in class com.google.protobuf.GeneratedMessage.Builder<PlayerHeartBeatBatchRequest.Builder>
    • getDefaultInstanceForType

      public PlayerHeartBeatBatchRequest getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
    • build

      Specified by:
      build in interface com.google.protobuf.Message.Builder
      Specified by:
      build in interface com.google.protobuf.MessageLite.Builder
    • buildPartial

      public PlayerHeartBeatBatchRequest buildPartial()
      Specified by:
      buildPartial in interface com.google.protobuf.Message.Builder
      Specified by:
      buildPartial in interface com.google.protobuf.MessageLite.Builder
    • mergeFrom

      public PlayerHeartBeatBatchRequest.Builder mergeFrom(com.google.protobuf.Message other)
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<PlayerHeartBeatBatchRequest.Builder>
    • mergeFrom

    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessage.Builder<PlayerHeartBeatBatchRequest.Builder>
    • mergeFrom

      public PlayerHeartBeatBatchRequest.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Specified by:
      mergeFrom in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<PlayerHeartBeatBatchRequest.Builder>
      Throws:
      IOException
    • getUuidsList

      public com.google.protobuf.ProtocolStringList getUuidsList()
      repeated string uuids = 1;
      Specified by:
      getUuidsList in interface PlayerHeartBeatBatchRequestOrBuilder
      Returns:
      A list containing the uuids.
    • getUuidsCount

      public int getUuidsCount()
      repeated string uuids = 1;
      Specified by:
      getUuidsCount in interface PlayerHeartBeatBatchRequestOrBuilder
      Returns:
      The count of uuids.
    • getUuids

      public String getUuids(int index)
      repeated string uuids = 1;
      Specified by:
      getUuids in interface PlayerHeartBeatBatchRequestOrBuilder
      Parameters:
      index - The index of the element to return.
      Returns:
      The uuids at the given index.
    • getUuidsBytes

      public com.google.protobuf.ByteString getUuidsBytes(int index)
      repeated string uuids = 1;
      Specified by:
      getUuidsBytes in interface PlayerHeartBeatBatchRequestOrBuilder
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the uuids at the given index.
    • setUuids

      public PlayerHeartBeatBatchRequest.Builder setUuids(int index, String value)
      repeated string uuids = 1;
      Parameters:
      index - The index to set the value at.
      value - The uuids to set.
      Returns:
      This builder for chaining.
    • addUuids

      repeated string uuids = 1;
      Parameters:
      value - The uuids to add.
      Returns:
      This builder for chaining.
    • addAllUuids

      public PlayerHeartBeatBatchRequest.Builder addAllUuids(Iterable<String> values)
      repeated string uuids = 1;
      Parameters:
      values - The uuids to add.
      Returns:
      This builder for chaining.
    • clearUuids

      repeated string uuids = 1;
      Returns:
      This builder for chaining.
    • addUuidsBytes

      public PlayerHeartBeatBatchRequest.Builder addUuidsBytes(com.google.protobuf.ByteString value)
      repeated string uuids = 1;
      Parameters:
      value - The bytes of the uuids to add.
      Returns:
      This builder for chaining.