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:
- schemas.GoogleCloudApigeeV1EnvironmentGroupAttachment.properties.environmentGroupId (Total Keys: 2)
  • Loading branch information
yoshi-automation committed Mar 22, 2022
1 parent ae2e5c2 commit 05d3479
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
3 changes: 3 additions & 0 deletions docs/dyn/apigee_v1.organizations.envgroups.attachments.html
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ <h3>Method Details</h3>
{ # EnvironmentGroupAttachment is a resource which defines an attachment of an environment to an environment group.
&quot;createdAt&quot;: &quot;A String&quot;, # Output only. The time at which the environment group attachment was created as milliseconds since epoch.
&quot;environment&quot;: &quot;A String&quot;, # Required. ID of the attached environment.
&quot;environmentGroupId&quot;: &quot;A String&quot;, # Output only. ID of the environment group.
&quot;name&quot;: &quot;A String&quot;, # ID of the environment group attachment.
}

Expand Down Expand Up @@ -194,6 +195,7 @@ <h3>Method Details</h3>
{ # EnvironmentGroupAttachment is a resource which defines an attachment of an environment to an environment group.
&quot;createdAt&quot;: &quot;A String&quot;, # Output only. The time at which the environment group attachment was created as milliseconds since epoch.
&quot;environment&quot;: &quot;A String&quot;, # Required. ID of the attached environment.
&quot;environmentGroupId&quot;: &quot;A String&quot;, # Output only. ID of the environment group.
&quot;name&quot;: &quot;A String&quot;, # ID of the environment group attachment.
}</pre>
</div>
Expand All @@ -219,6 +221,7 @@ <h3>Method Details</h3>
{ # EnvironmentGroupAttachment is a resource which defines an attachment of an environment to an environment group.
&quot;createdAt&quot;: &quot;A String&quot;, # Output only. The time at which the environment group attachment was created as milliseconds since epoch.
&quot;environment&quot;: &quot;A String&quot;, # Required. ID of the attached environment.
&quot;environmentGroupId&quot;: &quot;A String&quot;, # Output only. ID of the environment group.
&quot;name&quot;: &quot;A String&quot;, # ID of the environment group attachment.
},
],
Expand Down
7 changes: 6 additions & 1 deletion googleapiclient/discovery_cache/documents/apigee.v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -7588,7 +7588,7 @@
}
}
},
"revision": "20220303",
"revision": "20220310",
"rootUrl": "https://apigee.googleapis.com/",
"schemas": {
"EdgeConfigstoreBundleBadBundle": {
Expand Down Expand Up @@ -9947,6 +9947,11 @@
"description": "Required. ID of the attached environment.",
"type": "string"
},
"environmentGroupId": {
"description": "Output only. ID of the environment group.",
"readOnly": true,
"type": "string"
},
"name": {
"description": "ID of the environment group attachment.",
"type": "string"
Expand Down

0 comments on commit 05d3479

Please sign in to comment.