public static interface ReefServiceProtos.JobStatusProtoOrBuilder extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.ByteString |
getException()
optional bytes exception = 4; |
String |
getIdentifier()
required string identifier = 1; |
com.google.protobuf.ByteString |
getIdentifierBytes()
required string identifier = 1; |
com.google.protobuf.ByteString |
getMessage()
optional bytes message = 3; |
ReefServiceProtos.State |
getState()
required .State state = 2; |
boolean |
hasException()
optional bytes exception = 4; |
boolean |
hasIdentifier()
required string identifier = 1; |
boolean |
hasMessage()
optional bytes message = 3; |
boolean |
hasState()
required .State state = 2; |
boolean hasIdentifier()
required string identifier = 1;
String getIdentifier()
required string identifier = 1;
com.google.protobuf.ByteString getIdentifierBytes()
required string identifier = 1;
boolean hasState()
required .State state = 2;
ReefServiceProtos.State getState()
required .State state = 2;
boolean hasMessage()
optional bytes message = 3;
com.google.protobuf.ByteString getMessage()
optional bytes message = 3;
boolean hasException()
optional bytes exception = 4;
com.google.protobuf.ByteString getException()
optional bytes exception = 4;
Copyright © 2016 The Apache Software Foundation. All rights reserved.