File tree 1 file changed +5
-2
lines changed
google-cloud-storage/src/main/java/com/google/cloud/storage
1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -106,7 +106,9 @@ enum BucketField implements FieldSelector {
106
106
BILLING ("billing" ),
107
107
DEFAULT_EVENT_BASED_HOLD ("defaultEventBasedHold" ),
108
108
RETENTION_POLICY ("retentionPolicy" ),
109
- IAMCONFIGURATION ("iamConfiguration" );
109
+ IAMCONFIGURATION ("iamConfiguration" ),
110
+ LOGGING ("logging" ),
111
+ UPDATED ("updated" );
110
112
111
113
static final List <? extends FieldSelector > REQUIRED_FIELDS = ImmutableList .of (NAME );
112
114
@@ -151,7 +153,8 @@ enum BlobField implements FieldSelector {
151
153
EVENT_BASED_HOLD ("eventBasedHold" ),
152
154
TEMPORARY_HOLD ("temporaryHold" ),
153
155
RETENTION_EXPIRATION_TIME ("retentionExpirationTime" ),
154
- UPDATED ("updated" );
156
+ UPDATED ("updated" ),
157
+ CUSTOM_TIME ("customTime" );
155
158
156
159
static final List <? extends FieldSelector > REQUIRED_FIELDS = ImmutableList .of (BUCKET , NAME );
157
160
You can’t perform that action at this time.
0 commit comments