We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
See https://cloud.google.com/dns/api/v1/projects/get
The resource consists of read-only information (quotas, mostly) about the project within DNS.
One strategy might be to add a quotas method to the client which fetched and returned the quotas sub-mapping for the project.
quotas
The text was updated successfully, but these errors were encountered:
If it's simple to do, I see no reason not to. If it is a lot of work, we can revisit.
Sorry, something went wrong.
The Client.quotas method does expose all the relevant information.
Client.quotas
tseaver
No branches or pull requests
See https://cloud.google.com/dns/api/v1/projects/get
The resource consists of read-only information (quotas, mostly) about the project within DNS.
One strategy might be to add a
quotas
method to the client which fetched and returned thequotas
sub-mapping for the project.The text was updated successfully, but these errors were encountered: