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 classSessionEvent.QueryDetail.BuilderExecution details of the query.static classSessionEvent.QueryDetail.EngineQuery 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 intDATA_PROCESSED_BYTES_FIELD_NUMBERstatic intDURATION_FIELD_NUMBERstatic intENGINE_FIELD_NUMBERstatic intQUERY_ID_FIELD_NUMBERstatic intQUERY_TEXT_FIELD_NUMBERstatic intRESULT_SIZE_BYTES_FIELD_NUMBER
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)longgetDataProcessedBytes()The data processed by the query.static SessionEvent.QueryDetailgetDefaultInstance()SessionEvent.QueryDetailgetDefaultInstanceForType()static com.google.protobuf.Descriptors.DescriptorgetDescriptor()com.google.protobuf.DurationgetDuration()Time taken for execution of the query.com.google.protobuf.DurationOrBuildergetDurationOrBuilder()Time taken for execution of the query.SessionEvent.QueryDetail.EnginegetEngine()Query Execution engine.intgetEngineValue()Query Execution engine.com.google.protobuf.Parser<SessionEvent.QueryDetail>getParserForType()StringgetQueryId()The unique Query id identifying the query.com.google.protobuf.ByteStringgetQueryIdBytes()The unique Query id identifying the query.StringgetQueryText()The query text executed.com.google.protobuf.ByteStringgetQueryTextBytes()The query text executed.longgetResultSizeBytes()The size of results the query produced.intgetSerializedSize()booleanhasDuration()Time taken for execution of the query.inthashCode()protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()static SessionEvent.QueryDetail.BuildernewBuilder()static SessionEvent.QueryDetail.BuildernewBuilder(SessionEvent.QueryDetail prototype)SessionEvent.QueryDetail.BuildernewBuilderForType()protected SessionEvent.QueryDetail.BuildernewBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)protected ObjectnewInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)static SessionEvent.QueryDetailparseDelimitedFrom(InputStream input)static SessionEvent.QueryDetailparseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SessionEvent.QueryDetailparseFrom(byte[] data)static SessionEvent.QueryDetailparseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SessionEvent.QueryDetailparseFrom(com.google.protobuf.ByteString data)static SessionEvent.QueryDetailparseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SessionEvent.QueryDetailparseFrom(com.google.protobuf.CodedInputStream input)static SessionEvent.QueryDetailparseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SessionEvent.QueryDetailparseFrom(InputStream input)static SessionEvent.QueryDetailparseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SessionEvent.QueryDetailparseFrom(ByteBuffer data)static SessionEvent.QueryDetailparseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static com.google.protobuf.Parser<SessionEvent.QueryDetail>parser()SessionEvent.QueryDetail.BuildertoBuilder()voidwriteTo(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:
newInstancein classcom.google.protobuf.GeneratedMessageV3
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3
-
getQueryId
public String getQueryId()
The unique Query id identifying the query.
string query_id = 1;- Specified by:
getQueryIdin 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:
getQueryIdBytesin interfaceSessionEvent.QueryDetailOrBuilder- Returns:
- The bytes for queryId.
-
getQueryText
public String getQueryText()
The query text executed.
string query_text = 2;- Specified by:
getQueryTextin interfaceSessionEvent.QueryDetailOrBuilder- Returns:
- The queryText.
-
getQueryTextBytes
public com.google.protobuf.ByteString getQueryTextBytes()
The query text executed.
string query_text = 2;- Specified by:
getQueryTextBytesin 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:
getEngineValuein 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:
getEnginein interfaceSessionEvent.QueryDetailOrBuilder- Returns:
- The engine.
-
hasDuration
public boolean hasDuration()
Time taken for execution of the query.
.google.protobuf.Duration duration = 4;- Specified by:
hasDurationin 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:
getDurationin 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:
getDurationOrBuilderin interfaceSessionEvent.QueryDetailOrBuilder
-
getResultSizeBytes
public long getResultSizeBytes()
The size of results the query produced.
int64 result_size_bytes = 5;- Specified by:
getResultSizeBytesin interfaceSessionEvent.QueryDetailOrBuilder- Returns:
- The resultSizeBytes.
-
getDataProcessedBytes
public long getDataProcessedBytes()
The data processed by the query.
int64 data_processed_bytes = 6;- Specified by:
getDataProcessedBytesin interfaceSessionEvent.QueryDetailOrBuilder- Returns:
- The dataProcessedBytes.
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3
-
writeTo
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException- Specified by:
writeToin interfacecom.google.protobuf.MessageLite- Overrides:
writeToin classcom.google.protobuf.GeneratedMessageV3- Throws:
IOException
-
getSerializedSize
public int getSerializedSize()
- Specified by:
getSerializedSizein interfacecom.google.protobuf.MessageLite- Overrides:
getSerializedSizein classcom.google.protobuf.GeneratedMessageV3
-
equals
public boolean equals(Object obj)
- Specified by:
equalsin interfacecom.google.protobuf.Message- Overrides:
equalsin classcom.google.protobuf.AbstractMessage
-
hashCode
public int hashCode()
- Specified by:
hashCodein interfacecom.google.protobuf.Message- Overrides:
hashCodein 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:
newBuilderForTypein interfacecom.google.protobuf.Message- Specified by:
newBuilderForTypein 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:
toBuilderin interfacecom.google.protobuf.Message- Specified by:
toBuilderin interfacecom.google.protobuf.MessageLite
-
newBuilderForType
protected SessionEvent.QueryDetail.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
- Specified by:
newBuilderForTypein 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:
getParserForTypein interfacecom.google.protobuf.Message- Specified by:
getParserForTypein interfacecom.google.protobuf.MessageLite- Overrides:
getParserForTypein classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstanceForType
public SessionEvent.QueryDetail getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
-