@@ -160,15 +160,17 @@ public final class Bucket extends com.google.api.client.json.GenericJson {
160
160
private java .util .Map <String , java .lang .String > labels ;
161
161
162
162
/**
163
- * The bucket's lifecycle configuration. See lifecycle management for more information.
163
+ * The bucket's lifecycle configuration. See [Lifecycle
164
+ * Management](https://cloud.google.com/storage/docs/lifecycle) for more information.
164
165
* The value may be {@code null}.
165
166
*/
166
167
@ com .google .api .client .util .Key
167
168
private Lifecycle lifecycle ;
168
169
169
170
/**
170
171
* The location of the bucket. Object data for objects in the bucket resides in physical storage
171
- * within this region. Defaults to US. See the developer's guide for the authoritative list.
172
+ * within this region. Defaults to US. See the [Developer's
173
+ * Guide](https://cloud.google.com/storage/docs/locations) for the authoritative list.
172
174
* The value may be {@code null}.
173
175
*/
174
176
@ com .google .api .client .util .Key
@@ -279,7 +281,8 @@ public final class Bucket extends com.google.api.client.json.GenericJson {
279
281
* created object. This defines how objects in the bucket are stored and determines the SLA and
280
282
* the cost of storage. Values include MULTI_REGIONAL, REGIONAL, STANDARD, NEARLINE, COLDLINE,
281
283
* ARCHIVE, and DURABLE_REDUCED_AVAILABILITY. If this value is not specified when the bucket is
282
- * created, it will default to STANDARD. For more information, see storage classes.
284
+ * created, it will default to STANDARD. For more information, see [Storage
285
+ * Classes](https://cloud.google.com/storage/docs/storage-classes).
283
286
* The value may be {@code null}.
284
287
*/
285
288
@ com .google .api .client .util .Key
@@ -308,7 +311,8 @@ public final class Bucket extends com.google.api.client.json.GenericJson {
308
311
309
312
/**
310
313
* The bucket's website configuration, controlling how the service behaves when accessing bucket
311
- * contents as a web site. See the Static Website Examples for more information.
314
+ * contents as a web site. See the [Static Website
315
+ * Examples](https://cloud.google.com/storage/docs/static-website) for more information.
312
316
* The value may be {@code null}.
313
317
*/
314
318
@ com .google .api .client .util .Key
@@ -609,15 +613,17 @@ public Bucket setLabels(java.util.Map<String, java.lang.String> labels) {
609
613
}
610
614
611
615
/**
612
- * The bucket's lifecycle configuration. See lifecycle management for more information.
616
+ * The bucket's lifecycle configuration. See [Lifecycle
617
+ * Management](https://cloud.google.com/storage/docs/lifecycle) for more information.
613
618
* @return value or {@code null} for none
614
619
*/
615
620
public Lifecycle getLifecycle () {
616
621
return lifecycle ;
617
622
}
618
623
619
624
/**
620
- * The bucket's lifecycle configuration. See lifecycle management for more information.
625
+ * The bucket's lifecycle configuration. See [Lifecycle
626
+ * Management](https://cloud.google.com/storage/docs/lifecycle) for more information.
621
627
* @param lifecycle lifecycle or {@code null} for none
622
628
*/
623
629
public Bucket setLifecycle (Lifecycle lifecycle ) {
@@ -627,7 +633,8 @@ public Bucket setLifecycle(Lifecycle lifecycle) {
627
633
628
634
/**
629
635
* The location of the bucket. Object data for objects in the bucket resides in physical storage
630
- * within this region. Defaults to US. See the developer's guide for the authoritative list.
636
+ * within this region. Defaults to US. See the [Developer's
637
+ * Guide](https://cloud.google.com/storage/docs/locations) for the authoritative list.
631
638
* @return value or {@code null} for none
632
639
*/
633
640
public java .lang .String getLocation () {
@@ -636,7 +643,8 @@ public java.lang.String getLocation() {
636
643
637
644
/**
638
645
* The location of the bucket. Object data for objects in the bucket resides in physical storage
639
- * within this region. Defaults to US. See the developer's guide for the authoritative list.
646
+ * within this region. Defaults to US. See the [Developer's
647
+ * Guide](https://cloud.google.com/storage/docs/locations) for the authoritative list.
640
648
* @param location location or {@code null} for none
641
649
*/
642
650
public Bucket setLocation (java .lang .String location ) {
@@ -888,7 +896,8 @@ public Bucket setSoftDeletePolicy(SoftDeletePolicy softDeletePolicy) {
888
896
* created object. This defines how objects in the bucket are stored and determines the SLA and
889
897
* the cost of storage. Values include MULTI_REGIONAL, REGIONAL, STANDARD, NEARLINE, COLDLINE,
890
898
* ARCHIVE, and DURABLE_REDUCED_AVAILABILITY. If this value is not specified when the bucket is
891
- * created, it will default to STANDARD. For more information, see storage classes.
899
+ * created, it will default to STANDARD. For more information, see [Storage
900
+ * Classes](https://cloud.google.com/storage/docs/storage-classes).
892
901
* @return value or {@code null} for none
893
902
*/
894
903
public java .lang .String getStorageClass () {
@@ -900,7 +909,8 @@ public java.lang.String getStorageClass() {
900
909
* created object. This defines how objects in the bucket are stored and determines the SLA and
901
910
* the cost of storage. Values include MULTI_REGIONAL, REGIONAL, STANDARD, NEARLINE, COLDLINE,
902
911
* ARCHIVE, and DURABLE_REDUCED_AVAILABILITY. If this value is not specified when the bucket is
903
- * created, it will default to STANDARD. For more information, see storage classes.
912
+ * created, it will default to STANDARD. For more information, see [Storage
913
+ * Classes](https://cloud.google.com/storage/docs/storage-classes).
904
914
* @param storageClass storageClass or {@code null} for none
905
915
*/
906
916
public Bucket setStorageClass (java .lang .String storageClass ) {
@@ -961,7 +971,8 @@ public Bucket setVersioning(Versioning versioning) {
961
971
962
972
/**
963
973
* The bucket's website configuration, controlling how the service behaves when accessing bucket
964
- * contents as a web site. See the Static Website Examples for more information.
974
+ * contents as a web site. See the [Static Website
975
+ * Examples](https://cloud.google.com/storage/docs/static-website) for more information.
965
976
* @return value or {@code null} for none
966
977
*/
967
978
public Website getWebsite () {
@@ -970,7 +981,8 @@ public Website getWebsite() {
970
981
971
982
/**
972
983
* The bucket's website configuration, controlling how the service behaves when accessing bucket
973
- * contents as a web site. See the Static Website Examples for more information.
984
+ * contents as a web site. See the [Static Website
985
+ * Examples](https://cloud.google.com/storage/docs/static-website) for more information.
974
986
* @param website website or {@code null} for none
975
987
*/
976
988
public Bucket setWebsite (Website website ) {
@@ -1851,7 +1863,8 @@ public VpcNetworkSources clone() {
1851
1863
}
1852
1864
1853
1865
/**
1854
- * The bucket's lifecycle configuration. See lifecycle management for more information.
1866
+ * The bucket's lifecycle configuration. See [Lifecycle
1867
+ * Management](https://cloud.google.com/storage/docs/lifecycle) for more information.
1855
1868
*/
1856
1869
public static final class Lifecycle extends com .google .api .client .json .GenericJson {
1857
1870
@@ -2783,7 +2796,8 @@ public Versioning clone() {
2783
2796
2784
2797
/**
2785
2798
* The bucket's website configuration, controlling how the service behaves when accessing bucket
2786
- * contents as a web site. See the Static Website Examples for more information.
2799
+ * contents as a web site. See the [Static Website
2800
+ * Examples](https://cloud.google.com/storage/docs/static-website) for more information.
2787
2801
*/
2788
2802
public static final class Website extends com .google .api .client .json .GenericJson {
2789
2803
0 commit comments