Interface Function.RetryDetailsOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Function.RetryDetails, Function.RetryDetails.Builder
Enclosing class:
Function

public static interface Function.RetryDetailsOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    string deadLetterTopic = 2;
    com.google.protobuf.ByteString
    string deadLetterTopic = 2;
    int
    int32 maxMessageRetries = 1;

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getMaxMessageRetries

      int getMaxMessageRetries()
      int32 maxMessageRetries = 1;
      Returns:
      The maxMessageRetries.
    • getDeadLetterTopic

      String getDeadLetterTopic()
      string deadLetterTopic = 2;
      Returns:
      The deadLetterTopic.
    • getDeadLetterTopicBytes

      com.google.protobuf.ByteString getDeadLetterTopicBytes()
      string deadLetterTopic = 2;
      Returns:
      The bytes for deadLetterTopic.