Skip to content

Commit

Permalink
feat(all): auto-regenerate discovery clients (googleapis#1725)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation authored and codyoss committed Oct 28, 2022
1 parent 644a13c commit 33ef493
Show file tree
Hide file tree
Showing 44 changed files with 1,729 additions and 189 deletions.
8 changes: 4 additions & 4 deletions adsense/v2/adsense-api.json
Expand Up @@ -323,7 +323,7 @@
"adunits": {
"methods": {
"create": {
"description": "Creates an ad unit. This method can only be used by projects enabled for the [AdSense for Platforms](https://developers.google.com/adsense/platforms/) product. Note that ad units can only be created for ad clients with an \"AFC\" product code. For more info see the [AdClient resource](https://developers.google.com/adsense/management/reference/rest/v2/accounts.adclients). For now, this method can only be used to create `DISPLAY` ad units. See: https://support.google.com/adsense/answer/9183566",
"description": "Creates an ad unit. This method can only be used by projects enabled for the [AdSense for Platforms](https://developers.google.com/adsense/platforms/) product. Note that ad units can only be created for ad clients with an \"AFC\" product code. For more info see the [AdClient resource](/adsense/management/reference/rest/v2/accounts.adclients). For now, this method can only be used to create `DISPLAY` ad units. See: https://support.google.com/adsense/answer/9183566",
"flatPath": "v2/accounts/{accountsId}/adclients/{adclientsId}/adunits",
"httpMethod": "POST",
"id": "adsense.accounts.adclients.adunits.create",
Expand Down Expand Up @@ -1008,7 +1008,7 @@
"type": "integer"
},
"filters": {
"description": "Filters to be run on the report.",
"description": "A list of [filters](/adsense/management/reporting/filtering) to apply to the report. All provided filters must match in order for the data to be included in the report.",
"location": "query",
"repeated": true,
"type": "string"
Expand Down Expand Up @@ -1318,7 +1318,7 @@
"type": "integer"
},
"filters": {
"description": "Filters to be run on the report.",
"description": "A list of [filters](/adsense/management/reporting/filtering) to apply to the report. All provided filters must match in order for the data to be included in the report.",
"location": "query",
"repeated": true,
"type": "string"
Expand Down Expand Up @@ -1824,7 +1824,7 @@
}
}
},
"revision": "20220927",
"revision": "20221025",
"rootUrl": "https://adsense.googleapis.com/",
"schemas": {
"Account": {
Expand Down
20 changes: 12 additions & 8 deletions adsense/v2/adsense-gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 5 additions & 3 deletions analyticsadmin/v1alpha/analyticsadmin-api.json
Expand Up @@ -2956,7 +2956,7 @@
}
}
},
"revision": "20221013",
"revision": "20221025",
"rootUrl": "https://analyticsadmin.googleapis.com/",
"schemas": {
"GoogleAnalyticsAdminV1alphaAccessBetweenFilter": {
Expand Down Expand Up @@ -5708,7 +5708,8 @@
"SEARCH_ADS_360_LINK",
"DATA_STREAM",
"ATTRIBUTION_SETTINGS",
"EXPANDED_DATA_SET"
"EXPANDED_DATA_SET",
"CHANNEL_GROUPING"
],
"enumDescriptions": [
"Resource type unknown or not specified.",
Expand All @@ -5727,7 +5728,8 @@
"SearchAds360Link resource",
"DataStream resource",
"AttributionSettings resource",
"ExpandedDataSet resource"
"ExpandedDataSet resource",
"ChannelGrouping resource"
],
"type": "string"
},
Expand Down
1 change: 1 addition & 0 deletions analyticsadmin/v1alpha/analyticsadmin-gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions androidpublisher/v3/androidpublisher-api.json
Expand Up @@ -12,7 +12,7 @@
"baseUrl": "https://androidpublisher.googleapis.com/",
"batchPath": "batch",
"canonicalName": "Android Publisher",
"description": "Lets Android application developers access their Google Play accounts.",
"description": "Lets Android application developers access their Google Play accounts. At a high level, the expected workflow is to \"insert\" an Edit, make changes as necessary, and then \"commit\" it. ",
"discoveryVersion": "v1",
"documentationLink": "https://developers.google.com/android-publisher",
"icons": {
Expand Down Expand Up @@ -3920,7 +3920,7 @@
}
}
},
"revision": "20221024",
"revision": "20221025",
"rootUrl": "https://androidpublisher.googleapis.com/",
"schemas": {
"AcquisitionTargetingRule": {
Expand Down
2 changes: 1 addition & 1 deletion api-list.json
Expand Up @@ -367,7 +367,7 @@
"name": "androidpublisher",
"version": "v3",
"title": "Google Play Android Developer API",
"description": "Lets Android application developers access their Google Play accounts.",
"description": "Lets Android application developers access their Google Play accounts. At a high level, the expected workflow is to \"insert\" an Edit, make changes as necessary, and then \"commit\" it.",
"discoveryRestUrl": "https://androidpublisher.googleapis.com/$discovery/rest?version=v3",
"icons": {
"x16": "https://www.gstatic.com/images/branding/product/1x/googleg_16dp.png",
Expand Down
7 changes: 6 additions & 1 deletion artifactregistry/v1/artifactregistry-api.json
Expand Up @@ -1457,7 +1457,7 @@
}
}
},
"revision": "20221003",
"revision": "20221022",
"rootUrl": "https://artifactregistry.googleapis.com/",
"schemas": {
"AptArtifact": {
Expand Down Expand Up @@ -2365,6 +2365,11 @@
"description": "The name of the repository, for example: \"projects/p1/locations/us-central1/repositories/repo1\".",
"type": "string"
},
"satisfiesPzs": {
"description": "Output only. If set, the repository satisfies physical zone separation.",
"readOnly": true,
"type": "boolean"
},
"sizeBytes": {
"description": "Output only. The size, in bytes, of all artifact storage in this repository. Repositories that are generally available or in public preview use this to calculate storage costs.",
"format": "int64",
Expand Down
4 changes: 4 additions & 0 deletions artifactregistry/v1/artifactregistry-gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 6 additions & 1 deletion artifactregistry/v1beta1/artifactregistry-api.json
Expand Up @@ -929,7 +929,7 @@
}
}
},
"revision": "20220829",
"revision": "20221022",
"rootUrl": "https://artifactregistry.googleapis.com/",
"schemas": {
"Binding": {
Expand Down Expand Up @@ -1322,6 +1322,11 @@
"description": "The name of the repository, for example: \"projects/p1/locations/us-central1/repositories/repo1\".",
"type": "string"
},
"satisfiesPzs": {
"description": "Output only. If set, the repository satisfies physical zone separation.",
"readOnly": true,
"type": "boolean"
},
"sizeBytes": {
"description": "Output only. The size, in bytes, of all artifact storage in this repository. Repositories that are generally available or in public preview use this to calculate storage costs.",
"format": "int64",
Expand Down
4 changes: 4 additions & 0 deletions artifactregistry/v1beta1/artifactregistry-gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 6 additions & 1 deletion artifactregistry/v1beta2/artifactregistry-api.json
Expand Up @@ -1135,7 +1135,7 @@
}
}
},
"revision": "20221003",
"revision": "20221022",
"rootUrl": "https://artifactregistry.googleapis.com/",
"schemas": {
"AptArtifact": {
Expand Down Expand Up @@ -1780,6 +1780,11 @@
"description": "The name of the repository, for example: \"projects/p1/locations/us-central1/repositories/repo1\".",
"type": "string"
},
"satisfiesPzs": {
"description": "Output only. If set, the repository satisfies physical zone separation.",
"readOnly": true,
"type": "boolean"
},
"sizeBytes": {
"description": "Output only. The size, in bytes, of all artifact storage in this repository. Repositories that are generally available or in public preview use this to calculate storage costs.",
"format": "int64",
Expand Down
4 changes: 4 additions & 0 deletions artifactregistry/v1beta2/artifactregistry-gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

24 changes: 23 additions & 1 deletion assuredworkloads/v1/assuredworkloads-api.json
Expand Up @@ -491,7 +491,7 @@
}
}
},
"revision": "20221014",
"revision": "20221020",
"rootUrl": "https://assuredworkloads.googleapis.com/",
"schemas": {
"GoogleCloudAssuredworkloadsV1AcknowledgeViolationRequest": {
Expand Down Expand Up @@ -873,6 +873,11 @@
],
"type": "string"
},
"complianceStatus": {
"$ref": "GoogleCloudAssuredworkloadsV1WorkloadComplianceStatus",
"description": "Output only. Count of active Violations in the Workload.",
"readOnly": true
},
"compliantButDisallowedServices": {
"description": "Output only. Urls for services which are compliant for this Assured Workload, but which are currently disallowed by the ResourceUsageRestriction org policy. Invoke RestrictAllowedResources endpoint to allow your project developers to use these services in their environment.\"",
"items": {
Expand Down Expand Up @@ -968,6 +973,23 @@
},
"type": "object"
},
"GoogleCloudAssuredworkloadsV1WorkloadComplianceStatus": {
"description": "Represents the Compliance Status of this workload",
"id": "GoogleCloudAssuredworkloadsV1WorkloadComplianceStatus",
"properties": {
"acknowledgedViolationCount": {
"description": "Count of active Violations which are acknowledged in the Workload.",
"format": "int32",
"type": "integer"
},
"activeViolationCount": {
"description": "Count of active Violations which haven't been acknowledged.",
"format": "int32",
"type": "integer"
}
},
"type": "object"
},
"GoogleCloudAssuredworkloadsV1WorkloadKMSSettings": {
"description": "Settings specific to the Key Management Service. This message is deprecated. In order to create a Keyring, callers should specify, ENCRYPTION_KEYS_PROJECT or KEYRING in ResourceSettings.resource_type field.",
"id": "GoogleCloudAssuredworkloadsV1WorkloadKMSSettings",
Expand Down
40 changes: 40 additions & 0 deletions assuredworkloads/v1/assuredworkloads-gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 33ef493

Please sign in to comment.