Interface RemoteFileOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
RemoteFile, RemoteFile.Builder

public interface RemoteFileOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    optional bool isDirectory = 2;
    com.google.protobuf.Timestamp
    optional .google.protobuf.Timestamp modified = 4;
    com.google.protobuf.TimestampOrBuilder
    optional .google.protobuf.Timestamp modified = 4;
    optional string name = 1;
    com.google.protobuf.ByteString
    optional string name = 1;
    long
    optional uint64 size = 3;
    boolean
    optional bool isDirectory = 2;
    boolean
    optional .google.protobuf.Timestamp modified = 4;
    boolean
    optional string name = 1;
    boolean
    optional uint64 size = 3;

    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

    • hasName

      boolean hasName()
      optional string name = 1;
      Returns:
      Whether the name field is set.
    • getName

      String getName()
      optional string name = 1;
      Returns:
      The name.
    • getNameBytes

      com.google.protobuf.ByteString getNameBytes()
      optional string name = 1;
      Returns:
      The bytes for name.
    • hasIsDirectory

      boolean hasIsDirectory()
      optional bool isDirectory = 2;
      Returns:
      Whether the isDirectory field is set.
    • getIsDirectory

      boolean getIsDirectory()
      optional bool isDirectory = 2;
      Returns:
      The isDirectory.
    • hasSize

      boolean hasSize()
      optional uint64 size = 3;
      Returns:
      Whether the size field is set.
    • getSize

      long getSize()
      optional uint64 size = 3;
      Returns:
      The size.
    • hasModified

      boolean hasModified()
      optional .google.protobuf.Timestamp modified = 4;
      Returns:
      Whether the modified field is set.
    • getModified

      com.google.protobuf.Timestamp getModified()
      optional .google.protobuf.Timestamp modified = 4;
      Returns:
      The modified.
    • getModifiedOrBuilder

      com.google.protobuf.TimestampOrBuilder getModifiedOrBuilder()
      optional .google.protobuf.Timestamp modified = 4;