public static final class HistoryLoggerProtos.ManifestEntryProto extends com.google.protobuf.GeneratedMessage implements HistoryLoggerProtos.ManifestEntryProtoOrBuilder
ManifestEntryProto| Modifier and Type | Class and Description |
|---|---|
static class |
HistoryLoggerProtos.ManifestEntryProto.Builder
Protobuf type
ManifestEntryProto |
com.google.protobuf.GeneratedMessage.BuilderParent, com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessage.ExtendableBuilder>, com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.FieldAccessorTable, com.google.protobuf.GeneratedMessage.GeneratedExtension<ContainingType extends com.google.protobuf.Message,Type>| Modifier and Type | Field and Description |
|---|---|
static int |
APP_FILE_PATH_FIELD_NUMBER |
static int |
APP_ID_FIELD_NUMBER |
static int |
APP_LAUNCHED_EVENT_OFFSET_FIELD_NUMBER |
static int |
DAG_FILE_PATH_FIELD_NUMBER |
static int |
DAG_FINISHED_EVENT_OFFSET_FIELD_NUMBER |
static int |
DAG_ID_FIELD_NUMBER |
static int |
DAG_SUBMITTED_EVENT_OFFSET_FIELD_NUMBER |
static com.google.protobuf.Parser<HistoryLoggerProtos.ManifestEntryProto> |
PARSER |
static int |
WRITETIME_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
String |
getAppFilePath()
optional string app_file_path = 7; |
com.google.protobuf.ByteString |
getAppFilePathBytes()
optional string app_file_path = 7; |
String |
getAppId()
optional string app_id = 2; |
com.google.protobuf.ByteString |
getAppIdBytes()
optional string app_id = 2; |
long |
getAppLaunchedEventOffset()
optional int64 app_launched_event_offset = 8; |
String |
getDagFilePath()
optional string dag_file_path = 5; |
com.google.protobuf.ByteString |
getDagFilePathBytes()
optional string dag_file_path = 5; |
long |
getDagFinishedEventOffset()
optional int64 dag_finished_event_offset = 4; |
String |
getDagId()
optional string dag_id = 1; |
com.google.protobuf.ByteString |
getDagIdBytes()
optional string dag_id = 1; |
long |
getDagSubmittedEventOffset()
optional int64 dag_submitted_event_offset = 3; |
static HistoryLoggerProtos.ManifestEntryProto |
getDefaultInstance() |
HistoryLoggerProtos.ManifestEntryProto |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Parser<HistoryLoggerProtos.ManifestEntryProto> |
getParserForType() |
int |
getSerializedSize() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
long |
getWriteTime()
optional int64 writeTime = 6; |
boolean |
hasAppFilePath()
optional string app_file_path = 7; |
boolean |
hasAppId()
optional string app_id = 2; |
boolean |
hasAppLaunchedEventOffset()
optional int64 app_launched_event_offset = 8; |
boolean |
hasDagFilePath()
optional string dag_file_path = 5; |
boolean |
hasDagFinishedEventOffset()
optional int64 dag_finished_event_offset = 4; |
boolean |
hasDagId()
optional string dag_id = 1; |
boolean |
hasDagSubmittedEventOffset()
optional int64 dag_submitted_event_offset = 3; |
boolean |
hasWriteTime()
optional int64 writeTime = 6; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static HistoryLoggerProtos.ManifestEntryProto.Builder |
newBuilder() |
static HistoryLoggerProtos.ManifestEntryProto.Builder |
newBuilder(HistoryLoggerProtos.ManifestEntryProto prototype) |
HistoryLoggerProtos.ManifestEntryProto.Builder |
newBuilderForType() |
protected HistoryLoggerProtos.ManifestEntryProto.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
static HistoryLoggerProtos.ManifestEntryProto |
parseDelimitedFrom(InputStream input) |
static HistoryLoggerProtos.ManifestEntryProto |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HistoryLoggerProtos.ManifestEntryProto |
parseFrom(byte[] data) |
static HistoryLoggerProtos.ManifestEntryProto |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HistoryLoggerProtos.ManifestEntryProto |
parseFrom(com.google.protobuf.ByteString data) |
static HistoryLoggerProtos.ManifestEntryProto |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HistoryLoggerProtos.ManifestEntryProto |
parseFrom(com.google.protobuf.CodedInputStream input) |
static HistoryLoggerProtos.ManifestEntryProto |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HistoryLoggerProtos.ManifestEntryProto |
parseFrom(InputStream input) |
static HistoryLoggerProtos.ManifestEntryProto |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
HistoryLoggerProtos.ManifestEntryProto.Builder |
toBuilder() |
protected Object |
writeReplace() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
getAllFields, getDescriptorForType, getField, getRepeatedField, getRepeatedFieldCount, hasField, makeExtensionsImmutable, newFileScopedGeneratedExtension, newMessageScopedGeneratedExtension, parseUnknownFieldequals, findInitializationErrors, getInitializationErrorString, hashBoolean, hashCode, hashEnum, hashEnumList, hashFields, hashLong, toStringtoByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static com.google.protobuf.Parser<HistoryLoggerProtos.ManifestEntryProto> PARSER
public static final int DAG_ID_FIELD_NUMBER
public static final int APP_ID_FIELD_NUMBER
public static final int DAG_SUBMITTED_EVENT_OFFSET_FIELD_NUMBER
public static final int DAG_FINISHED_EVENT_OFFSET_FIELD_NUMBER
public static final int DAG_FILE_PATH_FIELD_NUMBER
public static final int WRITETIME_FIELD_NUMBER
public static final int APP_FILE_PATH_FIELD_NUMBER
public static final int APP_LAUNCHED_EVENT_OFFSET_FIELD_NUMBER
public static HistoryLoggerProtos.ManifestEntryProto getDefaultInstance()
public HistoryLoggerProtos.ManifestEntryProto getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessagepublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessagepublic com.google.protobuf.Parser<HistoryLoggerProtos.ManifestEntryProto> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessagepublic boolean hasDagId()
optional string dag_id = 1;hasDagId in interface HistoryLoggerProtos.ManifestEntryProtoOrBuilderpublic String getDagId()
optional string dag_id = 1;getDagId in interface HistoryLoggerProtos.ManifestEntryProtoOrBuilderpublic com.google.protobuf.ByteString getDagIdBytes()
optional string dag_id = 1;getDagIdBytes in interface HistoryLoggerProtos.ManifestEntryProtoOrBuilderpublic boolean hasAppId()
optional string app_id = 2;hasAppId in interface HistoryLoggerProtos.ManifestEntryProtoOrBuilderpublic String getAppId()
optional string app_id = 2;getAppId in interface HistoryLoggerProtos.ManifestEntryProtoOrBuilderpublic com.google.protobuf.ByteString getAppIdBytes()
optional string app_id = 2;getAppIdBytes in interface HistoryLoggerProtos.ManifestEntryProtoOrBuilderpublic boolean hasDagSubmittedEventOffset()
optional int64 dag_submitted_event_offset = 3;hasDagSubmittedEventOffset in interface HistoryLoggerProtos.ManifestEntryProtoOrBuilderpublic long getDagSubmittedEventOffset()
optional int64 dag_submitted_event_offset = 3;getDagSubmittedEventOffset in interface HistoryLoggerProtos.ManifestEntryProtoOrBuilderpublic boolean hasDagFinishedEventOffset()
optional int64 dag_finished_event_offset = 4;hasDagFinishedEventOffset in interface HistoryLoggerProtos.ManifestEntryProtoOrBuilderpublic long getDagFinishedEventOffset()
optional int64 dag_finished_event_offset = 4;getDagFinishedEventOffset in interface HistoryLoggerProtos.ManifestEntryProtoOrBuilderpublic boolean hasDagFilePath()
optional string dag_file_path = 5;hasDagFilePath in interface HistoryLoggerProtos.ManifestEntryProtoOrBuilderpublic String getDagFilePath()
optional string dag_file_path = 5;getDagFilePath in interface HistoryLoggerProtos.ManifestEntryProtoOrBuilderpublic com.google.protobuf.ByteString getDagFilePathBytes()
optional string dag_file_path = 5;getDagFilePathBytes in interface HistoryLoggerProtos.ManifestEntryProtoOrBuilderpublic boolean hasWriteTime()
optional int64 writeTime = 6;hasWriteTime in interface HistoryLoggerProtos.ManifestEntryProtoOrBuilderpublic long getWriteTime()
optional int64 writeTime = 6;getWriteTime in interface HistoryLoggerProtos.ManifestEntryProtoOrBuilderpublic boolean hasAppFilePath()
optional string app_file_path = 7;hasAppFilePath in interface HistoryLoggerProtos.ManifestEntryProtoOrBuilderpublic String getAppFilePath()
optional string app_file_path = 7;getAppFilePath in interface HistoryLoggerProtos.ManifestEntryProtoOrBuilderpublic com.google.protobuf.ByteString getAppFilePathBytes()
optional string app_file_path = 7;getAppFilePathBytes in interface HistoryLoggerProtos.ManifestEntryProtoOrBuilderpublic boolean hasAppLaunchedEventOffset()
optional int64 app_launched_event_offset = 8;hasAppLaunchedEventOffset in interface HistoryLoggerProtos.ManifestEntryProtoOrBuilderpublic long getAppLaunchedEventOffset()
optional int64 app_launched_event_offset = 8;getAppLaunchedEventOffset in interface HistoryLoggerProtos.ManifestEntryProtoOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessagepublic void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.AbstractMessageIOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.AbstractMessageprotected Object writeReplace() throws ObjectStreamException
writeReplace in class com.google.protobuf.GeneratedMessageObjectStreamExceptionpublic static HistoryLoggerProtos.ManifestEntryProto parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static HistoryLoggerProtos.ManifestEntryProto parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static HistoryLoggerProtos.ManifestEntryProto parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static HistoryLoggerProtos.ManifestEntryProto parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static HistoryLoggerProtos.ManifestEntryProto parseFrom(InputStream input) throws IOException
IOExceptionpublic static HistoryLoggerProtos.ManifestEntryProto parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static HistoryLoggerProtos.ManifestEntryProto parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static HistoryLoggerProtos.ManifestEntryProto parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static HistoryLoggerProtos.ManifestEntryProto parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static HistoryLoggerProtos.ManifestEntryProto parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static HistoryLoggerProtos.ManifestEntryProto.Builder newBuilder()
public HistoryLoggerProtos.ManifestEntryProto.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static HistoryLoggerProtos.ManifestEntryProto.Builder newBuilder(HistoryLoggerProtos.ManifestEntryProto prototype)
public HistoryLoggerProtos.ManifestEntryProto.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected HistoryLoggerProtos.ManifestEntryProto.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageCopyright © 2020 Apache Software Foundation. All rights reserved.