Class ContainerFormats.Selection.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<ContainerFormats.Selection.Builder>
org.apache.pekko.remote.ContainerFormats.Selection.Builder
All Implemented Interfaces:
Cloneable, 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, ContainerFormats.SelectionOrBuilder
Enclosing class:
ContainerFormats.Selection

public static final class ContainerFormats.Selection.Builder extends org.apache.pekko.protobufv3.internal.GeneratedMessage.Builder<ContainerFormats.Selection.Builder> implements ContainerFormats.SelectionOrBuilder
Protobuf type Selection
  • 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<ContainerFormats.Selection.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<ContainerFormats.Selection.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<ContainerFormats.Selection.Builder>
    • getDefaultInstanceForType

      public ContainerFormats.Selection getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface org.apache.pekko.protobufv3.internal.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface org.apache.pekko.protobufv3.internal.MessageOrBuilder
    • 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 ContainerFormats.Selection 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 ContainerFormats.Selection.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<ContainerFormats.Selection.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<ContainerFormats.Selection.Builder>
    • mergeFrom

      public ContainerFormats.Selection.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<ContainerFormats.Selection.Builder>
      Throws:
      IOException
    • hasType

      public boolean hasType()
      required .PatternType type = 1;
      Specified by:
      hasType in interface ContainerFormats.SelectionOrBuilder
      Returns:
      Whether the type field is set.
    • getType

      public ContainerFormats.PatternType getType()
      required .PatternType type = 1;
      Specified by:
      getType in interface ContainerFormats.SelectionOrBuilder
      Returns:
      The type.
    • setType

      required .PatternType type = 1;
      Parameters:
      value - The type to set.
      Returns:
      This builder for chaining.
    • clearType

      required .PatternType type = 1;
      Returns:
      This builder for chaining.
    • hasMatcher

      public boolean hasMatcher()
      optional string matcher = 2;
      Specified by:
      hasMatcher in interface ContainerFormats.SelectionOrBuilder
      Returns:
      Whether the matcher field is set.
    • getMatcher

      public String getMatcher()
      optional string matcher = 2;
      Specified by:
      getMatcher in interface ContainerFormats.SelectionOrBuilder
      Returns:
      The matcher.
    • getMatcherBytes

      public org.apache.pekko.protobufv3.internal.ByteString getMatcherBytes()
      optional string matcher = 2;
      Specified by:
      getMatcherBytes in interface ContainerFormats.SelectionOrBuilder
      Returns:
      The bytes for matcher.
    • setMatcher

      public ContainerFormats.Selection.Builder setMatcher(String value)
      optional string matcher = 2;
      Parameters:
      value - The matcher to set.
      Returns:
      This builder for chaining.
    • clearMatcher

      public ContainerFormats.Selection.Builder clearMatcher()
      optional string matcher = 2;
      Returns:
      This builder for chaining.
    • setMatcherBytes

      public ContainerFormats.Selection.Builder setMatcherBytes(org.apache.pekko.protobufv3.internal.ByteString value)
      optional string matcher = 2;
      Parameters:
      value - The bytes for matcher to set.
      Returns:
      This builder for chaining.