-
Notifications
You must be signed in to change notification settings - Fork 1
Add googleapis/cloud-run requirements
#1100
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
Conversation
|
The latest Buf updates on your PR. Results from workflow Buf CI / buf (pull_request).
|
googleapis/cloud-run requirements
mfridman
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hope googleapis doesn't create a reverse dependency 🤞 .
unmultimedio
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Double checked imports, just to be safe.
| # Required for api/client.proto | ||
| + api/launch_stage.proto | ||
| # Required for googleapis/cloud-run | ||
| + api/routing.proto |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It imports only WKT:
import "google/protobuf/descriptor.proto";| + geo/type/viewport.proto | ||
|
|
||
| # Required for googleapis/cloud-run | ||
| + iam/v1/iam_policy.proto |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It imports files that are already here, and WKT:
import "google/api/annotations.proto";
import "google/api/client.proto";
import "google/api/field_behavior.proto";
import "google/api/resource.proto";
import "google/iam/v1/options.proto";
import "google/iam/v1/policy.proto";
import "google/protobuf/field_mask.proto";|
|
||
| # Required for googleapis/cloud-run | ||
| + iam/v1/iam_policy.proto | ||
| + iam/v1/options.proto |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Doesn't have any import.
| # Required for googleapis/cloud-run | ||
| + iam/v1/iam_policy.proto | ||
| + iam/v1/options.proto | ||
| + iam/v1/policy.proto |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It imports only WKT:
import "google/type/expr.proto";
These additional files are imports for the requested
googleapis/cloud-runmodule: #1092We need to first sync these ones to at least one ref, before adding that new module.