Class PushProfileRequest.Builder

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

public static final class PushProfileRequest.Builder extends com.google.protobuf.GeneratedMessage.Builder<PushProfileRequest.Builder> implements PushProfileRequestOrBuilder
Protobuf type tech.skworks.tachyon.service.contracts.player.data.PushProfileRequest
  • 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<PushProfileRequest.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<PushProfileRequest.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<PushProfileRequest.Builder>
    • getDefaultInstanceForType

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

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

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

      public PushProfileRequest.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<PushProfileRequest.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<PushProfileRequest.Builder>
    • mergeFrom

      public PushProfileRequest.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<PushProfileRequest.Builder>
      Throws:
      IOException
    • getUuid

      public String getUuid()
      string uuid = 1;
      Specified by:
      getUuid in interface PushProfileRequestOrBuilder
      Returns:
      The uuid.
    • getUuidBytes

      public com.google.protobuf.ByteString getUuidBytes()
      string uuid = 1;
      Specified by:
      getUuidBytes in interface PushProfileRequestOrBuilder
      Returns:
      The bytes for uuid.
    • setUuid

      public PushProfileRequest.Builder setUuid(String value)
      string uuid = 1;
      Parameters:
      value - The uuid to set.
      Returns:
      This builder for chaining.
    • clearUuid

      public PushProfileRequest.Builder clearUuid()
      string uuid = 1;
      Returns:
      This builder for chaining.
    • setUuidBytes

      public PushProfileRequest.Builder setUuidBytes(com.google.protobuf.ByteString value)
      string uuid = 1;
      Parameters:
      value - The bytes for uuid to set.
      Returns:
      This builder for chaining.
    • getComponentsToSaveList

      public List<com.google.protobuf.Any> getComponentsToSaveList()
      repeated .google.protobuf.Any components_to_save = 2;
      Specified by:
      getComponentsToSaveList in interface PushProfileRequestOrBuilder
    • getComponentsToSaveCount

      public int getComponentsToSaveCount()
      repeated .google.protobuf.Any components_to_save = 2;
      Specified by:
      getComponentsToSaveCount in interface PushProfileRequestOrBuilder
    • getComponentsToSave

      public com.google.protobuf.Any getComponentsToSave(int index)
      repeated .google.protobuf.Any components_to_save = 2;
      Specified by:
      getComponentsToSave in interface PushProfileRequestOrBuilder
    • setComponentsToSave

      public PushProfileRequest.Builder setComponentsToSave(int index, com.google.protobuf.Any value)
      repeated .google.protobuf.Any components_to_save = 2;
    • setComponentsToSave

      public PushProfileRequest.Builder setComponentsToSave(int index, com.google.protobuf.Any.Builder builderForValue)
      repeated .google.protobuf.Any components_to_save = 2;
    • addComponentsToSave

      public PushProfileRequest.Builder addComponentsToSave(com.google.protobuf.Any value)
      repeated .google.protobuf.Any components_to_save = 2;
    • addComponentsToSave

      public PushProfileRequest.Builder addComponentsToSave(int index, com.google.protobuf.Any value)
      repeated .google.protobuf.Any components_to_save = 2;
    • addComponentsToSave

      public PushProfileRequest.Builder addComponentsToSave(com.google.protobuf.Any.Builder builderForValue)
      repeated .google.protobuf.Any components_to_save = 2;
    • addComponentsToSave

      public PushProfileRequest.Builder addComponentsToSave(int index, com.google.protobuf.Any.Builder builderForValue)
      repeated .google.protobuf.Any components_to_save = 2;
    • addAllComponentsToSave

      public PushProfileRequest.Builder addAllComponentsToSave(Iterable<? extends com.google.protobuf.Any> values)
      repeated .google.protobuf.Any components_to_save = 2;
    • clearComponentsToSave

      public PushProfileRequest.Builder clearComponentsToSave()
      repeated .google.protobuf.Any components_to_save = 2;
    • removeComponentsToSave

      public PushProfileRequest.Builder removeComponentsToSave(int index)
      repeated .google.protobuf.Any components_to_save = 2;
    • getComponentsToSaveBuilder

      public com.google.protobuf.Any.Builder getComponentsToSaveBuilder(int index)
      repeated .google.protobuf.Any components_to_save = 2;
    • getComponentsToSaveOrBuilder

      public com.google.protobuf.AnyOrBuilder getComponentsToSaveOrBuilder(int index)
      repeated .google.protobuf.Any components_to_save = 2;
      Specified by:
      getComponentsToSaveOrBuilder in interface PushProfileRequestOrBuilder
    • getComponentsToSaveOrBuilderList

      public List<? extends com.google.protobuf.AnyOrBuilder> getComponentsToSaveOrBuilderList()
      repeated .google.protobuf.Any components_to_save = 2;
      Specified by:
      getComponentsToSaveOrBuilderList in interface PushProfileRequestOrBuilder
    • addComponentsToSaveBuilder

      public com.google.protobuf.Any.Builder addComponentsToSaveBuilder()
      repeated .google.protobuf.Any components_to_save = 2;
    • addComponentsToSaveBuilder

      public com.google.protobuf.Any.Builder addComponentsToSaveBuilder(int index)
      repeated .google.protobuf.Any components_to_save = 2;
    • getComponentsToSaveBuilderList

      public List<com.google.protobuf.Any.Builder> getComponentsToSaveBuilderList()
      repeated .google.protobuf.Any components_to_save = 2;
    • getComponentsToRemoveList

      public com.google.protobuf.ProtocolStringList getComponentsToRemoveList()
      repeated string components_to_remove = 3;
      Specified by:
      getComponentsToRemoveList in interface PushProfileRequestOrBuilder
      Returns:
      A list containing the componentsToRemove.
    • getComponentsToRemoveCount

      public int getComponentsToRemoveCount()
      repeated string components_to_remove = 3;
      Specified by:
      getComponentsToRemoveCount in interface PushProfileRequestOrBuilder
      Returns:
      The count of componentsToRemove.
    • getComponentsToRemove

      public String getComponentsToRemove(int index)
      repeated string components_to_remove = 3;
      Specified by:
      getComponentsToRemove in interface PushProfileRequestOrBuilder
      Parameters:
      index - The index of the element to return.
      Returns:
      The componentsToRemove at the given index.
    • getComponentsToRemoveBytes

      public com.google.protobuf.ByteString getComponentsToRemoveBytes(int index)
      repeated string components_to_remove = 3;
      Specified by:
      getComponentsToRemoveBytes in interface PushProfileRequestOrBuilder
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the componentsToRemove at the given index.
    • setComponentsToRemove

      public PushProfileRequest.Builder setComponentsToRemove(int index, String value)
      repeated string components_to_remove = 3;
      Parameters:
      index - The index to set the value at.
      value - The componentsToRemove to set.
      Returns:
      This builder for chaining.
    • addComponentsToRemove

      public PushProfileRequest.Builder addComponentsToRemove(String value)
      repeated string components_to_remove = 3;
      Parameters:
      value - The componentsToRemove to add.
      Returns:
      This builder for chaining.
    • addAllComponentsToRemove

      public PushProfileRequest.Builder addAllComponentsToRemove(Iterable<String> values)
      repeated string components_to_remove = 3;
      Parameters:
      values - The componentsToRemove to add.
      Returns:
      This builder for chaining.
    • clearComponentsToRemove

      public PushProfileRequest.Builder clearComponentsToRemove()
      repeated string components_to_remove = 3;
      Returns:
      This builder for chaining.
    • addComponentsToRemoveBytes

      public PushProfileRequest.Builder addComponentsToRemoveBytes(com.google.protobuf.ByteString value)
      repeated string components_to_remove = 3;
      Parameters:
      value - The bytes of the componentsToRemove to add.
      Returns:
      This builder for chaining.