Class BlobMetadata

    • Method Detail

      • blobId

        public final String blobId()

        The full ID of the blob.

        Returns:
        The full ID of the blob.
      • path

        public final String path()

        The path to the blob and associated file name, if any.

        Returns:
        The path to the blob and associated file name, if any.
      • mode

        public final String mode()

        The file mode permissions of the blob. File mode permission codes include:

        • 100644 indicates read/write

        • 100755 indicates read/write/execute

        • 160000 indicates a submodule

        • 120000 indicates a symlink

        Returns:
        The file mode permissions of the blob. File mode permission codes include:

        • 100644 indicates read/write

        • 100755 indicates read/write/execute

        • 160000 indicates a submodule

        • 120000 indicates a symlink

      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)