Skip to content

Commit

Permalink
fix(servicemanagement): update the API
Browse files Browse the repository at this point in the history
#### servicemanagement:v1

The following keys were changed:
- resources.services.methods.delete.parameters.serviceName.description
- resources.services.methods.getConfig.parameters.serviceName.description
- resources.services.methods.undelete.parameters.serviceName.description
- resources.services.resources.configs.methods.create.parameters.serviceName.description
- resources.services.resources.configs.methods.get.parameters.serviceName.description
- resources.services.resources.configs.methods.list.parameters.serviceName.description
- resources.services.resources.configs.methods.submit.parameters.serviceName.description
- resources.services.resources.rollouts.methods.create.parameters.serviceName.description
- resources.services.resources.rollouts.methods.get.parameters.serviceName.description
- resources.services.resources.rollouts.methods.list.parameters.filter.description
- resources.services.resources.rollouts.methods.list.parameters.serviceName.description
- schemas.ManagedService.properties.serviceName.description
  • Loading branch information
yoshi-automation authored and bcoe committed Apr 11, 2022
1 parent 4f3c754 commit 8a5087b
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 36 deletions.
26 changes: 13 additions & 13 deletions discovery/servicemanagement-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@
],
"parameters": {
"serviceName": {
"description": "Required. The name of the service. See the [overview](/service-management/overview) for naming requirements. For example: `example.googleapis.com`.",
"description": "Required. The name of the service. See the [overview](https://cloud.google.com/service-management/overview) for naming requirements. For example: `example.googleapis.com`.",
"location": "path",
"required": true,
"type": "string"
Expand Down Expand Up @@ -289,7 +289,7 @@
"type": "string"
},
"serviceName": {
"description": "Required. The name of the service. See the [overview](/service-management/overview) for naming requirements. For example: `example.googleapis.com`.",
"description": "Required. The name of the service. See the [overview](https://cloud.google.com/service-management/overview) for naming requirements. For example: `example.googleapis.com`.",
"location": "path",
"required": true,
"type": "string"
Expand Down Expand Up @@ -460,7 +460,7 @@
],
"parameters": {
"serviceName": {
"description": "Required. The name of the service. See the [overview](/service-management/overview) for naming requirements. For example: `example.googleapis.com`.",
"description": "Required. The name of the service. See the [overview](https://cloud.google.com/service-management/overview) for naming requirements. For example: `example.googleapis.com`.",
"location": "path",
"required": true,
"type": "string"
Expand Down Expand Up @@ -489,7 +489,7 @@
],
"parameters": {
"serviceName": {
"description": "Required. The name of the service. See the [overview](/service-management/overview) for naming requirements. For example: `example.googleapis.com`.",
"description": "Required. The name of the service. See the [overview](https://cloud.google.com/service-management/overview) for naming requirements. For example: `example.googleapis.com`.",
"location": "path",
"required": true,
"type": "string"
Expand Down Expand Up @@ -524,7 +524,7 @@
"type": "string"
},
"serviceName": {
"description": "Required. The name of the service. See the [overview](/service-management/overview) for naming requirements. For example: `example.googleapis.com`.",
"description": "Required. The name of the service. See the [overview](https://cloud.google.com/service-management/overview) for naming requirements. For example: `example.googleapis.com`.",
"location": "path",
"required": true,
"type": "string"
Expand Down Expand Up @@ -575,7 +575,7 @@
"type": "string"
},
"serviceName": {
"description": "Required. The name of the service. See the [overview](/service-management/overview) for naming requirements. For example: `example.googleapis.com`.",
"description": "Required. The name of the service. See the [overview](https://cloud.google.com/service-management/overview) for naming requirements. For example: `example.googleapis.com`.",
"location": "path",
"required": true,
"type": "string"
Expand All @@ -602,7 +602,7 @@
],
"parameters": {
"serviceName": {
"description": "Required. The name of the service. See the [overview](/service-management/overview) for naming requirements. For example: `example.googleapis.com`.",
"description": "Required. The name of the service. See the [overview](https://cloud.google.com/service-management/overview) for naming requirements. For example: `example.googleapis.com`.",
"location": "path",
"required": true,
"type": "string"
Expand Down Expand Up @@ -729,7 +729,7 @@
],
"parameters": {
"serviceName": {
"description": "Required. The name of the service. See the [overview](/service-management/overview) for naming requirements. For example: `example.googleapis.com`.",
"description": "Required. The name of the service. See the [overview](https://cloud.google.com/service-management/overview) for naming requirements. For example: `example.googleapis.com`.",
"location": "path",
"required": true,
"type": "string"
Expand Down Expand Up @@ -764,7 +764,7 @@
"type": "string"
},
"serviceName": {
"description": "Required. The name of the service. See the [overview](/service-management/overview) for naming requirements. For example: `example.googleapis.com`.",
"description": "Required. The name of the service. See the [overview](https://cloud.google.com/service-management/overview) for naming requirements. For example: `example.googleapis.com`.",
"location": "path",
"required": true,
"type": "string"
Expand All @@ -791,7 +791,7 @@
],
"parameters": {
"filter": {
"description": "Required. Use `filter` to return subset of rollouts. The following filters are supported: -- To limit the results to only those in [status](google.api.servicemanagement.v1.RolloutStatus) 'SUCCESS', use filter='status=SUCCESS' -- To limit the results to those in [status](google.api.servicemanagement.v1.RolloutStatus) 'CANCELLED' or 'FAILED', use filter='status=CANCELLED OR status=FAILED'",
"description": "Required. Use `filter` to return subset of rollouts. The following filters are supported: -- To limit the results to only those in status 'SUCCESS', use filter='status=SUCCESS' -- To limit the results to those in status 'CANCELLED' or 'FAILED', use filter='status=CANCELLED OR status=FAILED'",
"location": "query",
"type": "string"
},
Expand All @@ -807,7 +807,7 @@
"type": "string"
},
"serviceName": {
"description": "Required. The name of the service. See the [overview](/service-management/overview) for naming requirements. For example: `example.googleapis.com`.",
"description": "Required. The name of the service. See the [overview](https://cloud.google.com/service-management/overview) for naming requirements. For example: `example.googleapis.com`.",
"location": "path",
"required": true,
"type": "string"
Expand All @@ -829,7 +829,7 @@
}
}
},
"revision": "20220225",
"revision": "20220401",
"rootUrl": "https://servicemanagement.googleapis.com/",
"schemas": {
"Advice": {
Expand Down Expand Up @@ -2046,7 +2046,7 @@
"type": "string"
},
"serviceName": {
"description": "The name of the service. See the [overview](/service-management/overview) for naming requirements.",
"description": "The name of the service. See the [overview](https://cloud.google.com/service-management/overview) for naming requirements.",
"type": "string"
}
},
Expand Down

0 comments on commit 8a5087b

Please sign in to comment.