Skip to content

Commit 95d3fd1

Browse files
feat(all): auto-regenerate discovery clients (#2012)
1 parent 4fed5c2 commit 95d3fd1

File tree

12 files changed

+1341
-146
lines changed

12 files changed

+1341
-146
lines changed

apigee/v1/apigee-api.json

Lines changed: 99 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8744,7 +8744,7 @@
87448744
}
87458745
}
87468746
},
8747-
"revision": "20230508",
8747+
"revision": "20230526",
87488748
"rootUrl": "https://apigee.googleapis.com/",
87498749
"schemas": {
87508750
"EdgeConfigstoreBundleBadBundle": {
@@ -10972,6 +10972,13 @@
1097210972
"description": "Encapsulates a metric grouped by dimension.",
1097310973
"id": "GoogleCloudApigeeV1DimensionMetric",
1097410974
"properties": {
10975+
"individualNames": {
10976+
"description": "Individual dimension names. E.g. [\"dim1_name\", \"dim2_name\"].",
10977+
"items": {
10978+
"type": "string"
10979+
},
10980+
"type": "array"
10981+
},
1097510982
"metrics": {
1097610983
"description": "List of metrics.",
1097710984
"items": {
@@ -10980,7 +10987,7 @@
1098010987
"type": "array"
1098110988
},
1098210989
"name": {
10983-
"description": "Name of the dimension.",
10990+
"description": "Comma joined dimension names. E.g. \"dim1_name,dim2_name\". Deprecated. If name already has comma before join, we may get wrong splits. Please use individual_names.",
1098410991
"type": "string"
1098510992
}
1098610993
},
@@ -12903,7 +12910,7 @@
1290312910
"description": "Addon configurations of the Apigee organization."
1290412911
},
1290512912
"analyticsRegion": {
12906-
"description": "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).",
12913+
"description": "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).",
1290712914
"type": "string"
1290812915
},
1290912916
"apiConsumerDataEncryptionKeyName": {
@@ -13172,6 +13179,87 @@
1317213179
},
1317313180
"type": "object"
1317413181
},
13182+
"GoogleCloudApigeeV1ProfileConfig": {
13183+
"description": "ProfileConfig defines a set of categories and policies which will be used to compute security score.",
13184+
"id": "GoogleCloudApigeeV1ProfileConfig",
13185+
"properties": {
13186+
"categories": {
13187+
"description": "List of categories of profile config.",
13188+
"items": {
13189+
"$ref": "GoogleCloudApigeeV1ProfileConfigCategory"
13190+
},
13191+
"type": "array"
13192+
}
13193+
},
13194+
"type": "object"
13195+
},
13196+
"GoogleCloudApigeeV1ProfileConfigAbuse": {
13197+
"description": "Checks for abuse, which includes any requests sent to the API for purposes other than what it is intended for, such as high volumes of requests, data scraping, and abuse related to authorization.",
13198+
"id": "GoogleCloudApigeeV1ProfileConfigAbuse",
13199+
"properties": {},
13200+
"type": "object"
13201+
},
13202+
"GoogleCloudApigeeV1ProfileConfigAuthorization": {
13203+
"description": "By default, following policies will be included: - JWS - JWT - OAuth - BasicAuth - APIKey",
13204+
"id": "GoogleCloudApigeeV1ProfileConfigAuthorization",
13205+
"properties": {},
13206+
"type": "object"
13207+
},
13208+
"GoogleCloudApigeeV1ProfileConfigCORS": {
13209+
"description": "Checks to see if you have CORS policy in place.",
13210+
"id": "GoogleCloudApigeeV1ProfileConfigCORS",
13211+
"properties": {},
13212+
"type": "object"
13213+
},
13214+
"GoogleCloudApigeeV1ProfileConfigCategory": {
13215+
"description": "Advanced API Security provides security profile that scores the following categories.",
13216+
"id": "GoogleCloudApigeeV1ProfileConfigCategory",
13217+
"properties": {
13218+
"abuse": {
13219+
"$ref": "GoogleCloudApigeeV1ProfileConfigAbuse",
13220+
"description": "Checks for abuse, which includes any requests sent to the API for purposes other than what it is intended for, such as high volumes of requests, data scraping, and abuse related to authorization."
13221+
},
13222+
"authorization": {
13223+
"$ref": "GoogleCloudApigeeV1ProfileConfigAuthorization",
13224+
"description": "Checks to see if you have an authorization policy in place."
13225+
},
13226+
"cors": {
13227+
"$ref": "GoogleCloudApigeeV1ProfileConfigCORS",
13228+
"description": "Checks to see if you have CORS policy in place."
13229+
},
13230+
"mediation": {
13231+
"$ref": "GoogleCloudApigeeV1ProfileConfigMediation",
13232+
"description": "Checks to see if you have a mediation policy in place."
13233+
},
13234+
"mtls": {
13235+
"$ref": "GoogleCloudApigeeV1ProfileConfigMTLS",
13236+
"description": "Checks to see if you have configured mTLS for the target server."
13237+
},
13238+
"threat": {
13239+
"$ref": "GoogleCloudApigeeV1ProfileConfigThreat",
13240+
"description": "Checks to see if you have a threat protection policy in place."
13241+
}
13242+
},
13243+
"type": "object"
13244+
},
13245+
"GoogleCloudApigeeV1ProfileConfigMTLS": {
13246+
"description": "Checks to see if you have configured mTLS for the target server.",
13247+
"id": "GoogleCloudApigeeV1ProfileConfigMTLS",
13248+
"properties": {},
13249+
"type": "object"
13250+
},
13251+
"GoogleCloudApigeeV1ProfileConfigMediation": {
13252+
"description": "By default, following policies will be included: - OASValidation - SOAPMessageValidation",
13253+
"id": "GoogleCloudApigeeV1ProfileConfigMediation",
13254+
"properties": {},
13255+
"type": "object"
13256+
},
13257+
"GoogleCloudApigeeV1ProfileConfigThreat": {
13258+
"description": "By default, following policies will be included: - XMLThreatProtection - JSONThreatProtection",
13259+
"id": "GoogleCloudApigeeV1ProfileConfigThreat",
13260+
"properties": {},
13261+
"type": "object"
13262+
},
1317513263
"GoogleCloudApigeeV1Properties": {
1317613264
"description": "Message for compatibility with legacy Edge specification for Java Properties object in JSON.",
1317713265
"id": "GoogleCloudApigeeV1Properties",
@@ -14379,6 +14467,10 @@
1437914467
"description": "Represents a SecurityProfile resource.",
1438014468
"id": "GoogleCloudApigeeV1SecurityProfile",
1438114469
"properties": {
14470+
"description": {
14471+
"description": "Description of the security profile.",
14472+
"type": "string"
14473+
},
1438214474
"displayName": {
1438314475
"description": "Display name of the security profile.",
1438414476
"type": "string"
@@ -14406,6 +14498,10 @@
1440614498
"description": "Immutable. Name of the security profile resource. Format: organizations/{org}/securityProfiles/{profile}",
1440714499
"type": "string"
1440814500
},
14501+
"profileConfig": {
14502+
"$ref": "GoogleCloudApigeeV1ProfileConfig",
14503+
"description": "Customized profile configuration that computes the security score."
14504+
},
1440914505
"revisionCreateTime": {
1441014506
"description": "Output only. The time when revision was created.",
1441114507
"format": "google-datetime",

apigee/v1/apigee-gen.go

Lines changed: 139 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bigtableadmin/v2/bigtableadmin-api.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1966,7 +1966,7 @@
19661966
}
19671967
}
19681968
},
1969-
"revision": "20230426",
1969+
"revision": "20230529",
19701970
"rootUrl": "https://bigtableadmin.googleapis.com/",
19711971
"schemas": {
19721972
"AppProfile": {
@@ -2995,7 +2995,7 @@
29952995
"type": "object"
29962996
},
29972997
"Location": {
2998-
"description": "A resource that represents Google Cloud location.",
2998+
"description": "A resource that represents a Google Cloud location.",
29992999
"id": "Location",
30003000
"properties": {
30013001
"displayName": {
@@ -3055,6 +3055,10 @@
30553055
"description": "Request message for google.bigtable.admin.v2.BigtableTableAdmin.ModifyColumnFamilies",
30563056
"id": "ModifyColumnFamiliesRequest",
30573057
"properties": {
3058+
"ignoreWarnings": {
3059+
"description": "If true, ignore safety checks when modifying the column families.",
3060+
"type": "boolean"
3061+
},
30583062
"modifications": {
30593063
"description": "Required. Modifications to be atomically applied to the specified table's families. Entries are applied in order, meaning that earlier modifications can be masked by later ones (in the case of repeated updates to the same family, for example).",
30603064
"items": {

0 commit comments

Comments
 (0)