Skip to content

Commit aef367d

Browse files
chore: Update generation configuration at Wed Oct 30 02:24:18 UTC 2024 (#2775)
* chore: Update generation configuration at Sat Oct 12 02:21:22 UTC 2024 * chore: generate libraries at Sat Oct 12 02:21:49 UTC 2024 * chore: Update generation configuration at Sun Oct 13 02:25:35 UTC 2024 * chore: Update generation configuration at Tue Oct 15 02:24:23 UTC 2024 * chore: Update generation configuration at Wed Oct 16 02:24:47 UTC 2024 * chore: generate libraries at Wed Oct 16 02:25:15 UTC 2024 * chore: Update generation configuration at Thu Oct 17 02:23:46 UTC 2024 * chore: generate libraries at Thu Oct 17 02:24:14 UTC 2024 * chore: Update generation configuration at Fri Oct 18 02:24:14 UTC 2024 * chore: Update generation configuration at Sat Oct 19 02:22:41 UTC 2024 * chore: generate libraries at Sat Oct 19 02:23:09 UTC 2024 * chore: Update generation configuration at Tue Oct 22 02:24:18 UTC 2024 * chore: Update generation configuration at Wed Oct 23 02:23:47 UTC 2024 * chore: Update generation configuration at Thu Oct 24 02:23:39 UTC 2024 * chore: generate libraries at Thu Oct 24 02:24:10 UTC 2024 * chore: Update generation configuration at Fri Oct 25 02:24:19 UTC 2024 * chore: Update generation configuration at Sat Oct 26 02:21:35 UTC 2024 * chore: Update generation configuration at Sun Oct 27 02:28:23 UTC 2024 * chore: Update generation configuration at Tue Oct 29 02:24:44 UTC 2024 * chore: Update generation configuration at Wed Oct 30 02:24:18 UTC 2024 * remove references to grpc hmac rpcs * chore: generate libraries at Wed Oct 30 21:31:07 UTC 2024 * fix clirr * move clirr ignore to correct file * further clirr fixes * gapic clirr fixes --------- Co-authored-by: Jesse Lovelace <jesselovelace@google.com>
1 parent 5374409 commit aef367d

File tree

66 files changed

+1823
-26023
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

66 files changed

+1823
-26023
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ If you are using Maven without the BOM, add this to your dependencies:
5959
If you are using Gradle 5.x or later, add this to your dependencies:
6060

6161
```Groovy
62-
implementation platform('com.google.cloud:libraries-bom:26.48.0')
62+
implementation platform('com.google.cloud:libraries-bom:26.49.0')
6363
6464
implementation 'com.google.cloud:google-cloud-storage'
6565
```

gapic-google-cloud-storage-v2/clirr-ignored-differences.xml

+32
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,18 @@
2626
<differenceType>8001</differenceType>
2727
<className>com/google/storage/v2/stub/HttpJsonStorageStub</className>
2828
</difference>
29+
<difference>
30+
<differenceType>8001</differenceType>
31+
<className>com/google/storage/v2/StorageClient$ListHmacKeysFixedSizeCollection</className>
32+
</difference>
33+
<difference>
34+
<differenceType>8001</differenceType>
35+
<className>com/google/storage/v2/StorageClient$ListHmacKeysPage</className>
36+
</difference>
37+
<difference>
38+
<differenceType>8001</differenceType>
39+
<className>com/google/storage/v2/StorageClient$ListHmacKeysPagedResponse</className>
40+
</difference>
2941

3042
<!-- Allow rename from Notification to NotificationConfig-->
3143
<difference>
@@ -38,6 +50,26 @@
3850
<className>com/google/storage/v2/stub/*</className>
3951
<method>* *Notification*(*)</method>
4052
</difference>
53+
<difference>
54+
<differenceType>7002</differenceType>
55+
<className>com/google/storage/v2/*</className>
56+
<method>* *Hmac*(*)</method>
57+
</difference>
58+
<difference>
59+
<differenceType>7002</differenceType>
60+
<className>com/google/storage/v2/stub/*</className>
61+
<method>* *Hmac*(*)</method>
62+
</difference>
63+
<difference>
64+
<differenceType>7002</differenceType>
65+
<className>com/google/storage/v2/*</className>
66+
<method>* *ServiceAccount*(*)</method>
67+
</difference>
68+
<difference>
69+
<differenceType>7002</differenceType>
70+
<className>com/google/storage/v2/stub/*</className>
71+
<method>* *ServiceAccount*(*)</method>
72+
</difference>
4173
<difference>
4274
<differenceType>8001</differenceType>
4375
<className>com/google/storage/v2/StorageClient$ListNotification*</className>

gapic-google-cloud-storage-v2/src/main/java/com/google/storage/v2/StorageClient.java

+22-1,758
Large diffs are not rendered by default.

gapic-google-cloud-storage-v2/src/main/java/com/google/storage/v2/StorageSettings.java

-222
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@
1717
package com.google.storage.v2;
1818

1919
import static com.google.storage.v2.StorageClient.ListBucketsPagedResponse;
20-
import static com.google.storage.v2.StorageClient.ListHmacKeysPagedResponse;
21-
import static com.google.storage.v2.StorageClient.ListNotificationConfigsPagedResponse;
2220
import static com.google.storage.v2.StorageClient.ListObjectsPagedResponse;
2321

2422
import com.google.api.core.ApiFunction;
@@ -214,114 +212,6 @@ public UnaryCallSettings<RewriteObjectRequest, RewriteResponse> rewriteObjectSet
214212
return ((StorageStubSettings) getStubSettings()).queryWriteStatusSettings();
215213
}
216214

217-
/**
218-
* Returns the object with the settings used for calls to getServiceAccount.
219-
*
220-
* @deprecated This method is deprecated and will be removed in the next major version update.
221-
*/
222-
@Deprecated
223-
public UnaryCallSettings<GetServiceAccountRequest, ServiceAccount> getServiceAccountSettings() {
224-
return ((StorageStubSettings) getStubSettings()).getServiceAccountSettings();
225-
}
226-
227-
/**
228-
* Returns the object with the settings used for calls to createHmacKey.
229-
*
230-
* @deprecated This method is deprecated and will be removed in the next major version update.
231-
*/
232-
@Deprecated
233-
public UnaryCallSettings<CreateHmacKeyRequest, CreateHmacKeyResponse> createHmacKeySettings() {
234-
return ((StorageStubSettings) getStubSettings()).createHmacKeySettings();
235-
}
236-
237-
/**
238-
* Returns the object with the settings used for calls to deleteHmacKey.
239-
*
240-
* @deprecated This method is deprecated and will be removed in the next major version update.
241-
*/
242-
@Deprecated
243-
public UnaryCallSettings<DeleteHmacKeyRequest, Empty> deleteHmacKeySettings() {
244-
return ((StorageStubSettings) getStubSettings()).deleteHmacKeySettings();
245-
}
246-
247-
/**
248-
* Returns the object with the settings used for calls to getHmacKey.
249-
*
250-
* @deprecated This method is deprecated and will be removed in the next major version update.
251-
*/
252-
@Deprecated
253-
public UnaryCallSettings<GetHmacKeyRequest, HmacKeyMetadata> getHmacKeySettings() {
254-
return ((StorageStubSettings) getStubSettings()).getHmacKeySettings();
255-
}
256-
257-
/**
258-
* Returns the object with the settings used for calls to listHmacKeys.
259-
*
260-
* @deprecated This method is deprecated and will be removed in the next major version update.
261-
*/
262-
@Deprecated
263-
public PagedCallSettings<ListHmacKeysRequest, ListHmacKeysResponse, ListHmacKeysPagedResponse>
264-
listHmacKeysSettings() {
265-
return ((StorageStubSettings) getStubSettings()).listHmacKeysSettings();
266-
}
267-
268-
/**
269-
* Returns the object with the settings used for calls to updateHmacKey.
270-
*
271-
* @deprecated This method is deprecated and will be removed in the next major version update.
272-
*/
273-
@Deprecated
274-
public UnaryCallSettings<UpdateHmacKeyRequest, HmacKeyMetadata> updateHmacKeySettings() {
275-
return ((StorageStubSettings) getStubSettings()).updateHmacKeySettings();
276-
}
277-
278-
/**
279-
* Returns the object with the settings used for calls to deleteNotificationConfig.
280-
*
281-
* @deprecated This method is deprecated and will be removed in the next major version update.
282-
*/
283-
@Deprecated
284-
public UnaryCallSettings<DeleteNotificationConfigRequest, Empty>
285-
deleteNotificationConfigSettings() {
286-
return ((StorageStubSettings) getStubSettings()).deleteNotificationConfigSettings();
287-
}
288-
289-
/**
290-
* Returns the object with the settings used for calls to getNotificationConfig.
291-
*
292-
* @deprecated This method is deprecated and will be removed in the next major version update.
293-
*/
294-
@Deprecated
295-
public UnaryCallSettings<GetNotificationConfigRequest, NotificationConfig>
296-
getNotificationConfigSettings() {
297-
return ((StorageStubSettings) getStubSettings()).getNotificationConfigSettings();
298-
}
299-
300-
/**
301-
* Returns the object with the settings used for calls to createNotificationConfig.
302-
*
303-
* @deprecated This method is deprecated and will be removed in the next major version update.
304-
*/
305-
@Deprecated
306-
public UnaryCallSettings<CreateNotificationConfigRequest, NotificationConfig>
307-
createNotificationConfigSettings() {
308-
return ((StorageStubSettings) getStubSettings()).createNotificationConfigSettings();
309-
}
310-
311-
/**
312-
* Returns the object with the settings used for calls to listNotificationConfigs.
313-
*
314-
* @deprecated This method is deprecated and will be removed in the next major version update.
315-
*/
316-
@Deprecated
317-
public PagedCallSettings<
318-
ListNotificationConfigsRequest,
319-
ListNotificationConfigsResponse,
320-
ListNotificationConfigsPagedResponse>
321-
listNotificationConfigsSettings() {
322-
return ((StorageStubSettings) getStubSettings()).listNotificationConfigsSettings();
323-
}
324-
325215
public static final StorageSettings create(StorageStubSettings stub) throws IOException {
326216
return new StorageSettings.Builder(stub.toBuilder()).build();
327217
}
@@ -540,118 +430,6 @@ public UnaryCallSettings.Builder<UpdateObjectRequest, Object> updateObjectSettin
540430
return getStubSettingsBuilder().queryWriteStatusSettings();
541431
}
542432

543-
/**
544-
* Returns the builder for the settings used for calls to getServiceAccount.
545-
*
546-
* @deprecated This method is deprecated and will be removed in the next major version update.
547-
*/
548-
@Deprecated
549-
public UnaryCallSettings.Builder<GetServiceAccountRequest, ServiceAccount>
550-
getServiceAccountSettings() {
551-
return getStubSettingsBuilder().getServiceAccountSettings();
552-
}
553-
554-
/**
555-
* Returns the builder for the settings used for calls to createHmacKey.
556-
*
557-
* @deprecated This method is deprecated and will be removed in the next major version update.
558-
*/
559-
@Deprecated
560-
public UnaryCallSettings.Builder<CreateHmacKeyRequest, CreateHmacKeyResponse>
561-
createHmacKeySettings() {
562-
return getStubSettingsBuilder().createHmacKeySettings();
563-
}
564-
565-
/**
566-
* Returns the builder for the settings used for calls to deleteHmacKey.
567-
*
568-
* @deprecated This method is deprecated and will be removed in the next major version update.
569-
*/
570-
@Deprecated
571-
public UnaryCallSettings.Builder<DeleteHmacKeyRequest, Empty> deleteHmacKeySettings() {
572-
return getStubSettingsBuilder().deleteHmacKeySettings();
573-
}
574-
575-
/**
576-
* Returns the builder for the settings used for calls to getHmacKey.
577-
*
578-
* @deprecated This method is deprecated and will be removed in the next major version update.
579-
*/
580-
@Deprecated
581-
public UnaryCallSettings.Builder<GetHmacKeyRequest, HmacKeyMetadata> getHmacKeySettings() {
582-
return getStubSettingsBuilder().getHmacKeySettings();
583-
}
584-
585-
/**
586-
* Returns the builder for the settings used for calls to listHmacKeys.
587-
*
588-
* @deprecated This method is deprecated and will be removed in the next major version update.
589-
*/
590-
@Deprecated
591-
public PagedCallSettings.Builder<
592-
ListHmacKeysRequest, ListHmacKeysResponse, ListHmacKeysPagedResponse>
593-
listHmacKeysSettings() {
594-
return getStubSettingsBuilder().listHmacKeysSettings();
595-
}
596-
597-
/**
598-
* Returns the builder for the settings used for calls to updateHmacKey.
599-
*
600-
* @deprecated This method is deprecated and will be removed in the next major version update.
601-
*/
602-
@Deprecated
603-
public UnaryCallSettings.Builder<UpdateHmacKeyRequest, HmacKeyMetadata>
604-
updateHmacKeySettings() {
605-
return getStubSettingsBuilder().updateHmacKeySettings();
606-
}
607-
608-
/**
609-
* Returns the builder for the settings used for calls to deleteNotificationConfig.
610-
*
611-
* @deprecated This method is deprecated and will be removed in the next major version update.
612-
*/
613-
@Deprecated
614-
public UnaryCallSettings.Builder<DeleteNotificationConfigRequest, Empty>
615-
deleteNotificationConfigSettings() {
616-
return getStubSettingsBuilder().deleteNotificationConfigSettings();
617-
}
618-
619-
/**
620-
* Returns the builder for the settings used for calls to getNotificationConfig.
621-
*
622-
* @deprecated This method is deprecated and will be removed in the next major version update.
623-
*/
624-
@Deprecated
625-
public UnaryCallSettings.Builder<GetNotificationConfigRequest, NotificationConfig>
626-
getNotificationConfigSettings() {
627-
return getStubSettingsBuilder().getNotificationConfigSettings();
628-
}
629-
630-
/**
631-
* Returns the builder for the settings used for calls to createNotificationConfig.
632-
*
633-
* @deprecated This method is deprecated and will be removed in the next major version update.
634-
*/
635-
@Deprecated
636-
public UnaryCallSettings.Builder<CreateNotificationConfigRequest, NotificationConfig>
637-
createNotificationConfigSettings() {
638-
return getStubSettingsBuilder().createNotificationConfigSettings();
639-
}
640-
641-
/**
642-
* Returns the builder for the settings used for calls to listNotificationConfigs.
643-
*
644-
* @deprecated This method is deprecated and will be removed in the next major version update.
645-
*/
646-
@Deprecated
647-
public PagedCallSettings.Builder<
648-
ListNotificationConfigsRequest,
649-
ListNotificationConfigsResponse,
650-
ListNotificationConfigsPagedResponse>
651-
listNotificationConfigsSettings() {
652-
return getStubSettingsBuilder().listNotificationConfigsSettings();
653-
}
654-
655433
@Override
656434
public StorageSettings build() throws IOException {
657435
return new StorageSettings(this);

0 commit comments

Comments
 (0)