Class VerificationAttributes


  • public class VerificationAttributes
    extends Object
    GCS provided validation attributes for a single object.
    • Constructor Detail

      • VerificationAttributes

        public VerificationAttributes​(@Nullable
                                      byte[] md5hash,
                                      @Nullable
                                      byte[] crc32c)
    • Method Detail

      • getMd5hash

        @Nullable
        public byte[] getMd5hash()
        MD5 hash of an object, if available.
      • getCrc32c

        @Nullable
        public byte[] getCrc32c()
        CRC32c checksum of an object, if available.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object