Interface FetchFileRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
FetchFileRequest,FetchFileRequest.Builder
public interface FetchFileRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetEtag()If present, tells the server to not send a result if the etag matches the current file's content.com.google.protobuf.ByteStringIf present, tells the server to not send a result if the etag matches the current file's content.getPath()The path to the file to readcom.google.protobuf.ByteStringThe path to the file to readbooleanhasEtag()If present, tells the server to not send a result if the etag matches the current file's content.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getPath
String getPath()The path to the file to read
string path = 1;- Returns:
- The path.
-
getPathBytes
com.google.protobuf.ByteString getPathBytes()The path to the file to read
string path = 1;- Returns:
- The bytes for path.
-
hasEtag
boolean hasEtag()If present, tells the server to not send a result if the etag matches the current file's content.
optional string etag = 2;- Returns:
- Whether the etag field is set.
-
getEtag
String getEtag()If present, tells the server to not send a result if the etag matches the current file's content.
optional string etag = 2;- Returns:
- The etag.
-
getEtagBytes
com.google.protobuf.ByteString getEtagBytes()If present, tells the server to not send a result if the etag matches the current file's content.
optional string etag = 2;- Returns:
- The bytes for etag.
-