Skip to content

Commit

Permalink
feat(apigee): update the api
Browse files Browse the repository at this point in the history
#### apigee:v1

The following keys were added:
- endpoints (Total Keys: 1)
  • Loading branch information
yoshi-automation committed Oct 29, 2024
1 parent b3a28a1 commit 0e8a38d
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 9 deletions.
8 changes: 4 additions & 4 deletions docs/dyn/apigee_v1.organizations.securityProfilesV2.html
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ <h3>Method Details</h3>
<pre>Create a security profile v2.

Args:
parent: string, Required. The parent resource name. (required)
parent: string, Required. The parent resource name. Format: `organizations/{org}` (required)
body: object, The request body.
The object takes the form of:

Expand Down Expand Up @@ -151,7 +151,7 @@ <h3>Method Details</h3>
<pre>Delete a security profile v2.

Args:
name: string, Required. The name of the security profile v2 to delete. (required)
name: string, Required. The name of the security profile v2 to delete. Format: `organizations/{org}/securityProfilesV2/{profile}` (required)
x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format
Expand All @@ -169,7 +169,7 @@ <h3>Method Details</h3>
<pre>Get a security profile v2.

Args:
name: string, Required. The security profile id. (required)
name: string, Required. The name of the security profile v2 to get. Format: `organizations/{org}/securityProfilesV2/{profile}` (required)
x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format
Expand Down Expand Up @@ -263,7 +263,7 @@ <h3>Method Details</h3>
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. The time of the security profile update.
}

updateMask: string, Required. The list of fields to update.
updateMask: string, Optional. The list of fields to update. Valid fields to update are `description` and `profileAssessmentConfigs`.
x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format
Expand Down
22 changes: 17 additions & 5 deletions googleapiclient/discovery_cache/documents/apigee.v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,18 @@
"description": "Use the Apigee API to programmatically develop and manage APIs with a set of RESTful operations. Develop and secure API proxies, deploy and undeploy API proxy revisions, monitor APIs, configure environments, manage users, and more. Note: This product is available as a free trial for a time period of 60 days.",
"discoveryVersion": "v1",
"documentationLink": "https://cloud.google.com/apigee-api-management/",
"endpoints": [
{
"description": "Regional Endpoint",
"endpointUrl": "https://apigee.us.rep.googleapis.com/",
"location": "us"
},
{
"description": "Regional Endpoint",
"endpointUrl": "https://apigee.eu.rep.googleapis.com/",
"location": "eu"
}
],
"fullyEncodeReservedExpansion": true,
"icons": {
"x16": "http://www.google.com/images/icons/product/search-16.gif",
Expand Down Expand Up @@ -9574,7 +9586,7 @@
],
"parameters": {
"parent": {
"description": "Required. The parent resource name.",
"description": "Required. The parent resource name. Format: `organizations/{org}`",
"location": "path",
"pattern": "^organizations/[^/]+$",
"required": true,
Expand Down Expand Up @@ -9607,7 +9619,7 @@
],
"parameters": {
"name": {
"description": "Required. The name of the security profile v2 to delete.",
"description": "Required. The name of the security profile v2 to delete. Format: `organizations/{org}/securityProfilesV2/{profile}`",
"location": "path",
"pattern": "^organizations/[^/]+/securityProfilesV2/[^/]+$",
"required": true,
Expand All @@ -9632,7 +9644,7 @@
],
"parameters": {
"name": {
"description": "Required. The security profile id.",
"description": "Required. The name of the security profile v2 to get. Format: `organizations/{org}/securityProfilesV2/{profile}`",
"location": "path",
"pattern": "^organizations/[^/]+/securityProfilesV2/[^/]+$",
"required": true,
Expand Down Expand Up @@ -9700,7 +9712,7 @@
"type": "string"
},
"updateMask": {
"description": "Required. The list of fields to update.",
"description": "Optional. The list of fields to update. Valid fields to update are `description` and `profileAssessmentConfigs`.",
"format": "google-fieldmask",
"location": "query",
"type": "string"
Expand Down Expand Up @@ -10373,7 +10385,7 @@
}
}
},
"revision": "20241004",
"revision": "20241017",
"rootUrl": "https://apigee.googleapis.com/",
"schemas": {
"EdgeConfigstoreBundleBadBundle": {
Expand Down

0 comments on commit 0e8a38d

Please sign in to comment.