You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: gcloud-java-contrib/gcloud-java-nio/src/main/java/com/google/gcloud/storage/contrib/nio/CloudStorageConfiguration.java
+5-4
Original file line number
Diff line number
Diff line change
@@ -6,12 +6,14 @@
6
6
7
7
importjava.util.Map;
8
8
9
-
/** CloudStorageConfiguration is the configuration class for
10
-
* {@link CloudStorageFileSystem#forBucket}. */
9
+
/**
10
+
* Configuration for a {@link CloudStorageFileSystem} instance.
11
+
*/
11
12
@AutoValue
12
13
publicabstractclassCloudStorageConfiguration {
13
14
14
-
/** Returns the path of the current working directory. Defaults to the root directory.
15
+
/**
16
+
* Returns path of the current working directory. This defaults to the root directory.
15
17
*/
16
18
publicabstractStringworkingDirectory();
17
19
@@ -107,7 +109,6 @@ public Builder blockSize(int value) {
107
109
returnthis;
108
110
}
109
111
110
-
111
112
/** Creates a new instance, but does not destroy the builder.
Copy file name to clipboardExpand all lines: gcloud-java-contrib/gcloud-java-nio/src/main/java/com/google/gcloud/storage/contrib/nio/CloudStorageFileAttributeView.java
Copy file name to clipboardExpand all lines: gcloud-java-contrib/gcloud-java-nio/src/main/java/com/google/gcloud/storage/contrib/nio/CloudStorageFileSystem.java
+37-26
Original file line number
Diff line number
Diff line change
@@ -57,8 +57,8 @@ public static CloudStorageFileSystem forBucket(String bucket) {
0 commit comments