Skip to content

Commit

Permalink
feat: regenerate index files
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation committed Dec 12, 2024
1 parent 95f66b3 commit 8cbb856
Show file tree
Hide file tree
Showing 14 changed files with 705 additions and 76 deletions.
6 changes: 5 additions & 1 deletion discovery/analyticsadmin-v1beta.json
Original file line number Diff line number Diff line change
Expand Up @@ -1788,7 +1788,7 @@
}
}
},
"revision": "20240916",
"revision": "20241113",
"rootUrl": "https://analyticsadmin.googleapis.com/",
"schemas": {
"GoogleAnalyticsAdminV1betaAccessBetweenFilter": {
Expand Down Expand Up @@ -3494,6 +3494,8 @@
"GOOGLE_SIGNALS_SETTINGS",
"CONVERSION_EVENT",
"MEASUREMENT_PROTOCOL_SECRET",
"CUSTOM_DIMENSION",
"CUSTOM_METRIC",
"DATA_RETENTION_SETTINGS",
"DISPLAY_VIDEO_360_ADVERTISER_LINK",
"DISPLAY_VIDEO_360_ADVERTISER_LINK_PROPOSAL",
Expand All @@ -3509,6 +3511,8 @@
"GoogleSignalsSettings resource",
"ConversionEvent resource",
"MeasurementProtocolSecret resource",
"CustomDimension resource",
"CustomMetric resource",
"DataRetentionSettings resource",
"DisplayVideo360AdvertiserLink resource",
"DisplayVideo360AdvertiserLinkProposal resource",
Expand Down
53 changes: 48 additions & 5 deletions discovery/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": "20241116",
"rootUrl": "https://apigee.googleapis.com/",
"schemas": {
"EdgeConfigstoreBundleBadBundle": {
Expand Down Expand Up @@ -13480,6 +13492,10 @@
"description": "The location for the config blob of API Runtime Control, aka Envoy Adapter, for op-based authentication as a URI, e.g. a Cloud Storage URI. This is only used by Envoy-based gateways.",
"type": "string"
},
"clientIpResolutionConfig": {
"$ref": "GoogleCloudApigeeV1EnvironmentConfigClientIPResolutionConfig",
"description": "The algorithm to resolve IP."
},
"createTime": {
"description": "Time that the environment configuration was created.",
"format": "google-datetime",
Expand Down Expand Up @@ -13598,6 +13614,33 @@
},
"type": "object"
},
"GoogleCloudApigeeV1EnvironmentConfigClientIPResolutionConfig": {
"description": "Configuration for resolving the client ip.",
"id": "GoogleCloudApigeeV1EnvironmentConfigClientIPResolutionConfig",
"properties": {
"headerIndexAlgorithm": {
"$ref": "GoogleCloudApigeeV1EnvironmentConfigClientIPResolutionConfigHeaderIndexAlgorithm",
"description": "Resolves the client ip based on a custom header."
}
},
"type": "object"
},
"GoogleCloudApigeeV1EnvironmentConfigClientIPResolutionConfigHeaderIndexAlgorithm": {
"description": "Resolves the client ip based on a custom header.",
"id": "GoogleCloudApigeeV1EnvironmentConfigClientIPResolutionConfigHeaderIndexAlgorithm",
"properties": {
"ipHeaderIndex": {
"description": "The index of the ip in the header. (By default, value is 0 if missing)",
"format": "int32",
"type": "integer"
},
"ipHeaderName": {
"description": "The name of the header to extract the client ip from.",
"type": "string"
}
},
"type": "object"
},
"GoogleCloudApigeeV1EnvironmentGroup": {
"description": "EnvironmentGroup configuration. An environment group is used to group one or more Apigee environments under a single host name.",
"id": "GoogleCloudApigeeV1EnvironmentGroup",
Expand Down
8 changes: 5 additions & 3 deletions discovery/containeranalysis-v1alpha1.json
Original file line number Diff line number Diff line change
Expand Up @@ -1420,7 +1420,7 @@
}
}
},
"revision": "20240924",
"revision": "20241025",
"rootUrl": "https://containeranalysis.googleapis.com/",
"schemas": {
"AnalysisCompleted": {
Expand Down Expand Up @@ -4616,11 +4616,13 @@
"description": "The type of hash that was performed.",
"enum": [
"NONE",
"SHA256"
"SHA256",
"GO_MODULE_H1"
],
"enumDescriptions": [
"No hash requested.",
"A sha256 hash."
"A sha256 hash.",
"Dirhash of a Go module's source code which is then hex-encoded."
],
"type": "string"
},
Expand Down
Loading

0 comments on commit 8cbb856

Please sign in to comment.