Skip to content

Commit

Permalink
feat: update serviceusage v1beta1 API
Browse files Browse the repository at this point in the history
Committer: @xiaozhenliu-gg5
PiperOrigin-RevId: 376207067
  • Loading branch information
Google APIs authored and Copybara-Service committed May 27, 2021
1 parent 0e8432b commit 1c20dcf
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions google/api/serviceusage/v1beta1/serviceusage.proto
Expand Up @@ -31,10 +31,13 @@ option java_package = "com.google.api.serviceusage.v1beta1";
option php_namespace = "Google\\Api\\ServiceUsage\\V1beta1";
option ruby_package = "Google::Api::ServiceUsage::V1beta1";

// [Service Usage API](/service-usage/docs/overview)
// [Service Usage API](https://cloud.google.com/service-usage/docs/overview)
service ServiceUsage {
option (google.api.default_host) = "serviceusage.googleapis.com";
option (google.api.oauth_scopes) = "https://www.googleapis.com/auth/cloud-platform";
option (google.api.oauth_scopes) =
"https://www.googleapis.com/auth/cloud-platform,"
"https://www.googleapis.com/auth/cloud-platform.read-only,"
"https://www.googleapis.com/auth/service.management";

// Enables a service so that it can be used with a project.
//
Expand Down

0 comments on commit 1c20dcf

Please sign in to comment.