Package flyteidl.admin
Interface ExecutionOuterClass.AbortMetadataOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ExecutionOuterClass.AbortMetadata,ExecutionOuterClass.AbortMetadata.Builder
- Enclosing class:
- ExecutionOuterClass
public static interface ExecutionOuterClass.AbortMetadataOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetCause()In the case of a user-specified abort, this will pass along the user-supplied cause.com.google.protobuf.ByteStringgetCauseBytes()In the case of a user-specified abort, this will pass along the user-supplied cause.StringgetPrincipal()Identifies the entity (if any) responsible for terminating the executioncom.google.protobuf.ByteStringgetPrincipalBytes()Identifies the entity (if any) responsible for terminating the execution-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getCause
String getCause()
In the case of a user-specified abort, this will pass along the user-supplied cause.
string cause = 1;- Returns:
- The cause.
-
getCauseBytes
com.google.protobuf.ByteString getCauseBytes()
In the case of a user-specified abort, this will pass along the user-supplied cause.
string cause = 1;- Returns:
- The bytes for cause.
-
getPrincipal
String getPrincipal()
Identifies the entity (if any) responsible for terminating the execution
string principal = 2;- Returns:
- The principal.
-
getPrincipalBytes
com.google.protobuf.ByteString getPrincipalBytes()
Identifies the entity (if any) responsible for terminating the execution
string principal = 2;- Returns:
- The bytes for principal.
-
-