public static interface File.RenameEntryOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getDstPath()
Deprecated, use new_parent_id/new_name instead
|
com.google.protobuf.ByteString |
getDstPathBytes()
Deprecated, use new_parent_id/new_name instead
|
long |
getId()
optional int64 id = 1; |
String |
getNewName()
optional string new_name = 5; |
com.google.protobuf.ByteString |
getNewNameBytes()
optional string new_name = 5; |
long |
getNewParentId()
optional int64 new_parent_id = 4; |
String |
getNewPath()
optional string new_path = 7; |
com.google.protobuf.ByteString |
getNewPathBytes()
optional string new_path = 7; |
long |
getOpTimeMs()
optional int64 op_time_ms = 3; |
String |
getPath()
optional string path = 6; |
com.google.protobuf.ByteString |
getPathBytes()
optional string path = 6; |
boolean |
hasDstPath()
Deprecated, use new_parent_id/new_name instead
|
boolean |
hasId()
optional int64 id = 1; |
boolean |
hasNewName()
optional string new_name = 5; |
boolean |
hasNewParentId()
optional int64 new_parent_id = 4; |
boolean |
hasNewPath()
optional string new_path = 7; |
boolean |
hasOpTimeMs()
optional int64 op_time_ms = 3; |
boolean |
hasPath()
optional string path = 6; |
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 hasDstPath()
Deprecated, use new_parent_id/new_name instead
optional string dst_path = 2;
String getDstPath()
Deprecated, use new_parent_id/new_name instead
optional string dst_path = 2;
com.google.protobuf.ByteString getDstPathBytes()
Deprecated, use new_parent_id/new_name instead
optional string dst_path = 2;
boolean hasOpTimeMs()
optional int64 op_time_ms = 3;
long getOpTimeMs()
optional int64 op_time_ms = 3;
boolean hasNewParentId()
optional int64 new_parent_id = 4;
long getNewParentId()
optional int64 new_parent_id = 4;
boolean hasNewName()
optional string new_name = 5;
String getNewName()
optional string new_name = 5;
com.google.protobuf.ByteString getNewNameBytes()
optional string new_name = 5;
boolean hasPath()
optional string path = 6;
String getPath()
optional string path = 6;
com.google.protobuf.ByteString getPathBytes()
optional string path = 6;
boolean hasNewPath()
optional string new_path = 7;
String getNewPath()
optional string new_path = 7;
com.google.protobuf.ByteString getNewPathBytes()
optional string new_path = 7;
Copyright © 2023. All Rights Reserved.