Package gauge.messages
Interface Messages.CacheFileRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Messages.CacheFileRequest,Messages.CacheFileRequest.Builder
- Enclosing class:
- Messages
public static interface Messages.CacheFileRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescription/ File content of the file to be cachedcom.google.protobuf.ByteString/ File content of the file to be cached/ File path of the file to be cachedcom.google.protobuf.ByteString/ File path of the file to be cachedboolean/ Specifies if the file is closed/ Specifies the status of the fileint/ Specifies the status of the fileMethods 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
-
getContent
String getContent()/ File content of the file to be cached
string content = 1;- Returns:
- The content.
-
getContentBytes
com.google.protobuf.ByteString getContentBytes()/ File content of the file to be cached
string content = 1;- Returns:
- The bytes for content.
-
getFilePath
String getFilePath()/ File path of the file to be cached
string filePath = 2;- Returns:
- The filePath.
-
getFilePathBytes
com.google.protobuf.ByteString getFilePathBytes()/ File path of the file to be cached
string filePath = 2;- Returns:
- The bytes for filePath.
-
getIsClosed
boolean getIsClosed()/ Specifies if the file is closed
bool isClosed = 3;- Returns:
- The isClosed.
-
getStatusValue
int getStatusValue()/ Specifies the status of the file
.gauge.messages.CacheFileRequest.FileStatus status = 4;- Returns:
- The enum numeric value on the wire for status.
-
getStatus
Messages.CacheFileRequest.FileStatus getStatus()/ Specifies the status of the file
.gauge.messages.CacheFileRequest.FileStatus status = 4;- Returns:
- The status.
-