-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
feat: [cloudquotas] new module for cloudquotas #9991
Conversation
lqiu96
commented
Oct 24, 2023
•
edited
Loading
edited
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.
@suztomo My only concern is that Maven group id is different from the GAPIC package. If that's OK, feel free to approve.
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.
I don't think of a problem that would be caused by the groupId and Java package mismatch.
observability for resource usage, quotas, and restrictions of the services | ||
they consume.</description> | ||
<parent> | ||
<groupId>com.google.cloud</groupId> |
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 got "com.google.cloud" appropriately.
* limitations under the License. | ||
*/ | ||
|
||
package com.google.api.cloudquotas.v1; |
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.
The generated class has "com.google.api" (no "cloud")
Adding |
Thanks! Yep, I think you're right and this should be good to go. This library probably needs to be regenerated. @ddixit14 Feel to free to create a new branch/ PR and close this one if that's easier. |