public static interface ReefServiceProtos.RuntimeErrorProtoOrBuilder extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.ByteString |
getException()
optional bytes exception = 3; |
String |
getIdentifier()
optional string identifier = 5; |
com.google.protobuf.ByteString |
getIdentifierBytes()
optional string identifier = 5; |
String |
getMessage()
required string message = 2; |
com.google.protobuf.ByteString |
getMessageBytes()
required string message = 2; |
String |
getName()
required string name = 1; |
com.google.protobuf.ByteString |
getNameBytes()
required string name = 1; |
boolean |
hasException()
optional bytes exception = 3; |
boolean |
hasIdentifier()
optional string identifier = 5; |
boolean |
hasMessage()
required string message = 2; |
boolean |
hasName()
required string name = 1; |
boolean hasName()
required string name = 1;
e.g., local, yarn21
com.google.protobuf.ByteString getNameBytes()
required string name = 1;
e.g., local, yarn21
boolean hasMessage()
required string message = 2;
String getMessage()
required string message = 2;
com.google.protobuf.ByteString getMessageBytes()
required string message = 2;
boolean hasException()
optional bytes exception = 3;
com.google.protobuf.ByteString getException()
optional bytes exception = 3;
boolean hasIdentifier()
optional string identifier = 5;
e.g., evaluator id
String getIdentifier()
optional string identifier = 5;
e.g., evaluator id
com.google.protobuf.ByteString getIdentifierBytes()
optional string identifier = 5;
e.g., evaluator id
Copyright © 2016 The Apache Software Foundation. All rights reserved.