Found new managed modules references#1072
Merged
Merged
Conversation
17dbb1b to
883aaf3
Compare
883aaf3 to
02c9305
Compare
unmultimedio
approved these changes
Oct 9, 2025
| }, | ||
| { | ||
| "name": "1b141494162fee2993345d056cf709ebf1d0402c", | ||
| "digest": "b3ac4d383db09f92ab0ca85d12bff8c49eddf7031bd3a854c260b6ac4ed6a2bb85b52b3393c316d28f8038bf3b8e70cb3d16470e8cc4423007678fb6d89d36d4" |
Contributor
There was a problem hiding this comment.
> cd modules/sync/googleapis/googleapis
> casdiff \
f2c6bca4357152d27d238159cd1cf7ddedb659c9 \
1b141494162fee2993345d056cf709ebf1d0402c \
--format=markdown1 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
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
New managed modules references found. Please review.