Skip to content

Commit

Permalink
chore: Update generation configuration at Wed Oct 30 02:24:18 UTC 2024 (
Browse files Browse the repository at this point in the history
#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>
  • Loading branch information
cloud-java-bot and JesseLovelace authored Oct 31, 2024
1 parent 5374409 commit aef367d
Show file tree
Hide file tree
Showing 66 changed files with 1,823 additions and 26,023 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ If you are using Maven without the BOM, add this to your dependencies:
If you are using Gradle 5.x or later, add this to your dependencies:

```Groovy
implementation platform('com.google.cloud:libraries-bom:26.48.0')
implementation platform('com.google.cloud:libraries-bom:26.49.0')
implementation 'com.google.cloud:google-cloud-storage'
```
Expand Down
32 changes: 32 additions & 0 deletions gapic-google-cloud-storage-v2/clirr-ignored-differences.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,18 @@
<differenceType>8001</differenceType>
<className>com/google/storage/v2/stub/HttpJsonStorageStub</className>
</difference>
<difference>
<differenceType>8001</differenceType>
<className>com/google/storage/v2/StorageClient$ListHmacKeysFixedSizeCollection</className>
</difference>
<difference>
<differenceType>8001</differenceType>
<className>com/google/storage/v2/StorageClient$ListHmacKeysPage</className>
</difference>
<difference>
<differenceType>8001</differenceType>
<className>com/google/storage/v2/StorageClient$ListHmacKeysPagedResponse</className>
</difference>

<!-- Allow rename from Notification to NotificationConfig-->
<difference>
Expand All @@ -38,6 +50,26 @@
<className>com/google/storage/v2/stub/*</className>
<method>* *Notification*(*)</method>
</difference>
<difference>
<differenceType>7002</differenceType>
<className>com/google/storage/v2/*</className>
<method>* *Hmac*(*)</method>
</difference>
<difference>
<differenceType>7002</differenceType>
<className>com/google/storage/v2/stub/*</className>
<method>* *Hmac*(*)</method>
</difference>
<difference>
<differenceType>7002</differenceType>
<className>com/google/storage/v2/*</className>
<method>* *ServiceAccount*(*)</method>
</difference>
<difference>
<differenceType>7002</differenceType>
<className>com/google/storage/v2/stub/*</className>
<method>* *ServiceAccount*(*)</method>
</difference>
<difference>
<differenceType>8001</differenceType>
<className>com/google/storage/v2/StorageClient$ListNotification*</className>
Expand Down

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@
package com.google.storage.v2;

import static com.google.storage.v2.StorageClient.ListBucketsPagedResponse;
import static com.google.storage.v2.StorageClient.ListHmacKeysPagedResponse;
import static com.google.storage.v2.StorageClient.ListNotificationConfigsPagedResponse;
import static com.google.storage.v2.StorageClient.ListObjectsPagedResponse;

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

/**
* Returns the object with the settings used for calls to getServiceAccount.
*
* @deprecated This method is deprecated and will be removed in the next major version update.
*/
@Deprecated
public UnaryCallSettings<GetServiceAccountRequest, ServiceAccount> getServiceAccountSettings() {
return ((StorageStubSettings) getStubSettings()).getServiceAccountSettings();
}

/**
* Returns the object with the settings used for calls to createHmacKey.
*
* @deprecated This method is deprecated and will be removed in the next major version update.
*/
@Deprecated
public UnaryCallSettings<CreateHmacKeyRequest, CreateHmacKeyResponse> createHmacKeySettings() {
return ((StorageStubSettings) getStubSettings()).createHmacKeySettings();
}

/**
* Returns the object with the settings used for calls to deleteHmacKey.
*
* @deprecated This method is deprecated and will be removed in the next major version update.
*/
@Deprecated
public UnaryCallSettings<DeleteHmacKeyRequest, Empty> deleteHmacKeySettings() {
return ((StorageStubSettings) getStubSettings()).deleteHmacKeySettings();
}

/**
* Returns the object with the settings used for calls to getHmacKey.
*
* @deprecated This method is deprecated and will be removed in the next major version update.
*/
@Deprecated
public UnaryCallSettings<GetHmacKeyRequest, HmacKeyMetadata> getHmacKeySettings() {
return ((StorageStubSettings) getStubSettings()).getHmacKeySettings();
}

/**
* Returns the object with the settings used for calls to listHmacKeys.
*
* @deprecated This method is deprecated and will be removed in the next major version update.
*/
@Deprecated
public PagedCallSettings<ListHmacKeysRequest, ListHmacKeysResponse, ListHmacKeysPagedResponse>
listHmacKeysSettings() {
return ((StorageStubSettings) getStubSettings()).listHmacKeysSettings();
}

/**
* Returns the object with the settings used for calls to updateHmacKey.
*
* @deprecated This method is deprecated and will be removed in the next major version update.
*/
@Deprecated
public UnaryCallSettings<UpdateHmacKeyRequest, HmacKeyMetadata> updateHmacKeySettings() {
return ((StorageStubSettings) getStubSettings()).updateHmacKeySettings();
}

/**
* Returns the object with the settings used for calls to deleteNotificationConfig.
*
* @deprecated This method is deprecated and will be removed in the next major version update.
*/
@Deprecated
public UnaryCallSettings<DeleteNotificationConfigRequest, Empty>
deleteNotificationConfigSettings() {
return ((StorageStubSettings) getStubSettings()).deleteNotificationConfigSettings();
}

/**
* Returns the object with the settings used for calls to getNotificationConfig.
*
* @deprecated This method is deprecated and will be removed in the next major version update.
*/
@Deprecated
public UnaryCallSettings<GetNotificationConfigRequest, NotificationConfig>
getNotificationConfigSettings() {
return ((StorageStubSettings) getStubSettings()).getNotificationConfigSettings();
}

/**
* Returns the object with the settings used for calls to createNotificationConfig.
*
* @deprecated This method is deprecated and will be removed in the next major version update.
*/
@Deprecated
public UnaryCallSettings<CreateNotificationConfigRequest, NotificationConfig>
createNotificationConfigSettings() {
return ((StorageStubSettings) getStubSettings()).createNotificationConfigSettings();
}

/**
* Returns the object with the settings used for calls to listNotificationConfigs.
*
* @deprecated This method is deprecated and will be removed in the next major version update.
*/
@Deprecated
public PagedCallSettings<
ListNotificationConfigsRequest,
ListNotificationConfigsResponse,
ListNotificationConfigsPagedResponse>
listNotificationConfigsSettings() {
return ((StorageStubSettings) getStubSettings()).listNotificationConfigsSettings();
}

public static final StorageSettings create(StorageStubSettings stub) throws IOException {
return new StorageSettings.Builder(stub.toBuilder()).build();
}
Expand Down Expand Up @@ -540,118 +430,6 @@ public UnaryCallSettings.Builder<UpdateObjectRequest, Object> updateObjectSettin
return getStubSettingsBuilder().queryWriteStatusSettings();
}

/**
* Returns the builder for the settings used for calls to getServiceAccount.
*
* @deprecated This method is deprecated and will be removed in the next major version update.
*/
@Deprecated
public UnaryCallSettings.Builder<GetServiceAccountRequest, ServiceAccount>
getServiceAccountSettings() {
return getStubSettingsBuilder().getServiceAccountSettings();
}

/**
* Returns the builder for the settings used for calls to createHmacKey.
*
* @deprecated This method is deprecated and will be removed in the next major version update.
*/
@Deprecated
public UnaryCallSettings.Builder<CreateHmacKeyRequest, CreateHmacKeyResponse>
createHmacKeySettings() {
return getStubSettingsBuilder().createHmacKeySettings();
}

/**
* Returns the builder for the settings used for calls to deleteHmacKey.
*
* @deprecated This method is deprecated and will be removed in the next major version update.
*/
@Deprecated
public UnaryCallSettings.Builder<DeleteHmacKeyRequest, Empty> deleteHmacKeySettings() {
return getStubSettingsBuilder().deleteHmacKeySettings();
}

/**
* Returns the builder for the settings used for calls to getHmacKey.
*
* @deprecated This method is deprecated and will be removed in the next major version update.
*/
@Deprecated
public UnaryCallSettings.Builder<GetHmacKeyRequest, HmacKeyMetadata> getHmacKeySettings() {
return getStubSettingsBuilder().getHmacKeySettings();
}

/**
* Returns the builder for the settings used for calls to listHmacKeys.
*
* @deprecated This method is deprecated and will be removed in the next major version update.
*/
@Deprecated
public PagedCallSettings.Builder<
ListHmacKeysRequest, ListHmacKeysResponse, ListHmacKeysPagedResponse>
listHmacKeysSettings() {
return getStubSettingsBuilder().listHmacKeysSettings();
}

/**
* Returns the builder for the settings used for calls to updateHmacKey.
*
* @deprecated This method is deprecated and will be removed in the next major version update.
*/
@Deprecated
public UnaryCallSettings.Builder<UpdateHmacKeyRequest, HmacKeyMetadata>
updateHmacKeySettings() {
return getStubSettingsBuilder().updateHmacKeySettings();
}

/**
* Returns the builder for the settings used for calls to deleteNotificationConfig.
*
* @deprecated This method is deprecated and will be removed in the next major version update.
*/
@Deprecated
public UnaryCallSettings.Builder<DeleteNotificationConfigRequest, Empty>
deleteNotificationConfigSettings() {
return getStubSettingsBuilder().deleteNotificationConfigSettings();
}

/**
* Returns the builder for the settings used for calls to getNotificationConfig.
*
* @deprecated This method is deprecated and will be removed in the next major version update.
*/
@Deprecated
public UnaryCallSettings.Builder<GetNotificationConfigRequest, NotificationConfig>
getNotificationConfigSettings() {
return getStubSettingsBuilder().getNotificationConfigSettings();
}

/**
* Returns the builder for the settings used for calls to createNotificationConfig.
*
* @deprecated This method is deprecated and will be removed in the next major version update.
*/
@Deprecated
public UnaryCallSettings.Builder<CreateNotificationConfigRequest, NotificationConfig>
createNotificationConfigSettings() {
return getStubSettingsBuilder().createNotificationConfigSettings();
}

/**
* Returns the builder for the settings used for calls to listNotificationConfigs.
*
* @deprecated This method is deprecated and will be removed in the next major version update.
*/
@Deprecated
public PagedCallSettings.Builder<
ListNotificationConfigsRequest,
ListNotificationConfigsResponse,
ListNotificationConfigsPagedResponse>
listNotificationConfigsSettings() {
return getStubSettingsBuilder().listNotificationConfigsSettings();
}

@Override
public StorageSettings build() throws IOException {
return new StorageSettings(this);
Expand Down
Loading

0 comments on commit aef367d

Please sign in to comment.