Interface StreamRefMessages.RemoteStreamFailureOrBuilder

All Superinterfaces:
org.apache.pekko.protobufv3.internal.MessageLiteOrBuilder, org.apache.pekko.protobufv3.internal.MessageOrBuilder
All Known Implementing Classes:
StreamRefMessages.RemoteStreamFailure, StreamRefMessages.RemoteStreamFailure.Builder
Enclosing class:
StreamRefMessages

public static interface StreamRefMessages.RemoteStreamFailureOrBuilder extends org.apache.pekko.protobufv3.internal.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.pekko.protobufv3.internal.ByteString
    optional bytes cause = 1;
    boolean
    optional bytes cause = 1;

    Methods inherited from interface org.apache.pekko.protobufv3.internal.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface org.apache.pekko.protobufv3.internal.MessageOrBuilder

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

    • hasCause

      boolean hasCause()
      optional bytes cause = 1;
      Returns:
      Whether the cause field is set.
    • getCause

      org.apache.pekko.protobufv3.internal.ByteString getCause()
      optional bytes cause = 1;
      Returns:
      The cause.