Class ClusterMessages.Pool.Builder

java.lang.Object
org.apache.pekko.protobufv3.internal.AbstractMessageLite.Builder
org.apache.pekko.protobufv3.internal.AbstractMessage.Builder<BuilderT>
org.apache.pekko.protobufv3.internal.GeneratedMessage.Builder<ClusterMessages.Pool.Builder>
org.apache.pekko.cluster.protobuf.msg.ClusterMessages.Pool.Builder
All Implemented Interfaces:
Cloneable, ClusterMessages.PoolOrBuilder, org.apache.pekko.protobufv3.internal.Message.Builder, org.apache.pekko.protobufv3.internal.MessageLite.Builder, org.apache.pekko.protobufv3.internal.MessageLiteOrBuilder, org.apache.pekko.protobufv3.internal.MessageOrBuilder
Enclosing class:
ClusterMessages.Pool

public static final class ClusterMessages.Pool.Builder extends org.apache.pekko.protobufv3.internal.GeneratedMessage.Builder<ClusterMessages.Pool.Builder> implements ClusterMessages.PoolOrBuilder
Protobuf type Pool
  • Method Details

    • getDescriptor

      public static final org.apache.pekko.protobufv3.internal.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected org.apache.pekko.protobufv3.internal.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class org.apache.pekko.protobufv3.internal.GeneratedMessage.Builder<ClusterMessages.Pool.Builder>
    • clear

      Specified by:
      clear in interface org.apache.pekko.protobufv3.internal.Message.Builder
      Specified by:
      clear in interface org.apache.pekko.protobufv3.internal.MessageLite.Builder
      Overrides:
      clear in class org.apache.pekko.protobufv3.internal.GeneratedMessage.Builder<ClusterMessages.Pool.Builder>
    • getDescriptorForType

      public org.apache.pekko.protobufv3.internal.Descriptors.Descriptor getDescriptorForType()
      Specified by:
      getDescriptorForType in interface org.apache.pekko.protobufv3.internal.Message.Builder
      Specified by:
      getDescriptorForType in interface org.apache.pekko.protobufv3.internal.MessageOrBuilder
      Overrides:
      getDescriptorForType in class org.apache.pekko.protobufv3.internal.GeneratedMessage.Builder<ClusterMessages.Pool.Builder>
    • getDefaultInstanceForType

      public ClusterMessages.Pool getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface org.apache.pekko.protobufv3.internal.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface org.apache.pekko.protobufv3.internal.MessageOrBuilder
    • build

      public ClusterMessages.Pool build()
      Specified by:
      build in interface org.apache.pekko.protobufv3.internal.Message.Builder
      Specified by:
      build in interface org.apache.pekko.protobufv3.internal.MessageLite.Builder
    • buildPartial

      public ClusterMessages.Pool buildPartial()
      Specified by:
      buildPartial in interface org.apache.pekko.protobufv3.internal.Message.Builder
      Specified by:
      buildPartial in interface org.apache.pekko.protobufv3.internal.MessageLite.Builder
    • mergeFrom

      public ClusterMessages.Pool.Builder mergeFrom(org.apache.pekko.protobufv3.internal.Message other)
      Specified by:
      mergeFrom in interface org.apache.pekko.protobufv3.internal.Message.Builder
      Overrides:
      mergeFrom in class org.apache.pekko.protobufv3.internal.AbstractMessage.Builder<ClusterMessages.Pool.Builder>
    • mergeFrom

    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface org.apache.pekko.protobufv3.internal.MessageLiteOrBuilder
      Overrides:
      isInitialized in class org.apache.pekko.protobufv3.internal.GeneratedMessage.Builder<ClusterMessages.Pool.Builder>
    • mergeFrom

      public ClusterMessages.Pool.Builder mergeFrom(org.apache.pekko.protobufv3.internal.CodedInputStream input, org.apache.pekko.protobufv3.internal.ExtensionRegistryLite extensionRegistry) throws IOException
      Specified by:
      mergeFrom in interface org.apache.pekko.protobufv3.internal.Message.Builder
      Specified by:
      mergeFrom in interface org.apache.pekko.protobufv3.internal.MessageLite.Builder
      Overrides:
      mergeFrom in class org.apache.pekko.protobufv3.internal.AbstractMessage.Builder<ClusterMessages.Pool.Builder>
      Throws:
      IOException
    • hasSerializerId

      public boolean hasSerializerId()
      required uint32 serializerId = 1;
      Specified by:
      hasSerializerId in interface ClusterMessages.PoolOrBuilder
      Returns:
      Whether the serializerId field is set.
    • getSerializerId

      public int getSerializerId()
      required uint32 serializerId = 1;
      Specified by:
      getSerializerId in interface ClusterMessages.PoolOrBuilder
      Returns:
      The serializerId.
    • setSerializerId

      public ClusterMessages.Pool.Builder setSerializerId(int value)
      required uint32 serializerId = 1;
      Parameters:
      value - The serializerId to set.
      Returns:
      This builder for chaining.
    • clearSerializerId

      public ClusterMessages.Pool.Builder clearSerializerId()
      required uint32 serializerId = 1;
      Returns:
      This builder for chaining.
    • hasManifest

      public boolean hasManifest()
      required string manifest = 2;
      Specified by:
      hasManifest in interface ClusterMessages.PoolOrBuilder
      Returns:
      Whether the manifest field is set.
    • getManifest

      public String getManifest()
      required string manifest = 2;
      Specified by:
      getManifest in interface ClusterMessages.PoolOrBuilder
      Returns:
      The manifest.
    • getManifestBytes

      public org.apache.pekko.protobufv3.internal.ByteString getManifestBytes()
      required string manifest = 2;
      Specified by:
      getManifestBytes in interface ClusterMessages.PoolOrBuilder
      Returns:
      The bytes for manifest.
    • setManifest

      public ClusterMessages.Pool.Builder setManifest(String value)
      required string manifest = 2;
      Parameters:
      value - The manifest to set.
      Returns:
      This builder for chaining.
    • clearManifest

      public ClusterMessages.Pool.Builder clearManifest()
      required string manifest = 2;
      Returns:
      This builder for chaining.
    • setManifestBytes

      public ClusterMessages.Pool.Builder setManifestBytes(org.apache.pekko.protobufv3.internal.ByteString value)
      required string manifest = 2;
      Parameters:
      value - The bytes for manifest to set.
      Returns:
      This builder for chaining.
    • hasData

      public boolean hasData()
      required bytes data = 3;
      Specified by:
      hasData in interface ClusterMessages.PoolOrBuilder
      Returns:
      Whether the data field is set.
    • getData

      public org.apache.pekko.protobufv3.internal.ByteString getData()
      required bytes data = 3;
      Specified by:
      getData in interface ClusterMessages.PoolOrBuilder
      Returns:
      The data.
    • setData

      public ClusterMessages.Pool.Builder setData(org.apache.pekko.protobufv3.internal.ByteString value)
      required bytes data = 3;
      Parameters:
      value - The data to set.
      Returns:
      This builder for chaining.
    • clearData

      public ClusterMessages.Pool.Builder clearData()
      required bytes data = 3;
      Returns:
      This builder for chaining.