public static interface File.RenameEntryOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getDstPath()
optional string dst_path = 2; |
com.google.protobuf.ByteString |
getDstPathBytes()
optional string dst_path = 2; |
long |
getId()
optional int64 id = 1; |
long |
getOpTimeMs()
optional int64 op_time_ms = 3; |
boolean |
hasDstPath()
optional string dst_path = 2; |
boolean |
hasId()
optional int64 id = 1; |
boolean |
hasOpTimeMs()
optional int64 op_time_ms = 3; |
boolean hasId()
optional int64 id = 1;
long getId()
optional int64 id = 1;
boolean hasDstPath()
optional string dst_path = 2;
String getDstPath()
optional string dst_path = 2;
com.google.protobuf.ByteString getDstPathBytes()
optional string dst_path = 2;
boolean hasOpTimeMs()
optional int64 op_time_ms = 3;
long getOpTimeMs()
optional int64 op_time_ms = 3;
Copyright © 2023. All Rights Reserved.