Interface MetadataRetryOrBuilder

  • All Implemented Interfaces:
    com.google.protobuf.MessageLiteOrBuilder , com.google.protobuf.MessageOrBuilder

    
    public interface MetadataRetryOrBuilder
     implements MessageOrBuilder
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract boolean hasPos() optional .xyz.block.ftl.v1.schema.Position pos = 1;
      abstract Position getPos() optional .xyz.block.ftl.v1.schema.Position pos = 1;
      abstract PositionOrBuilder getPosOrBuilder() optional .xyz.block.ftl.v1.schema.Position pos = 1;
      abstract boolean hasCount() optional int64 count = 2;
      abstract long getCount() optional int64 count = 2;
      abstract String getMinBackoff() string minBackoff = 3;
      abstract ByteString getMinBackoffBytes() string minBackoff = 3;
      abstract String getMaxBackoff() string maxBackoff = 4;
      abstract ByteString getMaxBackoffBytes() string maxBackoff = 4;
      abstract boolean hasCatch() optional .xyz.block.ftl.v1.schema.Ref catch = 5;
      abstract Ref getCatch() optional .xyz.block.ftl.v1.schema.Ref catch = 5;
      abstract RefOrBuilder getCatchOrBuilder() optional .xyz.block.ftl.v1.schema.Ref catch = 5;
      • Methods inherited from class com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
      • Methods inherited from class com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • hasPos

         abstract boolean hasPos()

        optional .xyz.block.ftl.v1.schema.Position pos = 1;

        Returns:

        Whether the pos field is set.

      • getPos

         abstract Position getPos()

        optional .xyz.block.ftl.v1.schema.Position pos = 1;

        Returns:

        The pos.

      • hasCount

         abstract boolean hasCount()

        optional int64 count = 2;

        Returns:

        Whether the count field is set.

      • getCount

         abstract long getCount()

        optional int64 count = 2;

        Returns:

        The count.

      • getMinBackoff

         abstract String getMinBackoff()

        string minBackoff = 3;

        Returns:

        The minBackoff.

      • getMinBackoffBytes

         abstract ByteString getMinBackoffBytes()

        string minBackoff = 3;

        Returns:

        The bytes for minBackoff.

      • getMaxBackoff

         abstract String getMaxBackoff()

        string maxBackoff = 4;

        Returns:

        The maxBackoff.

      • getMaxBackoffBytes

         abstract ByteString getMaxBackoffBytes()

        string maxBackoff = 4;

        Returns:

        The bytes for maxBackoff.

      • hasCatch

         abstract boolean hasCatch()

        optional .xyz.block.ftl.v1.schema.Ref catch = 5;

        Returns:

        Whether the catch field is set.

      • getCatch

         abstract Ref getCatch()

        optional .xyz.block.ftl.v1.schema.Ref catch = 5;

        Returns:

        The catch.