Skip to content

Commit 9800d2a

Browse files
author
Frank Natividad
committed
---
yaml --- r: 9751 b: refs/heads/spanner-gapic-migration c: 619c6e4 h: refs/heads/master i: 9749: dbda8fe 9747: 0c69bce 9743: 44c132b
1 parent 5558bb4 commit 9800d2a

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
@@ -80,7 +80,7 @@ refs/tags/v0.34.0: bf31760a31a66acb239322a70dcd03dbe1d0c7ca
8080
refs/tags/v0.35.0: c28951c5f4cc97a1be07900d19df6984115a4bd6
8181
refs/tags/v0.36.0: 6b75c61f73e6827b3ca379bd54f88f750290162f
8282
refs/tags/v0.37.0: db2e142f92601709fdd48db159776f905742e30f
83-
refs/heads/spanner-gapic-migration: a1b0087ae33739e9eb741680824fba3bb37bd678
83+
refs/heads/spanner-gapic-migration: 619c6e41b95666fb2fdd612b57b1f24420400756
8484
refs/tags/v0.38.0: c235ee4df5e1248e1769dae3f86a0d7ab7fd8301
8585
refs/tags/v0.39.0: ab231c9d22475242a43d6d9554aa4a3f736dab01
8686
refs/tags/v0.40.0: a1d5b05206cce7734365f1b910396a2c9d6605ec

branches/spanner-gapic-migration/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

branches/spanner-gapic-migration/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)