public interface OpenFileDetailsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getCommand()
Opened file command.
|
com.google.protobuf.ByteString |
getCommandBytes()
Opened file command.
|
String |
getFilePath()
Opened file file path.
|
com.google.protobuf.ByteString |
getFilePathBytes()
Opened file file path.
|
String |
getFileType()
Opened file file type.
|
com.google.protobuf.ByteString |
getFileTypeBytes()
Opened file file type.
|
String |
getUser()
Opened file user.
|
com.google.protobuf.ByteString |
getUserBytes()
Opened file user.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getCommand()
Opened file command.
string command = 1;com.google.protobuf.ByteString getCommandBytes()
Opened file command.
string command = 1;String getUser()
Opened file user.
string user = 2;com.google.protobuf.ByteString getUserBytes()
Opened file user.
string user = 2;String getFileType()
Opened file file type.
string file_type = 3;com.google.protobuf.ByteString getFileTypeBytes()
Opened file file type.
string file_type = 3;String getFilePath()
Opened file file path.
string file_path = 4;com.google.protobuf.ByteString getFilePathBytes()
Opened file file path.
string file_path = 4;Copyright © 2024 Google LLC. All rights reserved.