Interface NamespaceInfo.LimitsOrBuilder

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

public static interface NamespaceInfo.LimitsOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    Maximum size in bytes for payload fields in workflow history events (e.g., workflow/activity inputs and results, failure details, signal payloads).
    long
    Maximum total memo size in bytes per workflow execution.

    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

    • getBlobSizeLimitError

      long getBlobSizeLimitError()
       Maximum size in bytes for payload fields in workflow history events
       (e.g., workflow/activity inputs and results, failure details, signal payloads).
       When exceeded, the server will reject the operation with an error.
       
      int64 blob_size_limit_error = 1;
      Returns:
      The blobSizeLimitError.
    • getMemoSizeLimitError

      long getMemoSizeLimitError()
       Maximum total memo size in bytes per workflow execution.
       
      int64 memo_size_limit_error = 2;
      Returns:
      The memoSizeLimitError.