Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(all): auto-regenerate discovery clients #2759

Merged
merged 1 commit into from
Aug 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
feat(all): auto-regenerate discovery clients
  • Loading branch information
yoshi-automation committed Aug 28, 2024
commit e25831a927a0580e4a491601c6b42ce5f67e1c22
749 changes: 728 additions & 21 deletions aiplatform/v1/aiplatform-api.json

Large diffs are not rendered by default.

2,683 changes: 2,496 additions & 187 deletions aiplatform/v1/aiplatform-gen.go

Large diffs are not rendered by default.

741 changes: 697 additions & 44 deletions aiplatform/v1beta1/aiplatform-api.json

Large diffs are not rendered by default.

2,872 changes: 2,552 additions & 320 deletions aiplatform/v1beta1/aiplatform-gen.go

Large diffs are not rendered by default.

72 changes: 36 additions & 36 deletions analyticsadmin/v1alpha/analyticsadmin-api.json

Large diffs are not rendered by default.

116 changes: 59 additions & 57 deletions analyticsadmin/v1alpha/analyticsadmin-gen.go

Large diffs are not rendered by default.

44 changes: 22 additions & 22 deletions analyticsadmin/v1beta/analyticsadmin-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@
]
},
"list": {
"description": "Returns all accounts accessible by the caller. Note that these accounts might not currently have GA4 properties. Soft-deleted (ie: \"trashed\") accounts are excluded by default. Returns an empty list if no relevant accounts are found.",
"description": "Returns all accounts accessible by the caller. Note that these accounts might not currently have GA properties. Soft-deleted (ie: \"trashed\") accounts are excluded by default. Returns an empty list if no relevant accounts are found.",
"flatPath": "v1beta/accounts",
"httpMethod": "GET",
"id": "analyticsadmin.accounts.list",
Expand Down Expand Up @@ -305,7 +305,7 @@
]
},
"runAccessReport": {
"description": "Returns a customized report of data access records. The report provides records of each time a user reads Google Analytics reporting data. Access records are retained for up to 2 years. Data Access Reports can be requested for a property. Reports may be requested for any property, but dimensions that aren't related to quota can only be requested on Google Analytics 360 properties. This method is only available to Administrators. These data access records include GA4 UI Reporting, GA4 UI Explorations, GA4 Data API, and other products like Firebase \u0026 Admob that can retrieve data from Google Analytics through a linkage. These records don't include property configuration changes like adding a stream or changing a property's time zone. For configuration change history, see [searchChangeHistoryEvents](https://developers.google.com/analytics/devguides/config/admin/v1/rest/v1alpha/accounts/searchChangeHistoryEvents).",
"description": "Returns a customized report of data access records. The report provides records of each time a user reads Google Analytics reporting data. Access records are retained for up to 2 years. Data Access Reports can be requested for a property. Reports may be requested for any property, but dimensions that aren't related to quota can only be requested on Google Analytics 360 properties. This method is only available to Administrators. These data access records include GA UI Reporting, GA UI Explorations, GA Data API, and other products like Firebase \u0026 Admob that can retrieve data from Google Analytics through a linkage. These records don't include property configuration changes like adding a stream or changing a property's time zone. For configuration change history, see [searchChangeHistoryEvents](https://developers.google.com/analytics/devguides/config/admin/v1/rest/v1alpha/accounts/searchChangeHistoryEvents).",
"flatPath": "v1beta/accounts/{accountsId}:runAccessReport",
"httpMethod": "POST",
"id": "analyticsadmin.accounts.runAccessReport",
Expand All @@ -314,7 +314,7 @@
],
"parameters": {
"entity": {
"description": "The Data Access Report supports requesting at the property level or account level. If requested at the account level, Data Access Reports include all access for all properties under that account. To request at the property level, entity should be for example 'properties/123' if \"123\" is your GA4 property ID. To request at the account level, entity should be for example 'accounts/1234' if \"1234\" is your GA4 Account ID.",
"description": "The Data Access Report supports requesting at the property level or account level. If requested at the account level, Data Access Reports include all access for all properties under that account. To request at the property level, entity should be for example 'properties/123' if \"123\" is your Google Analytics property ID. To request at the account level, entity should be for example 'accounts/1234' if \"1234\" is your Google Analytics Account ID.",
"location": "path",
"pattern": "^accounts/[^/]+$",
"required": true,
Expand Down Expand Up @@ -394,7 +394,7 @@
]
},
"create": {
"description": "Creates an \"GA4\" property with the specified location and attributes.",
"description": "Creates a Google Analytics property with the specified location and attributes.",
"flatPath": "v1beta/properties",
"httpMethod": "POST",
"id": "analyticsadmin.properties.create",
Expand All @@ -412,7 +412,7 @@
]
},
"delete": {
"description": "Marks target Property as soft-deleted (ie: \"trashed\") and returns it. This API does not have a method to restore soft-deleted properties. However, they can be restored using the Trash Can UI. If the properties are not restored before the expiration time, the Property and all child resources (eg: GoogleAdsLinks, Streams, AccessBindings) will be permanently purged. https://support.google.com/analytics/answer/6154772 Returns an error if the target is not found, or is not a GA4 Property.",
"description": "Marks target Property as soft-deleted (ie: \"trashed\") and returns it. This API does not have a method to restore soft-deleted properties. However, they can be restored using the Trash Can UI. If the properties are not restored before the expiration time, the Property and all child resources (eg: GoogleAdsLinks, Streams, AccessBindings) will be permanently purged. https://support.google.com/analytics/answer/6154772 Returns an error if the target is not found.",
"flatPath": "v1beta/properties/{propertiesId}",
"httpMethod": "DELETE",
"id": "analyticsadmin.properties.delete",
Expand All @@ -437,7 +437,7 @@
]
},
"get": {
"description": "Lookup for a single \"GA4\" Property.",
"description": "Lookup for a single GA Property.",
"flatPath": "v1beta/properties/{propertiesId}",
"httpMethod": "GET",
"id": "analyticsadmin.properties.get",
Expand Down Expand Up @@ -489,7 +489,7 @@
]
},
"list": {
"description": "Returns child Properties under the specified parent Account. Only \"GA4\" properties will be returned. Properties will be excluded if the caller does not have access. Soft-deleted (ie: \"trashed\") properties are excluded by default. Returns an empty list if no relevant properties are found.",
"description": "Returns child Properties under the specified parent Account. Properties will be excluded if the caller does not have access. Soft-deleted (ie: \"trashed\") properties are excluded by default. Returns an empty list if no relevant properties are found.",
"flatPath": "v1beta/properties",
"httpMethod": "GET",
"id": "analyticsadmin.properties.list",
Expand Down Expand Up @@ -561,7 +561,7 @@
]
},
"runAccessReport": {
"description": "Returns a customized report of data access records. The report provides records of each time a user reads Google Analytics reporting data. Access records are retained for up to 2 years. Data Access Reports can be requested for a property. Reports may be requested for any property, but dimensions that aren't related to quota can only be requested on Google Analytics 360 properties. This method is only available to Administrators. These data access records include GA4 UI Reporting, GA4 UI Explorations, GA4 Data API, and other products like Firebase \u0026 Admob that can retrieve data from Google Analytics through a linkage. These records don't include property configuration changes like adding a stream or changing a property's time zone. For configuration change history, see [searchChangeHistoryEvents](https://developers.google.com/analytics/devguides/config/admin/v1/rest/v1alpha/accounts/searchChangeHistoryEvents).",
"description": "Returns a customized report of data access records. The report provides records of each time a user reads Google Analytics reporting data. Access records are retained for up to 2 years. Data Access Reports can be requested for a property. Reports may be requested for any property, but dimensions that aren't related to quota can only be requested on Google Analytics 360 properties. This method is only available to Administrators. These data access records include GA UI Reporting, GA UI Explorations, GA Data API, and other products like Firebase \u0026 Admob that can retrieve data from Google Analytics through a linkage. These records don't include property configuration changes like adding a stream or changing a property's time zone. For configuration change history, see [searchChangeHistoryEvents](https://developers.google.com/analytics/devguides/config/admin/v1/rest/v1alpha/accounts/searchChangeHistoryEvents).",
"flatPath": "v1beta/properties/{propertiesId}:runAccessReport",
"httpMethod": "POST",
"id": "analyticsadmin.properties.runAccessReport",
Expand All @@ -570,7 +570,7 @@
],
"parameters": {
"entity": {
"description": "The Data Access Report supports requesting at the property level or account level. If requested at the account level, Data Access Reports include all access for all properties under that account. To request at the property level, entity should be for example 'properties/123' if \"123\" is your GA4 property ID. To request at the account level, entity should be for example 'accounts/1234' if \"1234\" is your GA4 Account ID.",
"description": "The Data Access Report supports requesting at the property level or account level. If requested at the account level, Data Access Reports include all access for all properties under that account. To request at the property level, entity should be for example 'properties/123' if \"123\" is your Google Analytics property ID. To request at the account level, entity should be for example 'accounts/1234' if \"1234\" is your Google Analytics Account ID.",
"location": "path",
"pattern": "^properties/[^/]+$",
"required": true,
Expand Down Expand Up @@ -1309,7 +1309,7 @@
]
},
"get": {
"description": "Lookup for a single \"GA4\" MeasurementProtocolSecret.",
"description": "Lookup for a single MeasurementProtocolSecret.",
"flatPath": "v1beta/properties/{propertiesId}/dataStreams/{dataStreamsId}/measurementProtocolSecrets/{measurementProtocolSecretsId}",
"httpMethod": "GET",
"id": "analyticsadmin.properties.dataStreams.measurementProtocolSecrets.get",
Expand Down Expand Up @@ -1788,7 +1788,7 @@
}
}
},
"revision": "20240722",
"revision": "20240823",
"rootUrl": "https://analyticsadmin.googleapis.com/",
"schemas": {
"GoogleAnalyticsAdminV1betaAccessBetweenFilter": {
Expand Down Expand Up @@ -2202,7 +2202,7 @@
"type": "object"
},
"GoogleAnalyticsAdminV1betaAccountSummary": {
"description": "A virtual resource representing an overview of an account and all its child GA4 properties.",
"description": "A virtual resource representing an overview of an account and all its child Google Analytics properties.",
"id": "GoogleAnalyticsAdminV1betaAccountSummary",
"properties": {
"account": {
Expand Down Expand Up @@ -2748,7 +2748,7 @@
"type": "object"
},
"GoogleAnalyticsAdminV1betaFirebaseLink": {
"description": "A link between a GA4 property and a Firebase project.",
"description": "A link between a Google Analytics property and a Firebase project.",
"id": "GoogleAnalyticsAdminV1betaFirebaseLink",
"properties": {
"createTime": {
Expand All @@ -2770,7 +2770,7 @@
"type": "object"
},
"GoogleAnalyticsAdminV1betaGoogleAdsLink": {
"description": "A link between a GA4 property and a Google Ads account.",
"description": "A link between a Google Analytics property and a Google Ads account.",
"id": "GoogleAnalyticsAdminV1betaGoogleAdsLink",
"properties": {
"adsPersonalizationEnabled": {
Expand Down Expand Up @@ -3114,7 +3114,7 @@
"type": "object"
},
"GoogleAnalyticsAdminV1betaProperty": {
"description": "A resource message representing a Google Analytics GA4 property.",
"description": "A resource message representing a Google Analytics property.",
"id": "GoogleAnalyticsAdminV1betaProperty",
"properties": {
"account": {
Expand Down Expand Up @@ -3228,9 +3228,9 @@
],
"enumDescriptions": [
"Unknown or unspecified property type",
"Ordinary GA4 property",
"GA4 subproperty",
"GA4 rollup property"
"Ordinary Google Analytics property",
"Google Analytics subproperty",
"Google Analytics rollup property"
],
"type": "string"
},
Expand Down Expand Up @@ -3263,7 +3263,7 @@
"type": "object"
},
"GoogleAnalyticsAdminV1betaPropertySummary": {
"description": "A virtual resource representing metadata for a GA4 property.",
"description": "A virtual resource representing metadata for a Google Analytics property.",
"id": "GoogleAnalyticsAdminV1betaPropertySummary",
"properties": {
"displayName": {
Expand All @@ -3288,9 +3288,9 @@
],
"enumDescriptions": [
"Unknown or unspecified property type",
"Ordinary GA4 property",
"GA4 subproperty",
"GA4 rollup property"
"Ordinary Google Analytics property",
"Google Analytics subproperty",
"Google Analytics rollup property"
],
"type": "string"
}
Expand Down
Loading