Interface ExecutionOuterClass.AbortMetadataOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getCause()
      In the case of a user-specified abort, this will pass along the user-supplied cause.
      com.google.protobuf.ByteString getCauseBytes()
      In the case of a user-specified abort, this will pass along the user-supplied cause.
      String getPrincipal()
      Identifies the entity (if any) responsible for terminating the execution
      com.google.protobuf.ByteString getPrincipalBytes()
      Identifies the entity (if any) responsible for terminating the 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 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.