public static interface File.PersistFileEntryOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
long |
getId()
optional int64 id = 1; |
long |
getLength()
optional int64 length = 2; |
long |
getOpTimeMs()
optional int64 op_time_ms = 3; |
boolean |
hasId()
optional int64 id = 1; |
boolean |
hasLength()
optional int64 length = 2; |
boolean |
hasOpTimeMs()
optional int64 op_time_ms = 3; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasId()
optional int64 id = 1;
long getId()
optional int64 id = 1;
boolean hasLength()
optional int64 length = 2;
long getLength()
optional int64 length = 2;
boolean hasOpTimeMs()
optional int64 op_time_ms = 3;
long getOpTimeMs()
optional int64 op_time_ms = 3;
Copyright © 2023. All Rights Reserved.