public static interface Service.FileInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
long |
getFileSize()
Size in bytes.
|
boolean |
getIsDir()
Whether the path is a directory.
|
String |
getPath()
Path relative to the root artifact directory run.
|
com.google.protobuf.ByteString |
getPathBytes()
Path relative to the root artifact directory run.
|
boolean |
hasFileSize()
Size in bytes.
|
boolean |
hasIsDir()
Whether the path is a directory.
|
boolean |
hasPath()
Path relative to the root artifact directory run.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasPath()
Path relative to the root artifact directory run.
optional string path = 1;
String getPath()
Path relative to the root artifact directory run.
optional string path = 1;
com.google.protobuf.ByteString getPathBytes()
Path relative to the root artifact directory run.
optional string path = 1;
boolean hasIsDir()
Whether the path is a directory.
optional bool is_dir = 2;
boolean getIsDir()
Whether the path is a directory.
optional bool is_dir = 2;
boolean hasFileSize()
Size in bytes. Unset for directories.
optional int64 file_size = 3;
long getFileSize()
Size in bytes. Unset for directories.
optional int64 file_size = 3;
Copyright © 2018. All rights reserved.