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: clients/google-api-services-firebasestorage/v1beta/2.0.0/com/google/api/services/firebasestorage/v1beta/model/DefaultBucket.java
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -47,7 +47,7 @@ public final class DefaultBucket extends com.google.api.client.json.GenericJson
47
47
privatejava.lang.Stringlocation;
48
48
49
49
/**
50
-
* Resource name of the default bucket.
50
+
* Identifier. Resource name of the default bucket.
51
51
* The value may be {@code null}.
52
52
*/
53
53
@com.google.api.client.util.Key
@@ -96,15 +96,15 @@ public DefaultBucket setLocation(java.lang.String location) {
96
96
}
97
97
98
98
/**
99
-
* Resource name of the default bucket.
99
+
* Identifier. Resource name of the default bucket.
100
100
* @return value or {@code null} for none
101
101
*/
102
102
publicjava.lang.StringgetName() {
103
103
returnname;
104
104
}
105
105
106
106
/**
107
-
* Resource name of the default bucket.
107
+
* Identifier. Resource name of the default bucket.
0 commit comments