Interface HourPackageMetadataOrBuilder

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

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getDate()
      string date = 2;
      com.google.protobuf.ByteString getDateBytes()
      string date = 2;
      String getEtag()
      string etag = 4;
      com.google.protobuf.ByteString getEtagBytes()
      string etag = 4;
      int getHour()
      int32 hour = 3;
      String getRegion()
      string region = 1;
      com.google.protobuf.ByteString getRegionBytes()
      string region = 1;
      • 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

      • getRegion

        String getRegion()
        string region = 1;
        Returns:
        The region.
      • getRegionBytes

        com.google.protobuf.ByteString getRegionBytes()
        string region = 1;
        Returns:
        The bytes for region.
      • getDate

        String getDate()
        string date = 2;
        Returns:
        The date.
      • getDateBytes

        com.google.protobuf.ByteString getDateBytes()
        string date = 2;
        Returns:
        The bytes for date.
      • getHour

        int getHour()
        int32 hour = 3;
        Returns:
        The hour.
      • getEtag

        String getEtag()
        string etag = 4;
        Returns:
        The etag.
      • getEtagBytes

        com.google.protobuf.ByteString getEtagBytes()
        string etag = 4;
        Returns:
        The bytes for etag.