FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

chore: Update generation configuration at Thu Jul 17 02:36:35 UTC 2025 by cloud-java-bot · Pull Request #3190 · googleapis/java-storage · GitHub

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension .java  (11) .json  (1) .proto  (1) .yaml  (2) All 4 file types selected
Only manifest files
Viewed files
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Unified
Split
Hide whitespace
Diff view
Unified
Split
Hide whitespace
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
with:
fetch-depth: 0
token: ${{ secrets.CLOUD_JAVA_BOT_TOKEN }}
- uses: googleapis/sdk-platform-java/.github/scripts@v2.60.1
- uses: googleapis/sdk-platform-java/.github/scripts@v2.59.0
if: env.SHOULD_RUN == 'true'
with:
base_ref: ${{ github.base_ref }}
Expand Down
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -3096,6 +3096,7 @@ public final ListObjectsPagedResponse listObjects(String parent) {
* .setSoftDeleted(true)
* .setIncludeFoldersAsPrefixes(true)
* .setMatchGlob("matchGlob613636317")
* .setFilter("filter-1274492040")
* .build();
* for (Object element : storageClient.listObjects(request).iterateAll()) {
* // doThingsWith(element);
Expand Down Expand Up @@ -3145,6 +3146,7 @@ public final ListObjectsPagedResponse listObjects(ListObjectsRequest request) {
* .setSoftDeleted(true)
* .setIncludeFoldersAsPrefixes(true)
* .setMatchGlob("matchGlob613636317")
* .setFilter("filter-1274492040")
* .build();
* ApiFuture<Object> future = storageClient.listObjectsPagedCallable().futureCall(request);
* // Do something.
Expand Down Expand Up @@ -3194,6 +3196,7 @@ public final ListObjectsPagedResponse listObjects(ListObjectsRequest request) {
* .setSoftDeleted(true)
* .setIncludeFoldersAsPrefixes(true)
* .setMatchGlob("matchGlob613636317")
* .setFilter("filter-1274492040")
* .build();
* while (true) {
* ListObjectsResponse response = storageClient.listObjectsCallable().call(request);
Expand Down
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -2636,6 +2636,42 @@
"allDeclaredClasses": true,
"allPublicClasses": true
},
{
"name": "com.google.storage.v2.ObjectContexts",
"queryAllDeclaredConstructors": true,
"queryAllPublicConstructors": true,
"queryAllDeclaredMethods": true,
"allPublicMethods": true,
"allDeclaredClasses": true,
"allPublicClasses": true
},
{
"name": "com.google.storage.v2.ObjectContexts$Builder",
"queryAllDeclaredConstructors": true,
"queryAllPublicConstructors": true,
"queryAllDeclaredMethods": true,
"allPublicMethods": true,
"allDeclaredClasses": true,
"allPublicClasses": true
},
{
"name": "com.google.storage.v2.ObjectCustomContextPayload",
"queryAllDeclaredConstructors": true,
"queryAllPublicConstructors": true,
"queryAllDeclaredMethods": true,
"allPublicMethods": true,
"allDeclaredClasses": true,
"allPublicClasses": true
},
{
"name": "com.google.storage.v2.ObjectCustomContextPayload$Builder",
"queryAllDeclaredConstructors": true,
"queryAllPublicConstructors": true,
"queryAllDeclaredMethods": true,
"allPublicMethods": true,
"allDeclaredClasses": true,
"allPublicClasses": true
},
{
"name": "com.google.storage.v2.ObjectRangeData",
"queryAllDeclaredConstructors": true,
Expand Down
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -1041,6 +1041,7 @@ public void composeObjectTest() throws Exception {
.setTemporaryHold(true)
.setRetentionExpireTime(Timestamp.newBuilder().build())
.putAllMetadata(new HashMap<String, String>())
.setContexts(ObjectContexts.newBuilder().build())
.setEventBasedHold(true)
.setOwner(Owner.newBuilder().build())
.setCustomerEncryption(CustomerEncryption.newBuilder().build())
Expand Down Expand Up @@ -1300,6 +1301,7 @@ public void restoreObjectTest() throws Exception {
.setTemporaryHold(true)
.setRetentionExpireTime(Timestamp.newBuilder().build())
.putAllMetadata(new HashMap<String, String>())
.setContexts(ObjectContexts.newBuilder().build())
.setEventBasedHold(true)
.setOwner(Owner.newBuilder().build())
.setCustomerEncryption(CustomerEncryption.newBuilder().build())
Expand Down Expand Up @@ -1377,6 +1379,7 @@ public void restoreObjectTest2() throws Exception {
.setTemporaryHold(true)
.setRetentionExpireTime(Timestamp.newBuilder().build())
.putAllMetadata(new HashMap<String, String>())
.setContexts(ObjectContexts.newBuilder().build())
.setEventBasedHold(true)
.setOwner(Owner.newBuilder().build())
.setCustomerEncryption(CustomerEncryption.newBuilder().build())
Expand Down Expand Up @@ -1491,6 +1494,7 @@ public void getObjectTest() throws Exception {
.setTemporaryHold(true)
.setRetentionExpireTime(Timestamp.newBuilder().build())
.putAllMetadata(new HashMap<String, String>())
.setContexts(ObjectContexts.newBuilder().build())
.setEventBasedHold(true)
.setOwner(Owner.newBuilder().build())
.setCustomerEncryption(CustomerEncryption.newBuilder().build())
Expand Down Expand Up @@ -1565,6 +1569,7 @@ public void getObjectTest2() throws Exception {
.setTemporaryHold(true)
.setRetentionExpireTime(Timestamp.newBuilder().build())
.putAllMetadata(new HashMap<String, String>())
.setContexts(ObjectContexts.newBuilder().build())
.setEventBasedHold(true)
.setOwner(Owner.newBuilder().build())
.setCustomerEncryption(CustomerEncryption.newBuilder().build())
Expand Down Expand Up @@ -1639,6 +1644,7 @@ public void getObjectTest3() throws Exception {
.setTemporaryHold(true)
.setRetentionExpireTime(Timestamp.newBuilder().build())
.putAllMetadata(new HashMap<String, String>())
.setContexts(ObjectContexts.newBuilder().build())
.setEventBasedHold(true)
.setOwner(Owner.newBuilder().build())
.setCustomerEncryption(CustomerEncryption.newBuilder().build())
Expand Down Expand Up @@ -1716,6 +1722,7 @@ public void getObjectTest4() throws Exception {
.setTemporaryHold(true)
.setRetentionExpireTime(Timestamp.newBuilder().build())
.putAllMetadata(new HashMap<String, String>())
.setContexts(ObjectContexts.newBuilder().build())
.setEventBasedHold(true)
.setOwner(Owner.newBuilder().build())
.setCustomerEncryption(CustomerEncryption.newBuilder().build())
Expand Down Expand Up @@ -1923,6 +1930,7 @@ public void updateObjectTest() throws Exception {
.setTemporaryHold(true)
.setRetentionExpireTime(Timestamp.newBuilder().build())
.putAllMetadata(new HashMap<String, String>())
.setContexts(ObjectContexts.newBuilder().build())
.setEventBasedHold(true)
.setOwner(Owner.newBuilder().build())
.setCustomerEncryption(CustomerEncryption.newBuilder().build())
Expand Down Expand Up @@ -2425,6 +2433,7 @@ public void moveObjectTest() throws Exception {
.setTemporaryHold(true)
.setRetentionExpireTime(Timestamp.newBuilder().build())
.putAllMetadata(new HashMap<String, String>())
.setContexts(ObjectContexts.newBuilder().build())
.setEventBasedHold(true)
.setOwner(Owner.newBuilder().build())
.setCustomerEncryption(CustomerEncryption.newBuilder().build())
Expand Down Expand Up @@ -2502,6 +2511,7 @@ public void moveObjectTest2() throws Exception {
.setTemporaryHold(true)
.setRetentionExpireTime(Timestamp.newBuilder().build())
.putAllMetadata(new HashMap<String, String>())
.setContexts(ObjectContexts.newBuilder().build())
.setEventBasedHold(true)
.setOwner(Owner.newBuilder().build())
.setCustomerEncryption(CustomerEncryption.newBuilder().build())
Expand Down
2 changes: 1 addition & 1 deletion generation_config.yaml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
gapic_generator_version: 2.59.0
googleapis_commitish: cd7fed30706c129f2bca11d5b2ef18f4ad18a7ac
googleapis_commitish: 56f26a7d042d41ca5da9e7cdf16f427c7aee255d
libraries_bom_version: 26.61.0
libraries:
- api_shortname: storage
Expand Down
Loading

Back | FazBrowse Home | New Git URL