Interface TerminationNotificationResponse.StackTraceOrBuilder

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

public static interface TerminationNotificationResponse.StackTraceOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    getElements(int index)
    repeated string elements = 3;
    com.google.protobuf.ByteString
    getElementsBytes(int index)
    repeated string elements = 3;
    int
    repeated string elements = 3;
    repeated string elements = 3;
    string message = 2;
    com.google.protobuf.ByteString
    string message = 2;
    string type = 1;
    com.google.protobuf.ByteString
    string type = 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

    • getType

      String getType()
      string type = 1;
      Returns:
      The type.
    • getTypeBytes

      com.google.protobuf.ByteString getTypeBytes()
      string type = 1;
      Returns:
      The bytes for type.
    • getMessage

      String getMessage()
      string message = 2;
      Returns:
      The message.
    • getMessageBytes

      com.google.protobuf.ByteString getMessageBytes()
      string message = 2;
      Returns:
      The bytes for message.
    • getElementsList

      List<String> getElementsList()
      repeated string elements = 3;
      Returns:
      A list containing the elements.
    • getElementsCount

      int getElementsCount()
      repeated string elements = 3;
      Returns:
      The count of elements.
    • getElements

      String getElements(int index)
      repeated string elements = 3;
      Parameters:
      index - The index of the element to return.
      Returns:
      The elements at the given index.
    • getElementsBytes

      com.google.protobuf.ByteString getElementsBytes(int index)
      repeated string elements = 3;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the elements at the given index.