| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 43079af commit 2ecdbee
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -42,7 +42,7 @@ service QuotaAdjusterSettingsManager { | |||
| 42 | 42 | option (google.api.oauth_scopes) = | |
| 43 | 43 | "https://www.googleapis.com/auth/cloud-platform"; | |
| 44 | 44 | ||
| 45 | - // RPC Method for updating QuotaAdjusterSettings based on the request | ||
| 45 | + // Updates the QuotaAdjusterSettings for the specified resource. | ||
| 46 | 46 | rpc UpdateQuotaAdjusterSettings(UpdateQuotaAdjusterSettingsRequest) | |
| 47 | 47 | returns (QuotaAdjusterSettings) { | |
| 48 | 48 | option (google.api.http) = { | |
@@ -61,7 +61,7 @@ service QuotaAdjusterSettingsManager { | |||
| 61 | 61 | "quota_adjuster_settings,update_mask"; | |
| 62 | 62 | } | |
| 63 | 63 | ||
| 64 | - // RPC Method for getting QuotaAdjusterSettings based on the request | ||
| 64 | + // Gets the QuotaAdjusterSettings for the specified resource. | ||
| 65 | 65 | rpc GetQuotaAdjusterSettings(GetQuotaAdjusterSettingsRequest) | |
| 66 | 66 | returns (QuotaAdjusterSettings) { | |
| 67 | 67 | option (google.api.http) = { | |
@@ -130,9 +130,13 @@ message QuotaAdjusterSettings { | |||
| 130 | 130 | DISABLED = 3; | |
| 131 | 131 | } | |
| 132 | 132 | ||
| 133 | - // Identifier. Name of the config would be of the format: | ||
| 133 | + // Identifier. Name of the configuration, in the formats below: | ||
| 134 | + // | ||
| 135 | + // * For a project: | ||
| 134 | 136 | // projects/PROJECT_NUMBER/locations/global/quotaAdjusterSettings | |
| 137 | + // * For a folder: | ||
| 135 | 138 | // folders/FOLDER_NUMBER/locations/global/quotaAdjusterSettings | |
| 139 | + // * For an organization: | ||
| 136 | 140 | // organizations/ORGANIZATION_NUMBER/locations/global/quotaAdjusterSettings | |
| 137 | 141 | string name = 1 [(google.api.field_behavior) = IDENTIFIER]; | |
| 138 | 142 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments