Interface ShelvedPathProto.ShelvedPathPBOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
ShelvedPathProto.ShelvedPathPB, ShelvedPathProto.ShelvedPathPB.Builder
Enclosing class:
ShelvedPathProto

public static interface ShelvedPathProto.ShelvedPathPBOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • hasQualifiedPath

      boolean hasQualifiedPath()
      .common.protobuf.QualifiedPathPB qualifiedPath = 1;
      Returns:
      Whether the qualifiedPath field is set.
    • getQualifiedPath

      .common.protobuf.QualifiedPathPB qualifiedPath = 1;
      Returns:
      The qualifiedPath.
    • getQualifiedPathOrBuilder

      QualifiedPathProto.QualifiedPathPBOrBuilder getQualifiedPathOrBuilder()
      .common.protobuf.QualifiedPathPB qualifiedPath = 1;
    • hasStringPath

      boolean hasStringPath()
      .common.protobuf.StringPathPB stringPath = 2;
      Returns:
      Whether the stringPath field is set.
    • getStringPath

      .common.protobuf.StringPathPB stringPath = 2;
      Returns:
      The stringPath.
    • getStringPathOrBuilder

      StringPathProto.StringPathPBOrBuilder getStringPathOrBuilder()
      .common.protobuf.StringPathPB stringPath = 2;
    • hasUser

      boolean hasUser()
      .common.protobuf.QualifiedPathPB user = 3;
      Returns:
      Whether the user field is set.
    • getUser

      .common.protobuf.QualifiedPathPB user = 3;
      Returns:
      The user.
    • getUserOrBuilder

      .common.protobuf.QualifiedPathPB user = 3;
    • getShelveTime

      long getShelveTime()
      int64 shelveTime = 4;
      Returns:
      The shelveTime.
    • getExpiration

      long getExpiration()
      int64 expiration = 5;
      Returns:
      The expiration.
    • getHitCount

      int getHitCount()
      int32 hitCount = 6;
      Returns:
      The hitCount.
    • getPathCase