Skip to content

Conversation

@app-token-modules
Copy link
Contributor

New managed modules references found. Please review.

@app-token-modules app-token-modules bot requested a review from a team October 7, 2025 12:07
},
{
"name": "1b141494162fee2993345d056cf709ebf1d0402c",
"digest": "b3ac4d383db09f92ab0ca85d12bff8c49eddf7031bd3a854c260b6ac4ed6a2bb85b52b3393c316d28f8038bf3b8e70cb3d16470e8cc4423007678fb6d89d36d4"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

> cd modules/sync/googleapis/googleapis
> casdiff \
    f2c6bca4357152d27d238159cd1cf7ddedb659c9 \
    1b141494162fee2993345d056cf709ebf1d0402c \
    --format=markdown

1 files changed: 0 removed, 0 renamed, 0 added, 1 changed content

Files changed content:

google/longrunning/operations.proto:

--- shake256:8b9a857317b5577e48d247a712fdd076544b889e7bd91cad82c57887c9c5c2b88714c2d888a115a2dd26689d40d79049ee430340e1b25c2d961c54daa536b665  google/longrunning/operations.proto
+++ shake256:075087745ce43e41f9c43d2c9131958f8e8a05722fcfe0e2701b5dcef0aa5a32040c2f9feae97a3377004ed88b02551358f5324432af0e8290f5d19e0a7a6e7f  google/longrunning/operations.proto
@@ -18,13 +18,13 @@

 import "google/api/annotations.proto";
 import "google/api/client.proto";
+import "google/api/field_behavior.proto";
 import "google/protobuf/any.proto";
 import "google/protobuf/descriptor.proto";
 import "google/protobuf/duration.proto";
 import "google/protobuf/empty.proto";
 import "google/rpc/status.proto";

-option cc_enable_arenas = true;
 option csharp_namespace = "Google.LongRunning";
 option go_package = "cloud.google.com/go/longrunning/autogen/longrunningpb;longrunningpb";
 option java_multiple_files = true;
@@ -176,6 +176,18 @@

   // The standard list page token.
   string page_token = 3;
+
+  // When set to `true`, operations that are reachable are returned as normal,
+  // and those that are unreachable are returned in the
+  // [ListOperationsResponse.unreachable] field.
+  //
+  // This can only be `true` when reading across collections e.g. when `parent`
+  // is set to `"projects/example/locations/-"`.
+  //
+  // This field is not by default supported and will result in an
+  // `UNIMPLEMENTED` error if set unless explicitly documented otherwise in
+  // service or product specific documentation.
+  bool return_partial_success = 5;
 }

 // The response message for
@@ -186,6 +198,13 @@

   // The standard List next-page token.
   string next_page_token = 2;
+
+  // Unordered list. Unreachable resources. Populated when the request sets
+  // `ListOperationsRequest.return_partial_success` and reads across
+  // collections e.g. when attempting to list all resources across all supported
+  // locations.
+  repeated string unreachable = 3
+      [(google.api.field_behavior) = UNORDERED_LIST];
 }

 // The request message for

@unmultimedio unmultimedio merged commit a8313a0 into main Oct 9, 2025
4 checks passed
@unmultimedio unmultimedio deleted the fetch-modules branch October 9, 2025 15:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants