public static interface StoreTypes.StreamingQueryDataOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
long |
getEndTimestamp()
optional int64 end_timestamp = 7; |
String |
getException()
optional string exception = 5; |
com.google.protobuf.ByteString |
getExceptionBytes()
optional string exception = 5; |
String |
getId()
optional string id = 2; |
com.google.protobuf.ByteString |
getIdBytes()
optional string id = 2; |
boolean |
getIsActive()
bool is_active = 4; |
String |
getName()
optional string name = 1; |
com.google.protobuf.ByteString |
getNameBytes()
optional string name = 1; |
String |
getRunId()
optional string run_id = 3; |
com.google.protobuf.ByteString |
getRunIdBytes()
optional string run_id = 3; |
long |
getStartTimestamp()
int64 start_timestamp = 6; |
boolean |
hasEndTimestamp()
optional int64 end_timestamp = 7; |
boolean |
hasException()
optional string exception = 5; |
boolean |
hasId()
optional string id = 2; |
boolean |
hasName()
optional string name = 1; |
boolean |
hasRunId()
optional string run_id = 3; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasName()
optional string name = 1;
String getName()
optional string name = 1;
com.google.protobuf.ByteString getNameBytes()
optional string name = 1;
boolean hasId()
optional string id = 2;
String getId()
optional string id = 2;
com.google.protobuf.ByteString getIdBytes()
optional string id = 2;
boolean hasRunId()
optional string run_id = 3;
String getRunId()
optional string run_id = 3;
com.google.protobuf.ByteString getRunIdBytes()
optional string run_id = 3;
boolean getIsActive()
bool is_active = 4;
boolean hasException()
optional string exception = 5;
String getException()
optional string exception = 5;
com.google.protobuf.ByteString getExceptionBytes()
optional string exception = 5;
long getStartTimestamp()
int64 start_timestamp = 6;
boolean hasEndTimestamp()
optional int64 end_timestamp = 7;
long getEndTimestamp()
optional int64 end_timestamp = 7;