File tree Expand file tree Collapse file tree
trunk/google-cloud-storage/src/main/java/com/google/cloud/storage Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11---
2- refs/heads/master: a1b0087ae33739e9eb741680824fba3bb37bd678
2+ refs/heads/master: 619c6e41b95666fb2fdd612b57b1f24420400756
33refs/heads/travis: 47e4fee4fd5af9b2a8ce46f23c72ec95f9b195b2
44refs/heads/gh-pages: a9cc59cb77938ae027038f2041e9459553038de7
55refs/tags/0.0.9: 22f1839238f66c39e67ed4dfdcd273b1ae2e8444
Original file line number Diff line number Diff line change @@ -93,6 +93,7 @@ enum BucketField implements FieldSelector {
9393 CORS ("cors" ),
9494 STORAGE_CLASS ("storageClass" ),
9595 ETAG ("etag" ),
96+ @ GcpLaunchStage .Beta
9697 ENCRYPTION ("encryption" ),
9798 BILLING ("billing" );
9899
@@ -135,6 +136,7 @@ enum BlobField implements FieldSelector {
135136 SIZE ("size" ),
136137 STORAGE_CLASS ("storageClass" ),
137138 TIME_DELETED ("timeDeleted" ),
139+ @ GcpLaunchStage .Beta
138140 KMS_KEY_NAME ("kmsKeyName" ),
139141 UPDATED ("updated" );
140142
Original file line number Diff line number Diff line change 2525import com .google .api .services .storage .model .ServiceAccount ;
2626import com .google .api .services .storage .model .StorageObject ;
2727import com .google .api .services .storage .model .TestIamPermissionsResponse ;
28+ import com .google .cloud .GcpLaunchStage ;
2829import com .google .cloud .ServiceRpc ;
2930import com .google .cloud .Tuple ;
3031import com .google .cloud .storage .StorageException ;
@@ -56,6 +57,7 @@ enum Option {
5657 FIELDS ("fields" ),
5758 CUSTOMER_SUPPLIED_KEY ("customerSuppliedKey" ),
5859 USER_PROJECT ("userProject" ),
60+ @ GcpLaunchStage .Beta
5961 KMS_KEY_NAME ("kmsKeyName" );
6062
6163 private final String value ;
You can’t perform that action at this time.
0 commit comments