Skip to content

Commit 90bded9

Browse files
chore(apigee): update the api
#### apigee:v1 The following keys were added: - resources.organizations.methods.delete (Total Keys: 11) - resources.organizations.resources.environments.methods.getTraceConfig (Total Keys: 11) - resources.organizations.resources.environments.methods.updateTraceConfig (Total Keys: 15) - resources.organizations.resources.environments.resources.traceConfig.resources.overrides.methods.create (Total Keys: 12) - resources.organizations.resources.environments.resources.traceConfig.resources.overrides.methods.delete (Total Keys: 11) - resources.organizations.resources.environments.resources.traceConfig.resources.overrides.methods.get (Total Keys: 11) - resources.organizations.resources.environments.resources.traceConfig.resources.overrides.methods.list (Total Keys: 16) - resources.organizations.resources.environments.resources.traceConfig.resources.overrides.methods.patch (Total Keys: 15) - resources.organizations.resources.instances.resources.natAddresses.methods.activate (Total Keys: 12) - resources.organizations.resources.instances.resources.natAddresses.methods.create (Total Keys: 12) - resources.organizations.resources.instances.resources.natAddresses.methods.delete (Total Keys: 11) - resources.organizations.resources.instances.resources.natAddresses.methods.get (Total Keys: 11) - resources.organizations.resources.instances.resources.natAddresses.methods.list (Total Keys: 16) - schemas.GoogleCloudApigeeV1ActivateNatAddressRequest (Total Keys: 2) - schemas.GoogleCloudApigeeV1DeveloperAppKey.properties.expiresInSeconds (Total Keys: 2) - schemas.GoogleCloudApigeeV1Environment.properties.state (Total Keys: 2) - schemas.GoogleCloudApigeeV1EnvironmentGroup.properties.state (Total Keys: 2) - schemas.GoogleCloudApigeeV1Instance.properties.peeringCidrRange (Total Keys: 1) - schemas.GoogleCloudApigeeV1ListNatAddressesResponse (Total Keys: 5) - schemas.GoogleCloudApigeeV1ListTraceConfigOverridesResponse (Total Keys: 5) - schemas.GoogleCloudApigeeV1NatAddress (Total Keys: 7) - schemas.GoogleCloudApigeeV1Organization.properties.billingType (Total Keys: 2) - schemas.GoogleCloudApigeeV1Organization.properties.expiresAt (Total Keys: 3) - schemas.GoogleCloudApigeeV1Organization.properties.state (Total Keys: 2) - schemas.GoogleCloudApigeeV1TraceConfig (Total Keys: 10) - schemas.GoogleCloudApigeeV1TraceSamplingConfig (Total Keys: 5)
1 parent 5e54a26 commit 90bded9

File tree

30 files changed

+12359
-10940
lines changed

30 files changed

+12359
-10940
lines changed

docs/dyn/apigee_v1.organizations.apis.deployments.html

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -121,22 +121,22 @@ <h3>Method Details</h3>
121121
{ # The status of a deployment as reported by a single instance.
122122
&quot;deployedRevisions&quot;: [ # Revisions currently deployed in MPs.
123123
{ # Revisions deployed in the MPs.
124-
&quot;percentage&quot;: 42, # The percentage of MP replicas reporting this revision
125-
&quot;revision&quot;: &quot;A String&quot;, # The proxy revision reported as deployed.
124+
&quot;percentage&quot;: 42, # Percentage of MP replicas reporting this revision.
125+
&quot;revision&quot;: &quot;A String&quot;, # API proxy revision reported as deployed.
126126
},
127127
],
128-
&quot;deployedRoutes&quot;: [ # The current routes deployed in the ingress routing table. A route which is missing will appear in missing_routes.
129-
{ # A route deployed in the ingress routing table.
130-
&quot;basepath&quot;: &quot;A String&quot;, # The basepath in the routing table.
131-
&quot;envgroup&quot;: &quot;A String&quot;, # The envgroup where this route is installed.
132-
&quot;environment&quot;: &quot;A String&quot;, # The destination environment. This will be empty if the route is not yet reported.
133-
&quot;percentage&quot;: 42, # The percentage of ingress replicas reporting this route.
128+
&quot;deployedRoutes&quot;: [ # Current routes deployed in the ingress routing table. A route which is missing will appear in `missing_routes`.
129+
{ # Route deployed in the ingress routing table.
130+
&quot;basepath&quot;: &quot;A String&quot;, # Base path in the routing table.
131+
&quot;envgroup&quot;: &quot;A String&quot;, # Environment group where this route is installed.
132+
&quot;environment&quot;: &quot;A String&quot;, # Destination environment. This will be empty if the route is not yet reported.
133+
&quot;percentage&quot;: 42, # Percentage of ingress replicas reporting this route.
134134
},
135135
],
136136
&quot;instance&quot;: &quot;A String&quot;, # ID of the instance reporting the status.
137137
},
138138
],
139-
&quot;pods&quot;: [ # Status reported by runtime pods. This field is not populated for List APIs.
139+
&quot;pods&quot;: [ # Status reported by runtime pods. This field is not populated for List APIs. **Note**: **This field is deprecated**. Runtime versions 1.3 and above report instance level status rather than pod status.
140140
{
141141
&quot;appVersion&quot;: &quot;A String&quot;, # Version of the application running in the pod.
142142
&quot;deploymentStatus&quot;: &quot;A String&quot;, # Status of the deployment. Valid values include: - `deployed`: Successful. - `error` : Failed. - `pending` : Pod has not yet reported on the deployment.
@@ -150,16 +150,16 @@ <h3>Method Details</h3>
150150
},
151151
],
152152
&quot;revision&quot;: &quot;A String&quot;, # API proxy revision.
153-
&quot;routeConflicts&quot;: [ # Conflicts in the desired state routing configuration. The presence of conflicts does not cause the state to be ERROR, but it will mean that some of the deployments basepaths are not routed to its environment. If the conflicts change, the state will transition to PROGRESSING until the latest configuration is rolled out to all instances. This field is not populated in List APIs.
154-
{ # Describes a routing conflict that may cause a deployment not to receive traffic at some basepath.
155-
&quot;conflictingDeployment&quot;: { # A tuple representing a basepath and the deployment containing it. # The existing basepath/deployment causing the conflict.
156-
&quot;apiProxy&quot;: &quot;A String&quot;, # The name of the deployed proxy revision containing the basepath.
157-
&quot;basepath&quot;: &quot;A String&quot;, # The basepath receiving traffic.
158-
&quot;environment&quot;: &quot;A String&quot;, # The name of the environment in which the proxy is deployed.
159-
&quot;revision&quot;: &quot;A String&quot;, # The name of the deployed proxy revision containing the basepath.
153+
&quot;routeConflicts&quot;: [ # Conflicts in the desired state routing configuration. The presence of conflicts does not cause the state to be `ERROR`, but it will mean that some of the deployment&#x27;s base paths are not routed to its environment. If the conflicts change, the state will transition to `PROGRESSING` until the latest configuration is rolled out to all instances. This field is not populated in List APIs.
154+
{ # Describes a routing conflict that may cause a deployment not to receive traffic at some base path.
155+
&quot;conflictingDeployment&quot;: { # Tuple representing a base path and the deployment containing it. # Existing base path/deployment causing the conflict.
156+
&quot;apiProxy&quot;: &quot;A String&quot;, # Name of the deployed API proxy revision containing the base path.
157+
&quot;basepath&quot;: &quot;A String&quot;, # Base path receiving traffic.
158+
&quot;environment&quot;: &quot;A String&quot;, # Name of the environment in which the proxy is deployed.
159+
&quot;revision&quot;: &quot;A String&quot;, # Name of the deployed API proxy revision containing the base path.
160160
},
161-
&quot;description&quot;: &quot;A String&quot;, # A human-readable description of this conflict.
162-
&quot;environmentGroup&quot;: &quot;A String&quot;, # The name of the environment group in which this conflict exists.
161+
&quot;description&quot;: &quot;A String&quot;, # Human-readable description of this conflict.
162+
&quot;environmentGroup&quot;: &quot;A String&quot;, # Name of the environment group in which this conflict exists.
163163
},
164164
],
165165
&quot;state&quot;: &quot;A String&quot;, # Current state of the deployment. This field is not populated in List APIs.

docs/dyn/apigee_v1.organizations.apis.revisions.deployments.html

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -121,22 +121,22 @@ <h3>Method Details</h3>
121121
{ # The status of a deployment as reported by a single instance.
122122
&quot;deployedRevisions&quot;: [ # Revisions currently deployed in MPs.
123123
{ # Revisions deployed in the MPs.
124-
&quot;percentage&quot;: 42, # The percentage of MP replicas reporting this revision
125-
&quot;revision&quot;: &quot;A String&quot;, # The proxy revision reported as deployed.
124+
&quot;percentage&quot;: 42, # Percentage of MP replicas reporting this revision.
125+
&quot;revision&quot;: &quot;A String&quot;, # API proxy revision reported as deployed.
126126
},
127127
],
128-
&quot;deployedRoutes&quot;: [ # The current routes deployed in the ingress routing table. A route which is missing will appear in missing_routes.
129-
{ # A route deployed in the ingress routing table.
130-
&quot;basepath&quot;: &quot;A String&quot;, # The basepath in the routing table.
131-
&quot;envgroup&quot;: &quot;A String&quot;, # The envgroup where this route is installed.
132-
&quot;environment&quot;: &quot;A String&quot;, # The destination environment. This will be empty if the route is not yet reported.
133-
&quot;percentage&quot;: 42, # The percentage of ingress replicas reporting this route.
128+
&quot;deployedRoutes&quot;: [ # Current routes deployed in the ingress routing table. A route which is missing will appear in `missing_routes`.
129+
{ # Route deployed in the ingress routing table.
130+
&quot;basepath&quot;: &quot;A String&quot;, # Base path in the routing table.
131+
&quot;envgroup&quot;: &quot;A String&quot;, # Environment group where this route is installed.
132+
&quot;environment&quot;: &quot;A String&quot;, # Destination environment. This will be empty if the route is not yet reported.
133+
&quot;percentage&quot;: 42, # Percentage of ingress replicas reporting this route.
134134
},
135135
],
136136
&quot;instance&quot;: &quot;A String&quot;, # ID of the instance reporting the status.
137137
},
138138
],
139-
&quot;pods&quot;: [ # Status reported by runtime pods. This field is not populated for List APIs.
139+
&quot;pods&quot;: [ # Status reported by runtime pods. This field is not populated for List APIs. **Note**: **This field is deprecated**. Runtime versions 1.3 and above report instance level status rather than pod status.
140140
{
141141
&quot;appVersion&quot;: &quot;A String&quot;, # Version of the application running in the pod.
142142
&quot;deploymentStatus&quot;: &quot;A String&quot;, # Status of the deployment. Valid values include: - `deployed`: Successful. - `error` : Failed. - `pending` : Pod has not yet reported on the deployment.
@@ -150,16 +150,16 @@ <h3>Method Details</h3>
150150
},
151151
],
152152
&quot;revision&quot;: &quot;A String&quot;, # API proxy revision.
153-
&quot;routeConflicts&quot;: [ # Conflicts in the desired state routing configuration. The presence of conflicts does not cause the state to be ERROR, but it will mean that some of the deployments basepaths are not routed to its environment. If the conflicts change, the state will transition to PROGRESSING until the latest configuration is rolled out to all instances. This field is not populated in List APIs.
154-
{ # Describes a routing conflict that may cause a deployment not to receive traffic at some basepath.
155-
&quot;conflictingDeployment&quot;: { # A tuple representing a basepath and the deployment containing it. # The existing basepath/deployment causing the conflict.
156-
&quot;apiProxy&quot;: &quot;A String&quot;, # The name of the deployed proxy revision containing the basepath.
157-
&quot;basepath&quot;: &quot;A String&quot;, # The basepath receiving traffic.
158-
&quot;environment&quot;: &quot;A String&quot;, # The name of the environment in which the proxy is deployed.
159-
&quot;revision&quot;: &quot;A String&quot;, # The name of the deployed proxy revision containing the basepath.
153+
&quot;routeConflicts&quot;: [ # Conflicts in the desired state routing configuration. The presence of conflicts does not cause the state to be `ERROR`, but it will mean that some of the deployment&#x27;s base paths are not routed to its environment. If the conflicts change, the state will transition to `PROGRESSING` until the latest configuration is rolled out to all instances. This field is not populated in List APIs.
154+
{ # Describes a routing conflict that may cause a deployment not to receive traffic at some base path.
155+
&quot;conflictingDeployment&quot;: { # Tuple representing a base path and the deployment containing it. # Existing base path/deployment causing the conflict.
156+
&quot;apiProxy&quot;: &quot;A String&quot;, # Name of the deployed API proxy revision containing the base path.
157+
&quot;basepath&quot;: &quot;A String&quot;, # Base path receiving traffic.
158+
&quot;environment&quot;: &quot;A String&quot;, # Name of the environment in which the proxy is deployed.
159+
&quot;revision&quot;: &quot;A String&quot;, # Name of the deployed API proxy revision containing the base path.
160160
},
161-
&quot;description&quot;: &quot;A String&quot;, # A human-readable description of this conflict.
162-
&quot;environmentGroup&quot;: &quot;A String&quot;, # The name of the environment group in which this conflict exists.
161+
&quot;description&quot;: &quot;A String&quot;, # Human-readable description of this conflict.
162+
&quot;environmentGroup&quot;: &quot;A String&quot;, # Name of the environment group in which this conflict exists.
163163
},
164164
],
165165
&quot;state&quot;: &quot;A String&quot;, # Current state of the deployment. This field is not populated in List APIs.

docs/dyn/apigee_v1.organizations.deployments.html

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -122,22 +122,22 @@ <h3>Method Details</h3>
122122
{ # The status of a deployment as reported by a single instance.
123123
&quot;deployedRevisions&quot;: [ # Revisions currently deployed in MPs.
124124
{ # Revisions deployed in the MPs.
125-
&quot;percentage&quot;: 42, # The percentage of MP replicas reporting this revision
126-
&quot;revision&quot;: &quot;A String&quot;, # The proxy revision reported as deployed.
125+
&quot;percentage&quot;: 42, # Percentage of MP replicas reporting this revision.
126+
&quot;revision&quot;: &quot;A String&quot;, # API proxy revision reported as deployed.
127127
},
128128
],
129-
&quot;deployedRoutes&quot;: [ # The current routes deployed in the ingress routing table. A route which is missing will appear in missing_routes.
130-
{ # A route deployed in the ingress routing table.
131-
&quot;basepath&quot;: &quot;A String&quot;, # The basepath in the routing table.
132-
&quot;envgroup&quot;: &quot;A String&quot;, # The envgroup where this route is installed.
133-
&quot;environment&quot;: &quot;A String&quot;, # The destination environment. This will be empty if the route is not yet reported.
134-
&quot;percentage&quot;: 42, # The percentage of ingress replicas reporting this route.
129+
&quot;deployedRoutes&quot;: [ # Current routes deployed in the ingress routing table. A route which is missing will appear in `missing_routes`.
130+
{ # Route deployed in the ingress routing table.
131+
&quot;basepath&quot;: &quot;A String&quot;, # Base path in the routing table.
132+
&quot;envgroup&quot;: &quot;A String&quot;, # Environment group where this route is installed.
133+
&quot;environment&quot;: &quot;A String&quot;, # Destination environment. This will be empty if the route is not yet reported.
134+
&quot;percentage&quot;: 42, # Percentage of ingress replicas reporting this route.
135135
},
136136
],
137137
&quot;instance&quot;: &quot;A String&quot;, # ID of the instance reporting the status.
138138
},
139139
],
140-
&quot;pods&quot;: [ # Status reported by runtime pods. This field is not populated for List APIs.
140+
&quot;pods&quot;: [ # Status reported by runtime pods. This field is not populated for List APIs. **Note**: **This field is deprecated**. Runtime versions 1.3 and above report instance level status rather than pod status.
141141
{
142142
&quot;appVersion&quot;: &quot;A String&quot;, # Version of the application running in the pod.
143143
&quot;deploymentStatus&quot;: &quot;A String&quot;, # Status of the deployment. Valid values include: - `deployed`: Successful. - `error` : Failed. - `pending` : Pod has not yet reported on the deployment.
@@ -151,16 +151,16 @@ <h3>Method Details</h3>
151151
},
152152
],
153153
&quot;revision&quot;: &quot;A String&quot;, # API proxy revision.
154-
&quot;routeConflicts&quot;: [ # Conflicts in the desired state routing configuration. The presence of conflicts does not cause the state to be ERROR, but it will mean that some of the deployments basepaths are not routed to its environment. If the conflicts change, the state will transition to PROGRESSING until the latest configuration is rolled out to all instances. This field is not populated in List APIs.
155-
{ # Describes a routing conflict that may cause a deployment not to receive traffic at some basepath.
156-
&quot;conflictingDeployment&quot;: { # A tuple representing a basepath and the deployment containing it. # The existing basepath/deployment causing the conflict.
157-
&quot;apiProxy&quot;: &quot;A String&quot;, # The name of the deployed proxy revision containing the basepath.
158-
&quot;basepath&quot;: &quot;A String&quot;, # The basepath receiving traffic.
159-
&quot;environment&quot;: &quot;A String&quot;, # The name of the environment in which the proxy is deployed.
160-
&quot;revision&quot;: &quot;A String&quot;, # The name of the deployed proxy revision containing the basepath.
154+
&quot;routeConflicts&quot;: [ # Conflicts in the desired state routing configuration. The presence of conflicts does not cause the state to be `ERROR`, but it will mean that some of the deployment&#x27;s base paths are not routed to its environment. If the conflicts change, the state will transition to `PROGRESSING` until the latest configuration is rolled out to all instances. This field is not populated in List APIs.
155+
{ # Describes a routing conflict that may cause a deployment not to receive traffic at some base path.
156+
&quot;conflictingDeployment&quot;: { # Tuple representing a base path and the deployment containing it. # Existing base path/deployment causing the conflict.
157+
&quot;apiProxy&quot;: &quot;A String&quot;, # Name of the deployed API proxy revision containing the base path.
158+
&quot;basepath&quot;: &quot;A String&quot;, # Base path receiving traffic.
159+
&quot;environment&quot;: &quot;A String&quot;, # Name of the environment in which the proxy is deployed.
160+
&quot;revision&quot;: &quot;A String&quot;, # Name of the deployed API proxy revision containing the base path.
161161
},
162-
&quot;description&quot;: &quot;A String&quot;, # A human-readable description of this conflict.
163-
&quot;environmentGroup&quot;: &quot;A String&quot;, # The name of the environment group in which this conflict exists.
162+
&quot;description&quot;: &quot;A String&quot;, # Human-readable description of this conflict.
163+
&quot;environmentGroup&quot;: &quot;A String&quot;, # Name of the environment group in which this conflict exists.
164164
},
165165
],
166166
&quot;state&quot;: &quot;A String&quot;, # Current state of the deployment. This field is not populated in List APIs.

docs/dyn/apigee_v1.organizations.developers.apps.keys.apiproducts.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ <h3>Method Details</h3>
116116
&quot;consumerKey&quot;: &quot;A String&quot;, # Consumer key.
117117
&quot;consumerSecret&quot;: &quot;A String&quot;, # Secret key.
118118
&quot;expiresAt&quot;: &quot;A String&quot;, # Time the developer app expires in milliseconds since epoch.
119+
&quot;expiresInSeconds&quot;: &quot;A String&quot;, # Input only. Expiration time, in seconds, for the consumer key. If not set or left to the default value of `-1`, the API key never expires. The expiration time can&#x27;t be updated after it is set.
119120
&quot;issuedAt&quot;: &quot;A String&quot;, # Time the developer app was created in milliseconds since epoch.
120121
&quot;scopes&quot;: [ # Scopes to apply to the app. The specified scope names must already be defined for the API product that you associate with the app.
121122
&quot;A String&quot;,

docs/dyn/apigee_v1.organizations.developers.apps.keys.create.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ <h3>Method Details</h3>
108108
&quot;consumerKey&quot;: &quot;A String&quot;, # Consumer key.
109109
&quot;consumerSecret&quot;: &quot;A String&quot;, # Secret key.
110110
&quot;expiresAt&quot;: &quot;A String&quot;, # Time the developer app expires in milliseconds since epoch.
111+
&quot;expiresInSeconds&quot;: &quot;A String&quot;, # Input only. Expiration time, in seconds, for the consumer key. If not set or left to the default value of `-1`, the API key never expires. The expiration time can&#x27;t be updated after it is set.
111112
&quot;issuedAt&quot;: &quot;A String&quot;, # Time the developer app was created in milliseconds since epoch.
112113
&quot;scopes&quot;: [ # Scopes to apply to the app. The specified scope names must already be defined for the API product that you associate with the app.
113114
&quot;A String&quot;,
@@ -136,6 +137,7 @@ <h3>Method Details</h3>
136137
&quot;consumerKey&quot;: &quot;A String&quot;, # Consumer key.
137138
&quot;consumerSecret&quot;: &quot;A String&quot;, # Secret key.
138139
&quot;expiresAt&quot;: &quot;A String&quot;, # Time the developer app expires in milliseconds since epoch.
140+
&quot;expiresInSeconds&quot;: &quot;A String&quot;, # Input only. Expiration time, in seconds, for the consumer key. If not set or left to the default value of `-1`, the API key never expires. The expiration time can&#x27;t be updated after it is set.
139141
&quot;issuedAt&quot;: &quot;A String&quot;, # Time the developer app was created in milliseconds since epoch.
140142
&quot;scopes&quot;: [ # Scopes to apply to the app. The specified scope names must already be defined for the API product that you associate with the app.
141143
&quot;A String&quot;,

0 commit comments

Comments
 (0)