Skip to content

Commit 75acf34

Browse files
feat(apigee): update the api
#### apigee:v1 The following keys were added: - schemas.GoogleCloudApigeeV1DimensionMetric.properties.individualNames (Total Keys: 2) - schemas.GoogleCloudApigeeV1ProfileConfig (Total Keys: 24) - schemas.GoogleCloudApigeeV1SecurityProfile.properties.profileConfig.$ref (Total Keys: 1)
1 parent facb0fa commit 75acf34

File tree

5 files changed

+176
-11
lines changed

5 files changed

+176
-11
lines changed

docs/dyn/apigee_v1.organizations.environments.stats.html

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,9 @@ <h3>Method Details</h3>
120120
{ # Encapsulates the environment wrapper: ``` &quot;environments&quot;: [ { &quot;metrics&quot;: [ { &quot;name&quot;: &quot;sum(message_count)&quot;, &quot;values&quot;: [ &quot;2.52056245E8&quot; ] } ], &quot;name&quot;: &quot;prod&quot; } ]```
121121
&quot;dimensions&quot;: [ # List of metrics grouped under dimensions.
122122
{ # Encapsulates a metric grouped by dimension.
123+
&quot;individualNames&quot;: [ # Individual dimension names. E.g. [&quot;dim1_name&quot;, &quot;dim2_name&quot;].
124+
&quot;A String&quot;,
125+
],
123126
&quot;metrics&quot;: [ # List of metrics.
124127
{ # Encapsulates the metric data point. For example: ```{ &quot;name&quot;: &quot;sum(message_count)&quot;, &quot;values&quot; : [ { &quot;timestamp&quot;: 1549004400000, &quot;value&quot;: &quot;39.0&quot; }, { &quot;timestamp&quot; : 1548997200000, &quot;value&quot; : &quot;0.0&quot; } ] }``` or ```{ &quot;name&quot;: &quot;sum(message_count)&quot;, &quot;values&quot; : [&quot;39.0&quot;] }```
125128
&quot;name&quot;: &quot;A String&quot;, # Metric name.
@@ -128,7 +131,7 @@ <h3>Method Details</h3>
128131
],
129132
},
130133
],
131-
&quot;name&quot;: &quot;A String&quot;, # Name of the dimension.
134+
&quot;name&quot;: &quot;A String&quot;, # Comma joined dimension names. E.g. &quot;dim1_name,dim2_name&quot;. Deprecated. If name already has comma before join, we may get wrong splits. Please use individual_names.
132135
},
133136
],
134137
&quot;metrics&quot;: [ # In the final response, only one of the following fields will be present based on the dimensions provided. If no dimensions are provided, then only top-level metrics is provided. If dimensions are included, then there will be a top-level dimensions field under environments which will contain metrics values and the dimension name. Example: ``` &quot;environments&quot;: [ { &quot;dimensions&quot;: [ { &quot;metrics&quot;: [ { &quot;name&quot;: &quot;sum(message_count)&quot;, &quot;values&quot;: [ &quot;2.14049521E8&quot; ] } ], &quot;name&quot;: &quot;nit_proxy&quot; } ], &quot;name&quot;: &quot;prod&quot; } ]``` or ```&quot;environments&quot;: [ { &quot;metrics&quot;: [ { &quot;name&quot;: &quot;sum(message_count)&quot;, &quot;values&quot;: [ &quot;2.19026331E8&quot; ] } ], &quot;name&quot;: &quot;prod&quot; } ]``` List of metric values.
@@ -146,6 +149,9 @@ <h3>Method Details</h3>
146149
{ # Encapsulates the hostname wrapper: ``` &quot;hosts&quot;: [ { &quot;metrics&quot;: [ { &quot;name&quot;: &quot;sum(message_count)&quot;, &quot;values&quot;: [ &quot;2.52056245E8&quot; ] } ], &quot;name&quot;: &quot;example.com&quot; } ]```
147150
&quot;dimensions&quot;: [ # List of metrics grouped under dimensions.
148151
{ # Encapsulates a metric grouped by dimension.
152+
&quot;individualNames&quot;: [ # Individual dimension names. E.g. [&quot;dim1_name&quot;, &quot;dim2_name&quot;].
153+
&quot;A String&quot;,
154+
],
149155
&quot;metrics&quot;: [ # List of metrics.
150156
{ # Encapsulates the metric data point. For example: ```{ &quot;name&quot;: &quot;sum(message_count)&quot;, &quot;values&quot; : [ { &quot;timestamp&quot;: 1549004400000, &quot;value&quot;: &quot;39.0&quot; }, { &quot;timestamp&quot; : 1548997200000, &quot;value&quot; : &quot;0.0&quot; } ] }``` or ```{ &quot;name&quot;: &quot;sum(message_count)&quot;, &quot;values&quot; : [&quot;39.0&quot;] }```
151157
&quot;name&quot;: &quot;A String&quot;, # Metric name.
@@ -154,7 +160,7 @@ <h3>Method Details</h3>
154160
],
155161
},
156162
],
157-
&quot;name&quot;: &quot;A String&quot;, # Name of the dimension.
163+
&quot;name&quot;: &quot;A String&quot;, # Comma joined dimension names. E.g. &quot;dim1_name,dim2_name&quot;. Deprecated. If name already has comma before join, we may get wrong splits. Please use individual_names.
158164
},
159165
],
160166
&quot;metrics&quot;: [ # In the final response, only one of the following fields will be present based on the dimensions provided. If no dimensions are provided, then only the top-level metrics are provided. If dimensions are included, then there will be a top-level dimensions field under hostnames which will contain metrics values and the dimension name. Example: ``` &quot;hosts&quot;: [ { &quot;dimensions&quot;: [ { &quot;metrics&quot;: [ { &quot;name&quot;: &quot;sum(message_count)&quot;, &quot;values&quot;: [ &quot;2.14049521E8&quot; ] } ], &quot;name&quot;: &quot;nit_proxy&quot; } ], &quot;name&quot;: &quot;example.com&quot; } ]``` OR ```&quot;hosts&quot;: [ { &quot;metrics&quot;: [ { &quot;name&quot;: &quot;sum(message_count)&quot;, &quot;values&quot;: [ &quot;2.19026331E8&quot; ] } ], &quot;name&quot;: &quot;example.com&quot; } ]``` List of metric values.

docs/dyn/apigee_v1.organizations.hostStats.html

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,9 @@ <h3>Method Details</h3>
119119
{ # Encapsulates the environment wrapper: ``` &quot;environments&quot;: [ { &quot;metrics&quot;: [ { &quot;name&quot;: &quot;sum(message_count)&quot;, &quot;values&quot;: [ &quot;2.52056245E8&quot; ] } ], &quot;name&quot;: &quot;prod&quot; } ]```
120120
&quot;dimensions&quot;: [ # List of metrics grouped under dimensions.
121121
{ # Encapsulates a metric grouped by dimension.
122+
&quot;individualNames&quot;: [ # Individual dimension names. E.g. [&quot;dim1_name&quot;, &quot;dim2_name&quot;].
123+
&quot;A String&quot;,
124+
],
122125
&quot;metrics&quot;: [ # List of metrics.
123126
{ # Encapsulates the metric data point. For example: ```{ &quot;name&quot;: &quot;sum(message_count)&quot;, &quot;values&quot; : [ { &quot;timestamp&quot;: 1549004400000, &quot;value&quot;: &quot;39.0&quot; }, { &quot;timestamp&quot; : 1548997200000, &quot;value&quot; : &quot;0.0&quot; } ] }``` or ```{ &quot;name&quot;: &quot;sum(message_count)&quot;, &quot;values&quot; : [&quot;39.0&quot;] }```
124127
&quot;name&quot;: &quot;A String&quot;, # Metric name.
@@ -127,7 +130,7 @@ <h3>Method Details</h3>
127130
],
128131
},
129132
],
130-
&quot;name&quot;: &quot;A String&quot;, # Name of the dimension.
133+
&quot;name&quot;: &quot;A String&quot;, # Comma joined dimension names. E.g. &quot;dim1_name,dim2_name&quot;. Deprecated. If name already has comma before join, we may get wrong splits. Please use individual_names.
131134
},
132135
],
133136
&quot;metrics&quot;: [ # In the final response, only one of the following fields will be present based on the dimensions provided. If no dimensions are provided, then only top-level metrics is provided. If dimensions are included, then there will be a top-level dimensions field under environments which will contain metrics values and the dimension name. Example: ``` &quot;environments&quot;: [ { &quot;dimensions&quot;: [ { &quot;metrics&quot;: [ { &quot;name&quot;: &quot;sum(message_count)&quot;, &quot;values&quot;: [ &quot;2.14049521E8&quot; ] } ], &quot;name&quot;: &quot;nit_proxy&quot; } ], &quot;name&quot;: &quot;prod&quot; } ]``` or ```&quot;environments&quot;: [ { &quot;metrics&quot;: [ { &quot;name&quot;: &quot;sum(message_count)&quot;, &quot;values&quot;: [ &quot;2.19026331E8&quot; ] } ], &quot;name&quot;: &quot;prod&quot; } ]``` List of metric values.
@@ -145,6 +148,9 @@ <h3>Method Details</h3>
145148
{ # Encapsulates the hostname wrapper: ``` &quot;hosts&quot;: [ { &quot;metrics&quot;: [ { &quot;name&quot;: &quot;sum(message_count)&quot;, &quot;values&quot;: [ &quot;2.52056245E8&quot; ] } ], &quot;name&quot;: &quot;example.com&quot; } ]```
146149
&quot;dimensions&quot;: [ # List of metrics grouped under dimensions.
147150
{ # Encapsulates a metric grouped by dimension.
151+
&quot;individualNames&quot;: [ # Individual dimension names. E.g. [&quot;dim1_name&quot;, &quot;dim2_name&quot;].
152+
&quot;A String&quot;,
153+
],
148154
&quot;metrics&quot;: [ # List of metrics.
149155
{ # Encapsulates the metric data point. For example: ```{ &quot;name&quot;: &quot;sum(message_count)&quot;, &quot;values&quot; : [ { &quot;timestamp&quot;: 1549004400000, &quot;value&quot;: &quot;39.0&quot; }, { &quot;timestamp&quot; : 1548997200000, &quot;value&quot; : &quot;0.0&quot; } ] }``` or ```{ &quot;name&quot;: &quot;sum(message_count)&quot;, &quot;values&quot; : [&quot;39.0&quot;] }```
150156
&quot;name&quot;: &quot;A String&quot;, # Metric name.
@@ -153,7 +159,7 @@ <h3>Method Details</h3>
153159
],
154160
},
155161
],
156-
&quot;name&quot;: &quot;A String&quot;, # Name of the dimension.
162+
&quot;name&quot;: &quot;A String&quot;, # Comma joined dimension names. E.g. &quot;dim1_name,dim2_name&quot;. Deprecated. If name already has comma before join, we may get wrong splits. Please use individual_names.
157163
},
158164
],
159165
&quot;metrics&quot;: [ # In the final response, only one of the following fields will be present based on the dimensions provided. If no dimensions are provided, then only the top-level metrics are provided. If dimensions are included, then there will be a top-level dimensions field under hostnames which will contain metrics values and the dimension name. Example: ``` &quot;hosts&quot;: [ { &quot;dimensions&quot;: [ { &quot;metrics&quot;: [ { &quot;name&quot;: &quot;sum(message_count)&quot;, &quot;values&quot;: [ &quot;2.14049521E8&quot; ] } ], &quot;name&quot;: &quot;nit_proxy&quot; } ], &quot;name&quot;: &quot;example.com&quot; } ]``` OR ```&quot;hosts&quot;: [ { &quot;metrics&quot;: [ { &quot;name&quot;: &quot;sum(message_count)&quot;, &quot;values&quot;: [ &quot;2.19026331E8&quot; ] } ], &quot;name&quot;: &quot;example.com&quot; } ]``` List of metric values.

docs/dyn/apigee_v1.organizations.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ <h3>Method Details</h3>
249249
&quot;enabled&quot;: True or False, # Flag that specifies whether the Monetization add-on is enabled.
250250
},
251251
},
252-
&quot;analyticsRegion&quot;: &quot;A String&quot;, # Required. DEPRECATED: This field will be deprecated once Apigee supports DRZ. Primary Google Cloud region for analytics data storage. For valid values, see [Create an Apigee organization](https://cloud.google.com/apigee/docs/api-platform/get-started/create-org).
252+
&quot;analyticsRegion&quot;: &quot;A String&quot;, # Required. DEPRECATED: This field will eventually be deprecated and replaced with a differently-named field. Primary Google Cloud region for analytics data storage. For valid values, see [Create an Apigee organization](https://cloud.google.com/apigee/docs/api-platform/get-started/create-org).
253253
&quot;apiConsumerDataEncryptionKeyName&quot;: &quot;A String&quot;, # Cloud KMS key name used for encrypting API consumer data. Required for US/EU regions when [BillingType](#BillingType) is `SUBSCRIPTION`. When [BillingType](#BillingType) is `EVALUATION` or the region is not US/EU, a Google-Managed encryption key will be used. Format: `projects/*/locations/*/keyRings/*/cryptoKeys/*`
254254
&quot;apiConsumerDataLocation&quot;: &quot;A String&quot;, # This field is needed only for customers with control plane in US or EU. Apigee stores some control plane data only in single region. This field determines which single region Apigee should use. For example: &quot;us-west1&quot; when control plane is in US or &quot;europe-west2&quot; when control plane is in EU.
255255
&quot;apigeeProjectId&quot;: &quot;A String&quot;, # Output only. Apigee Project ID associated with the organization. Use this project to allowlist Apigee in the Service Attachment when using private service connect with Apigee.
@@ -390,7 +390,7 @@ <h3>Method Details</h3>
390390
&quot;enabled&quot;: True or False, # Flag that specifies whether the Monetization add-on is enabled.
391391
},
392392
},
393-
&quot;analyticsRegion&quot;: &quot;A String&quot;, # Required. DEPRECATED: This field will be deprecated once Apigee supports DRZ. Primary Google Cloud region for analytics data storage. For valid values, see [Create an Apigee organization](https://cloud.google.com/apigee/docs/api-platform/get-started/create-org).
393+
&quot;analyticsRegion&quot;: &quot;A String&quot;, # Required. DEPRECATED: This field will eventually be deprecated and replaced with a differently-named field. Primary Google Cloud region for analytics data storage. For valid values, see [Create an Apigee organization](https://cloud.google.com/apigee/docs/api-platform/get-started/create-org).
394394
&quot;apiConsumerDataEncryptionKeyName&quot;: &quot;A String&quot;, # Cloud KMS key name used for encrypting API consumer data. Required for US/EU regions when [BillingType](#BillingType) is `SUBSCRIPTION`. When [BillingType](#BillingType) is `EVALUATION` or the region is not US/EU, a Google-Managed encryption key will be used. Format: `projects/*/locations/*/keyRings/*/cryptoKeys/*`
395395
&quot;apiConsumerDataLocation&quot;: &quot;A String&quot;, # This field is needed only for customers with control plane in US or EU. Apigee stores some control plane data only in single region. This field determines which single region Apigee should use. For example: &quot;us-west1&quot; when control plane is in US or &quot;europe-west2&quot; when control plane is in EU.
396396
&quot;apigeeProjectId&quot;: &quot;A String&quot;, # Output only. Apigee Project ID associated with the organization. Use this project to allowlist Apigee in the Service Attachment when using private service connect with Apigee.
@@ -711,7 +711,7 @@ <h3>Method Details</h3>
711711
&quot;enabled&quot;: True or False, # Flag that specifies whether the Monetization add-on is enabled.
712712
},
713713
},
714-
&quot;analyticsRegion&quot;: &quot;A String&quot;, # Required. DEPRECATED: This field will be deprecated once Apigee supports DRZ. Primary Google Cloud region for analytics data storage. For valid values, see [Create an Apigee organization](https://cloud.google.com/apigee/docs/api-platform/get-started/create-org).
714+
&quot;analyticsRegion&quot;: &quot;A String&quot;, # Required. DEPRECATED: This field will eventually be deprecated and replaced with a differently-named field. Primary Google Cloud region for analytics data storage. For valid values, see [Create an Apigee organization](https://cloud.google.com/apigee/docs/api-platform/get-started/create-org).
715715
&quot;apiConsumerDataEncryptionKeyName&quot;: &quot;A String&quot;, # Cloud KMS key name used for encrypting API consumer data. Required for US/EU regions when [BillingType](#BillingType) is `SUBSCRIPTION`. When [BillingType](#BillingType) is `EVALUATION` or the region is not US/EU, a Google-Managed encryption key will be used. Format: `projects/*/locations/*/keyRings/*/cryptoKeys/*`
716716
&quot;apiConsumerDataLocation&quot;: &quot;A String&quot;, # This field is needed only for customers with control plane in US or EU. Apigee stores some control plane data only in single region. This field determines which single region Apigee should use. For example: &quot;us-west1&quot; when control plane is in US or &quot;europe-west2&quot; when control plane is in EU.
717717
&quot;apigeeProjectId&quot;: &quot;A String&quot;, # Output only. Apigee Project ID associated with the organization. Use this project to allowlist Apigee in the Service Attachment when using private service connect with Apigee.
@@ -777,7 +777,7 @@ <h3>Method Details</h3>
777777
&quot;enabled&quot;: True or False, # Flag that specifies whether the Monetization add-on is enabled.
778778
},
779779
},
780-
&quot;analyticsRegion&quot;: &quot;A String&quot;, # Required. DEPRECATED: This field will be deprecated once Apigee supports DRZ. Primary Google Cloud region for analytics data storage. For valid values, see [Create an Apigee organization](https://cloud.google.com/apigee/docs/api-platform/get-started/create-org).
780+
&quot;analyticsRegion&quot;: &quot;A String&quot;, # Required. DEPRECATED: This field will eventually be deprecated and replaced with a differently-named field. Primary Google Cloud region for analytics data storage. For valid values, see [Create an Apigee organization](https://cloud.google.com/apigee/docs/api-platform/get-started/create-org).
781781
&quot;apiConsumerDataEncryptionKeyName&quot;: &quot;A String&quot;, # Cloud KMS key name used for encrypting API consumer data. Required for US/EU regions when [BillingType](#BillingType) is `SUBSCRIPTION`. When [BillingType](#BillingType) is `EVALUATION` or the region is not US/EU, a Google-Managed encryption key will be used. Format: `projects/*/locations/*/keyRings/*/cryptoKeys/*`
782782
&quot;apiConsumerDataLocation&quot;: &quot;A String&quot;, # This field is needed only for customers with control plane in US or EU. Apigee stores some control plane data only in single region. This field determines which single region Apigee should use. For example: &quot;us-west1&quot; when control plane is in US or &quot;europe-west2&quot; when control plane is in EU.
783783
&quot;apigeeProjectId&quot;: &quot;A String&quot;, # Output only. Apigee Project ID associated with the organization. Use this project to allowlist Apigee in the Service Attachment when using private service connect with Apigee.

0 commit comments

Comments
 (0)