public static final class StoreTypes.StreamingQueryData extends com.google.protobuf.GeneratedMessageV3 implements StoreTypes.StreamingQueryDataOrBuilder
org.apache.spark.status.protobuf.StreamingQueryData
Modifier and Type | Class and Description |
---|---|
static class |
StoreTypes.StreamingQueryData.Builder
Protobuf type
org.apache.spark.status.protobuf.StreamingQueryData |
com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
Modifier and Type | Field and Description |
---|---|
static int |
END_TIMESTAMP_FIELD_NUMBER |
static int |
EXCEPTION_FIELD_NUMBER |
static int |
ID_FIELD_NUMBER |
static int |
IS_ACTIVE_FIELD_NUMBER |
static int |
NAME_FIELD_NUMBER |
static int |
RUN_ID_FIELD_NUMBER |
static int |
START_TIMESTAMP_FIELD_NUMBER |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
static StoreTypes.StreamingQueryData |
getDefaultInstance() |
StoreTypes.StreamingQueryData |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
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; |
com.google.protobuf.Parser<StoreTypes.StreamingQueryData> |
getParserForType() |
String |
getRunId()
optional string run_id = 3; |
com.google.protobuf.ByteString |
getRunIdBytes()
optional string run_id = 3; |
int |
getSerializedSize() |
long |
getStartTimestamp()
int64 start_timestamp = 6; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasEndTimestamp()
optional int64 end_timestamp = 7; |
boolean |
hasException()
optional string exception = 5; |
int |
hashCode() |
boolean |
hasId()
optional string id = 2; |
boolean |
hasName()
optional string name = 1; |
boolean |
hasRunId()
optional string run_id = 3; |
boolean |
isInitialized() |
static StoreTypes.StreamingQueryData.Builder |
newBuilder() |
static StoreTypes.StreamingQueryData.Builder |
newBuilder(StoreTypes.StreamingQueryData prototype) |
StoreTypes.StreamingQueryData.Builder |
newBuilderForType() |
static StoreTypes.StreamingQueryData |
parseDelimitedFrom(java.io.InputStream input) |
static StoreTypes.StreamingQueryData |
parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StoreTypes.StreamingQueryData |
parseFrom(byte[] data) |
static StoreTypes.StreamingQueryData |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StoreTypes.StreamingQueryData |
parseFrom(java.nio.ByteBuffer data) |
static StoreTypes.StreamingQueryData |
parseFrom(java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StoreTypes.StreamingQueryData |
parseFrom(com.google.protobuf.ByteString data) |
static StoreTypes.StreamingQueryData |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StoreTypes.StreamingQueryData |
parseFrom(com.google.protobuf.CodedInputStream input) |
static StoreTypes.StreamingQueryData |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StoreTypes.StreamingQueryData |
parseFrom(java.io.InputStream input) |
static StoreTypes.StreamingQueryData |
parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<StoreTypes.StreamingQueryData> |
parser() |
StoreTypes.StreamingQueryData.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof
findInitializationErrors, getInitializationErrorString, toString
toByteArray, toByteString, writeDelimitedTo, writeTo
public static final int NAME_FIELD_NUMBER
public static final int ID_FIELD_NUMBER
public static final int RUN_ID_FIELD_NUMBER
public static final int IS_ACTIVE_FIELD_NUMBER
public static final int EXCEPTION_FIELD_NUMBER
public static final int START_TIMESTAMP_FIELD_NUMBER
public static final int END_TIMESTAMP_FIELD_NUMBER
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields
in interface com.google.protobuf.MessageOrBuilder
getUnknownFields
in class com.google.protobuf.GeneratedMessageV3
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
public boolean hasName()
optional string name = 1;
hasName
in interface StoreTypes.StreamingQueryDataOrBuilder
public String getName()
optional string name = 1;
getName
in interface StoreTypes.StreamingQueryDataOrBuilder
public com.google.protobuf.ByteString getNameBytes()
optional string name = 1;
getNameBytes
in interface StoreTypes.StreamingQueryDataOrBuilder
public boolean hasId()
optional string id = 2;
hasId
in interface StoreTypes.StreamingQueryDataOrBuilder
public String getId()
optional string id = 2;
getId
in interface StoreTypes.StreamingQueryDataOrBuilder
public com.google.protobuf.ByteString getIdBytes()
optional string id = 2;
getIdBytes
in interface StoreTypes.StreamingQueryDataOrBuilder
public boolean hasRunId()
optional string run_id = 3;
hasRunId
in interface StoreTypes.StreamingQueryDataOrBuilder
public String getRunId()
optional string run_id = 3;
getRunId
in interface StoreTypes.StreamingQueryDataOrBuilder
public com.google.protobuf.ByteString getRunIdBytes()
optional string run_id = 3;
getRunIdBytes
in interface StoreTypes.StreamingQueryDataOrBuilder
public boolean getIsActive()
bool is_active = 4;
getIsActive
in interface StoreTypes.StreamingQueryDataOrBuilder
public boolean hasException()
optional string exception = 5;
hasException
in interface StoreTypes.StreamingQueryDataOrBuilder
public String getException()
optional string exception = 5;
getException
in interface StoreTypes.StreamingQueryDataOrBuilder
public com.google.protobuf.ByteString getExceptionBytes()
optional string exception = 5;
getExceptionBytes
in interface StoreTypes.StreamingQueryDataOrBuilder
public long getStartTimestamp()
int64 start_timestamp = 6;
getStartTimestamp
in interface StoreTypes.StreamingQueryDataOrBuilder
public boolean hasEndTimestamp()
optional int64 end_timestamp = 7;
hasEndTimestamp
in interface StoreTypes.StreamingQueryDataOrBuilder
public long getEndTimestamp()
optional int64 end_timestamp = 7;
getEndTimestamp
in interface StoreTypes.StreamingQueryDataOrBuilder
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessageV3
public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException
writeTo
in interface com.google.protobuf.MessageLite
writeTo
in class com.google.protobuf.GeneratedMessageV3
java.io.IOException
public int getSerializedSize()
getSerializedSize
in interface com.google.protobuf.MessageLite
getSerializedSize
in class com.google.protobuf.GeneratedMessageV3
public boolean equals(Object obj)
equals
in interface com.google.protobuf.Message
equals
in class com.google.protobuf.AbstractMessage
public int hashCode()
hashCode
in interface com.google.protobuf.Message
hashCode
in class com.google.protobuf.AbstractMessage
public static StoreTypes.StreamingQueryData parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static StoreTypes.StreamingQueryData parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static StoreTypes.StreamingQueryData parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static StoreTypes.StreamingQueryData parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static StoreTypes.StreamingQueryData parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static StoreTypes.StreamingQueryData parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static StoreTypes.StreamingQueryData parseFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOException
public static StoreTypes.StreamingQueryData parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static StoreTypes.StreamingQueryData parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOException
public static StoreTypes.StreamingQueryData parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static StoreTypes.StreamingQueryData parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOException
public static StoreTypes.StreamingQueryData parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public StoreTypes.StreamingQueryData.Builder newBuilderForType()
newBuilderForType
in interface com.google.protobuf.Message
newBuilderForType
in interface com.google.protobuf.MessageLite
public static StoreTypes.StreamingQueryData.Builder newBuilder()
public static StoreTypes.StreamingQueryData.Builder newBuilder(StoreTypes.StreamingQueryData prototype)
public StoreTypes.StreamingQueryData.Builder toBuilder()
toBuilder
in interface com.google.protobuf.Message
toBuilder
in interface com.google.protobuf.MessageLite
public static StoreTypes.StreamingQueryData getDefaultInstance()
public static com.google.protobuf.Parser<StoreTypes.StreamingQueryData> parser()
public com.google.protobuf.Parser<StoreTypes.StreamingQueryData> getParserForType()
getParserForType
in interface com.google.protobuf.Message
getParserForType
in interface com.google.protobuf.MessageLite
getParserForType
in class com.google.protobuf.GeneratedMessageV3
public StoreTypes.StreamingQueryData getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder