Package com.google.cloud.dataplex.v1
Class SessionEvent.QueryDetail
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite
-
- com.google.protobuf.AbstractMessage
-
- com.google.protobuf.GeneratedMessageV3
-
- com.google.cloud.dataplex.v1.SessionEvent.QueryDetail
-
- All Implemented Interfaces:
SessionEvent.QueryDetailOrBuilder
,com.google.protobuf.Message
,com.google.protobuf.MessageLite
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,Serializable
- Enclosing class:
- SessionEvent
public static final class SessionEvent.QueryDetail extends com.google.protobuf.GeneratedMessageV3 implements SessionEvent.QueryDetailOrBuilder
Execution details of the query.
Protobuf typegoogle.cloud.dataplex.v1.SessionEvent.QueryDetail
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
SessionEvent.QueryDetail.Builder
Execution details of the query.static class
SessionEvent.QueryDetail.Engine
Query Execution engine.-
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageV3
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT,BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter
-
-
Field Summary
Fields Modifier and Type Field Description static int
DATA_PROCESSED_BYTES_FIELD_NUMBER
static int
DURATION_FIELD_NUMBER
static int
ENGINE_FIELD_NUMBER
static int
QUERY_ID_FIELD_NUMBER
static int
QUERY_TEXT_FIELD_NUMBER
static int
RESULT_SIZE_BYTES_FIELD_NUMBER
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
long
getDataProcessedBytes()
The data processed by the query.static SessionEvent.QueryDetail
getDefaultInstance()
SessionEvent.QueryDetail
getDefaultInstanceForType()
static com.google.protobuf.Descriptors.Descriptor
getDescriptor()
com.google.protobuf.Duration
getDuration()
Time taken for execution of the query.com.google.protobuf.DurationOrBuilder
getDurationOrBuilder()
Time taken for execution of the query.SessionEvent.QueryDetail.Engine
getEngine()
Query Execution engine.int
getEngineValue()
Query Execution engine.com.google.protobuf.Parser<SessionEvent.QueryDetail>
getParserForType()
String
getQueryId()
The unique Query id identifying the query.com.google.protobuf.ByteString
getQueryIdBytes()
The unique Query id identifying the query.String
getQueryText()
The query text executed.com.google.protobuf.ByteString
getQueryTextBytes()
The query text executed.long
getResultSizeBytes()
The size of results the query produced.int
getSerializedSize()
boolean
hasDuration()
Time taken for execution of the query.int
hashCode()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable()
boolean
isInitialized()
static SessionEvent.QueryDetail.Builder
newBuilder()
static SessionEvent.QueryDetail.Builder
newBuilder(SessionEvent.QueryDetail prototype)
SessionEvent.QueryDetail.Builder
newBuilderForType()
protected SessionEvent.QueryDetail.Builder
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
protected Object
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
static SessionEvent.QueryDetail
parseDelimitedFrom(InputStream input)
static SessionEvent.QueryDetail
parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SessionEvent.QueryDetail
parseFrom(byte[] data)
static SessionEvent.QueryDetail
parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SessionEvent.QueryDetail
parseFrom(com.google.protobuf.ByteString data)
static SessionEvent.QueryDetail
parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SessionEvent.QueryDetail
parseFrom(com.google.protobuf.CodedInputStream input)
static SessionEvent.QueryDetail
parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SessionEvent.QueryDetail
parseFrom(InputStream input)
static SessionEvent.QueryDetail
parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SessionEvent.QueryDetail
parseFrom(ByteBuffer data)
static SessionEvent.QueryDetail
parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static com.google.protobuf.Parser<SessionEvent.QueryDetail>
parser()
SessionEvent.QueryDetail.Builder
toBuilder()
void
writeTo(com.google.protobuf.CodedOutputStream output)
-
Methods inherited from class com.google.protobuf.GeneratedMessageV3
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
-
Methods inherited from class com.google.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
-
-
-
Field Detail
-
QUERY_ID_FIELD_NUMBER
public static final int QUERY_ID_FIELD_NUMBER
- See Also:
- Constant Field Values
-
QUERY_TEXT_FIELD_NUMBER
public static final int QUERY_TEXT_FIELD_NUMBER
- See Also:
- Constant Field Values
-
ENGINE_FIELD_NUMBER
public static final int ENGINE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
DURATION_FIELD_NUMBER
public static final int DURATION_FIELD_NUMBER
- See Also:
- Constant Field Values
-
RESULT_SIZE_BYTES_FIELD_NUMBER
public static final int RESULT_SIZE_BYTES_FIELD_NUMBER
- See Also:
- Constant Field Values
-
DATA_PROCESSED_BYTES_FIELD_NUMBER
public static final int DATA_PROCESSED_BYTES_FIELD_NUMBER
- See Also:
- Constant Field Values
-
-
Method Detail
-
newInstance
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
- Overrides:
newInstance
in classcom.google.protobuf.GeneratedMessageV3
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessageV3
-
getQueryId
public String getQueryId()
The unique Query id identifying the query.
string query_id = 1;
- Specified by:
getQueryId
in interfaceSessionEvent.QueryDetailOrBuilder
- Returns:
- The queryId.
-
getQueryIdBytes
public com.google.protobuf.ByteString getQueryIdBytes()
The unique Query id identifying the query.
string query_id = 1;
- Specified by:
getQueryIdBytes
in interfaceSessionEvent.QueryDetailOrBuilder
- Returns:
- The bytes for queryId.
-
getQueryText
public String getQueryText()
The query text executed.
string query_text = 2;
- Specified by:
getQueryText
in interfaceSessionEvent.QueryDetailOrBuilder
- Returns:
- The queryText.
-
getQueryTextBytes
public com.google.protobuf.ByteString getQueryTextBytes()
The query text executed.
string query_text = 2;
- Specified by:
getQueryTextBytes
in interfaceSessionEvent.QueryDetailOrBuilder
- Returns:
- The bytes for queryText.
-
getEngineValue
public int getEngineValue()
Query Execution engine.
.google.cloud.dataplex.v1.SessionEvent.QueryDetail.Engine engine = 3;
- Specified by:
getEngineValue
in interfaceSessionEvent.QueryDetailOrBuilder
- Returns:
- The enum numeric value on the wire for engine.
-
getEngine
public SessionEvent.QueryDetail.Engine getEngine()
Query Execution engine.
.google.cloud.dataplex.v1.SessionEvent.QueryDetail.Engine engine = 3;
- Specified by:
getEngine
in interfaceSessionEvent.QueryDetailOrBuilder
- Returns:
- The engine.
-
hasDuration
public boolean hasDuration()
Time taken for execution of the query.
.google.protobuf.Duration duration = 4;
- Specified by:
hasDuration
in interfaceSessionEvent.QueryDetailOrBuilder
- Returns:
- Whether the duration field is set.
-
getDuration
public com.google.protobuf.Duration getDuration()
Time taken for execution of the query.
.google.protobuf.Duration duration = 4;
- Specified by:
getDuration
in interfaceSessionEvent.QueryDetailOrBuilder
- Returns:
- The duration.
-
getDurationOrBuilder
public com.google.protobuf.DurationOrBuilder getDurationOrBuilder()
Time taken for execution of the query.
.google.protobuf.Duration duration = 4;
- Specified by:
getDurationOrBuilder
in interfaceSessionEvent.QueryDetailOrBuilder
-
getResultSizeBytes
public long getResultSizeBytes()
The size of results the query produced.
int64 result_size_bytes = 5;
- Specified by:
getResultSizeBytes
in interfaceSessionEvent.QueryDetailOrBuilder
- Returns:
- The resultSizeBytes.
-
getDataProcessedBytes
public long getDataProcessedBytes()
The data processed by the query.
int64 data_processed_bytes = 6;
- Specified by:
getDataProcessedBytes
in interfaceSessionEvent.QueryDetailOrBuilder
- Returns:
- The dataProcessedBytes.
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3
-
writeTo
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
- Specified by:
writeTo
in interfacecom.google.protobuf.MessageLite
- Overrides:
writeTo
in classcom.google.protobuf.GeneratedMessageV3
- Throws:
IOException
-
getSerializedSize
public int getSerializedSize()
- Specified by:
getSerializedSize
in interfacecom.google.protobuf.MessageLite
- Overrides:
getSerializedSize
in classcom.google.protobuf.GeneratedMessageV3
-
equals
public boolean equals(Object obj)
- Specified by:
equals
in interfacecom.google.protobuf.Message
- Overrides:
equals
in classcom.google.protobuf.AbstractMessage
-
hashCode
public int hashCode()
- Specified by:
hashCode
in interfacecom.google.protobuf.Message
- Overrides:
hashCode
in classcom.google.protobuf.AbstractMessage
-
parseFrom
public static SessionEvent.QueryDetail parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static SessionEvent.QueryDetail parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static SessionEvent.QueryDetail parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static SessionEvent.QueryDetail parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static SessionEvent.QueryDetail parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static SessionEvent.QueryDetail parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static SessionEvent.QueryDetail parseFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static SessionEvent.QueryDetail parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static SessionEvent.QueryDetail parseDelimitedFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static SessionEvent.QueryDetail parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseFrom
public static SessionEvent.QueryDetail parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static SessionEvent.QueryDetail parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
newBuilderForType
public SessionEvent.QueryDetail.Builder newBuilderForType()
- Specified by:
newBuilderForType
in interfacecom.google.protobuf.Message
- Specified by:
newBuilderForType
in interfacecom.google.protobuf.MessageLite
-
newBuilder
public static SessionEvent.QueryDetail.Builder newBuilder()
-
newBuilder
public static SessionEvent.QueryDetail.Builder newBuilder(SessionEvent.QueryDetail prototype)
-
toBuilder
public SessionEvent.QueryDetail.Builder toBuilder()
- Specified by:
toBuilder
in interfacecom.google.protobuf.Message
- Specified by:
toBuilder
in interfacecom.google.protobuf.MessageLite
-
newBuilderForType
protected SessionEvent.QueryDetail.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
- Specified by:
newBuilderForType
in classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstance
public static SessionEvent.QueryDetail getDefaultInstance()
-
parser
public static com.google.protobuf.Parser<SessionEvent.QueryDetail> parser()
-
getParserForType
public com.google.protobuf.Parser<SessionEvent.QueryDetail> getParserForType()
- Specified by:
getParserForType
in interfacecom.google.protobuf.Message
- Specified by:
getParserForType
in interfacecom.google.protobuf.MessageLite
- Overrides:
getParserForType
in classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstanceForType
public SessionEvent.QueryDetail getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
-