Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Update generation configuration at Sun Oct 27 02:28:23 UTC 2024 #2775

Open
wants to merge 18 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
56a640d
chore: Update generation configuration at Sat Oct 12 02:21:22 UTC 2024
cloud-java-bot Oct 12, 2024
bc44579
chore: generate libraries at Sat Oct 12 02:21:49 UTC 2024
cloud-java-bot Oct 12, 2024
74a4a0e
chore: Update generation configuration at Sun Oct 13 02:25:35 UTC 2024
cloud-java-bot Oct 13, 2024
ec492dc
chore: Update generation configuration at Tue Oct 15 02:24:23 UTC 2024
cloud-java-bot Oct 15, 2024
d551e51
chore: Update generation configuration at Wed Oct 16 02:24:47 UTC 2024
cloud-java-bot Oct 16, 2024
57950f5
chore: generate libraries at Wed Oct 16 02:25:15 UTC 2024
cloud-java-bot Oct 16, 2024
100b872
chore: Update generation configuration at Thu Oct 17 02:23:46 UTC 2024
cloud-java-bot Oct 17, 2024
cd5eb07
chore: generate libraries at Thu Oct 17 02:24:14 UTC 2024
cloud-java-bot Oct 17, 2024
dbbb564
chore: Update generation configuration at Fri Oct 18 02:24:14 UTC 2024
cloud-java-bot Oct 18, 2024
c2be079
chore: Update generation configuration at Sat Oct 19 02:22:41 UTC 2024
cloud-java-bot Oct 19, 2024
55a621a
chore: generate libraries at Sat Oct 19 02:23:09 UTC 2024
cloud-java-bot Oct 19, 2024
b93c60a
chore: Update generation configuration at Tue Oct 22 02:24:18 UTC 2024
cloud-java-bot Oct 22, 2024
023488b
chore: Update generation configuration at Wed Oct 23 02:23:47 UTC 2024
cloud-java-bot Oct 23, 2024
00399ce
chore: Update generation configuration at Thu Oct 24 02:23:39 UTC 2024
cloud-java-bot Oct 24, 2024
b5f6cfc
chore: generate libraries at Thu Oct 24 02:24:10 UTC 2024
cloud-java-bot Oct 24, 2024
c5f957a
chore: Update generation configuration at Fri Oct 25 02:24:19 UTC 2024
cloud-java-bot Oct 25, 2024
e53395f
chore: Update generation configuration at Sat Oct 26 02:21:35 UTC 2024
cloud-java-bot Oct 26, 2024
071896e
chore: Update generation configuration at Sun Oct 27 02:28:23 UTC 2024
cloud-java-bot Oct 27, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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

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
Loading