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 Type
    Method
    Description
    / File content of the file to be cached
    com.google.protobuf.ByteString
    / File content of the file to be cached
    / File path of the file to be cached
    com.google.protobuf.ByteString
    / File path of the file to be cached
    boolean
    / Specifies if the file is closed
    / Specifies the status of the file
    int
    / Specifies the status of the file

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods 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

       / Specifies the status of the file
       
      .gauge.messages.CacheFileRequest.FileStatus status = 4;
      Returns:
      The status.