Interface ShelveInfoOrBuilder

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

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getShelvedBy()
      optional string shelvedBy = 1;
      com.google.protobuf.ByteString getShelvedByBytes()
      optional string shelvedBy = 1;
      com.google.protobuf.Timestamp getShelveExpiration()
      when the shelving will expire (can be unset which means that it will never expire)
      com.google.protobuf.TimestampOrBuilder getShelveExpirationOrBuilder()
      when the shelving will expire (can be unset which means that it will never expire)
      String getShelveMessage()
      optional string shelveMessage = 2;
      com.google.protobuf.ByteString getShelveMessageBytes()
      optional string shelveMessage = 2;
      com.google.protobuf.Timestamp getShelveTime()
      optional .google.protobuf.Timestamp shelveTime = 3;
      com.google.protobuf.TimestampOrBuilder getShelveTimeOrBuilder()
      optional .google.protobuf.Timestamp shelveTime = 3;
      boolean hasShelvedBy()
      optional string shelvedBy = 1;
      boolean hasShelveExpiration()
      when the shelving will expire (can be unset which means that it will never expire)
      boolean hasShelveMessage()
      optional string shelveMessage = 2;
      boolean hasShelveTime()
      optional .google.protobuf.Timestamp shelveTime = 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 Detail

      • hasShelvedBy

        boolean hasShelvedBy()
        optional string shelvedBy = 1;
      • getShelvedBy

        String getShelvedBy()
        optional string shelvedBy = 1;
      • getShelvedByBytes

        com.google.protobuf.ByteString getShelvedByBytes()
        optional string shelvedBy = 1;
      • hasShelveMessage

        boolean hasShelveMessage()
        optional string shelveMessage = 2;
      • getShelveMessage

        String getShelveMessage()
        optional string shelveMessage = 2;
      • getShelveMessageBytes

        com.google.protobuf.ByteString getShelveMessageBytes()
        optional string shelveMessage = 2;
      • hasShelveTime

        boolean hasShelveTime()
        optional .google.protobuf.Timestamp shelveTime = 3;
      • getShelveTime

        com.google.protobuf.Timestamp getShelveTime()
        optional .google.protobuf.Timestamp shelveTime = 3;
      • getShelveTimeOrBuilder

        com.google.protobuf.TimestampOrBuilder getShelveTimeOrBuilder()
        optional .google.protobuf.Timestamp shelveTime = 3;
      • hasShelveExpiration

        boolean hasShelveExpiration()
        when the shelving will expire (can be unset which means that it will never expire)
         
        optional .google.protobuf.Timestamp shelveExpiration = 4;
      • getShelveExpiration

        com.google.protobuf.Timestamp getShelveExpiration()
        when the shelving will expire (can be unset which means that it will never expire)
         
        optional .google.protobuf.Timestamp shelveExpiration = 4;
      • getShelveExpirationOrBuilder

        com.google.protobuf.TimestampOrBuilder getShelveExpirationOrBuilder()
        when the shelving will expire (can be unset which means that it will never expire)
         
        optional .google.protobuf.Timestamp shelveExpiration = 4;