Skip to content

Commit 825d47f

Browse files
author
Frank Natividad
committed
---
yaml --- r: 9645 b: refs/heads/master c: 619c6e4 h: refs/heads/master i: 9643: ee836cc
1 parent b0101f7 commit 825d47f

3 files changed

Lines changed: 5 additions & 1 deletion

File tree

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: a1b0087ae33739e9eb741680824fba3bb37bd678
2+
refs/heads/master: 619c6e41b95666fb2fdd612b57b1f24420400756
33
refs/heads/travis: 47e4fee4fd5af9b2a8ce46f23c72ec95f9b195b2
44
refs/heads/gh-pages: a9cc59cb77938ae027038f2041e9459553038de7
55
refs/tags/0.0.9: 22f1839238f66c39e67ed4dfdcd273b1ae2e8444

trunk/google-cloud-storage/src/main/java/com/google/cloud/storage/Storage.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

trunk/google-cloud-storage/src/main/java/com/google/cloud/storage/spi/v1/StorageRpc.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
import com.google.api.services.storage.model.ServiceAccount;
2626
import com.google.api.services.storage.model.StorageObject;
2727
import com.google.api.services.storage.model.TestIamPermissionsResponse;
28+
import com.google.cloud.GcpLaunchStage;
2829
import com.google.cloud.ServiceRpc;
2930
import com.google.cloud.Tuple;
3031
import 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;

0 commit comments

Comments
 (0)