[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-16 UTC."],[],[],null,["# Class CloudStorageFileAttributeView (0.128.2)\n\nVersion latestkeyboard_arrow_down\n\n- [0.128.2 (latest)](/java/docs/reference/google-cloud-nio/latest/com.google.cloud.storage.contrib.nio.CloudStorageFileAttributeView)\n- [0.128.1](/java/docs/reference/google-cloud-nio/0.128.1/com.google.cloud.storage.contrib.nio.CloudStorageFileAttributeView)\n- [0.127.38](/java/docs/reference/google-cloud-nio/0.127.38/com.google.cloud.storage.contrib.nio.CloudStorageFileAttributeView)\n- [0.126.19](/java/docs/reference/google-cloud-nio/0.126.19/com.google.cloud.storage.contrib.nio.CloudStorageFileAttributeView)\n- [0.125.0](/java/docs/reference/google-cloud-nio/0.125.0/com.google.cloud.storage.contrib.nio.CloudStorageFileAttributeView)\n- [0.124.21](/java/docs/reference/google-cloud-nio/0.124.21/com.google.cloud.storage.contrib.nio.CloudStorageFileAttributeView)\n- [0.123.28](/java/docs/reference/google-cloud-nio/0.123.28/com.google.cloud.storage.contrib.nio.CloudStorageFileAttributeView) \n\n public final class CloudStorageFileAttributeView implements BasicFileAttributeView\n\nMetadata view for a Google Cloud Storage object. \n\nInheritance\n-----------\n\n[Object](https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html) \\\u003e CloudStorageFileAttributeView \n\nImplements\n----------\n\n[BasicFileAttributeView](https://docs.oracle.com/javase/8/docs/api/java/nio/file/attribute/BasicFileAttributeView.html) \n\nInherited Members\n-----------------\n\n[Object.clone()](https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--) \n[Object.equals(Object)](https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-) \n[Object.finalize()](https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--) \n[Object.getClass()](https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--) \n[Object.hashCode()](https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--) \n[Object.notify()](https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--) \n[Object.notifyAll()](https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--) \n[Object.toString()](https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--) \n[Object.wait()](https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--) \n[Object.wait(long)](https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-) \n[Object.wait(long,int)](https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-)\n\nMethods\n-------\n\n### equals(Object other)\n\n public boolean equals(Object other)\n\n**Overrides** \n[Object.equals(Object)](https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-)\n\n### hashCode()\n\n public int hashCode()\n\n**Overrides** \n[Object.hashCode()](https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--)\n\n### name()\n\n public String name()\n\nReturns {@value CloudStorageFileSystem#GCS_VIEW}.\n\n### readAttributes()\n\n public CloudStorageFileAttributes readAttributes()\n\n### setTimes(FileTime lastModifiedTime, FileTime lastAccessTime, FileTime createTime)\n\n public void setTimes(FileTime lastModifiedTime, FileTime lastAccessTime, FileTime createTime)\n\nThis feature is not supported, since Cloud Storage objects are immutable.\n\n### toString()\n\n public String toString()\n\n**Overrides** \n[Object.toString()](https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--)"]]