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 TypeMethodDescriptiongetElements(int index) repeated string elements = 3;com.google.protobuf.ByteStringgetElementsBytes(int index) repeated string elements = 3;intrepeated string elements = 3;repeated string elements = 3;string message = 2;com.google.protobuf.ByteStringstring message = 2;getType()string type = 1;com.google.protobuf.ByteStringstring type = 1;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods 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
repeated string elements = 3;- Returns:
- A list containing the elements.
-
getElementsCount
int getElementsCount()repeated string elements = 3;- Returns:
- The count of elements.
-
getElements
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.
-