Skip to content

Commit

Permalink
feat(all): auto-regenerate discovery clients (#1960)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation committed Apr 25, 2023
1 parent fcd007a commit 4e35cac
Show file tree
Hide file tree
Showing 37 changed files with 1,777 additions and 1,896 deletions.
11 changes: 10 additions & 1 deletion accessapproval/v1/accessapproval-api.json
Expand Up @@ -913,7 +913,7 @@
}
}
},
"revision": "20230324",
"revision": "20230421",
"rootUrl": "https://accessapproval.googleapis.com/",
"schemas": {
"AccessApprovalServiceAccount": {
Expand Down Expand Up @@ -971,6 +971,15 @@
"type": "string"
},
"type": "array"
},
"preferNoBroadApprovalRequests": {
"description": "This preference is communicated to Google personnel when sending an approval request but can be overridden if necessary.",
"type": "boolean"
},
"preferredRequestExpirationDays": {
"description": "This preference is shared with Google personnel, but can be overridden if said personnel deems necessary. The approver ultimately can set the expiration at approval time.",
"format": "int32",
"type": "integer"
}
},
"type": "object"
Expand Down
10 changes: 10 additions & 0 deletions accessapproval/v1/accessapproval-gen.go

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

14 changes: 7 additions & 7 deletions analyticsadmin/v1alpha/analyticsadmin-api.json
Expand Up @@ -4062,7 +4062,7 @@
}
}
},
"revision": "20230416",
"revision": "20230424",
"rootUrl": "https://analyticsadmin.googleapis.com/",
"schemas": {
"GoogleAnalyticsAdminV1alphaAccessBetweenFilter": {
Expand Down Expand Up @@ -4705,11 +4705,11 @@
"description": "A filter for numeric or date values between certain values on a dimension or metric."
},
"fieldName": {
"description": "Required. Immutable. The dimension name or metric name to filter.",
"description": "Required. Immutable. The dimension name or metric name to filter. If the field name refers to a custom dimension or metric, a scope prefix will be added to the front of the custom dimensions or metric name. For more on scope prefixes or custom dimensions/metrics, reference the [Google Analytics Data API documentation] (https://developers.google.com/analytics/devguides/reporting/data/v1/api-schema#custom_dimensions).",
"type": "string"
},
"inAnyNDayPeriod": {
"description": "Optional. If set, specifies the time window for which to evaluate data in number of days. If not set, then audience data is evaluated against lifetime data (i.e., infinite time window). For example, if set to 1 day, only the current day's data is evaluated. The reference point is the current day when at_any_point_in_time is unset or false. It can only be set when Audience scope is ACROSS_ALL_SESSIONS and cannot be greater than 60 days.",
"description": "Optional. If set, specifies the time window for which to evaluate data in number of days. If not set, then audience data is evaluated against lifetime data (For example, infinite time window). For example, if set to 1 day, only the current day's data is evaluated. The reference point is the current day when at_any_point_in_time is unset or false. It can only be set when Audience scope is ACROSS_ALL_SESSIONS and cannot be greater than 60 days.",
"format": "int32",
"type": "integer"
},
Expand Down Expand Up @@ -4850,7 +4850,7 @@
},
"eventParameterFilterExpression": {
"$ref": "GoogleAnalyticsAdminV1alphaAudienceFilterExpression",
"description": "Optional. If specified, this filter matches events that match both the single event name and the parameter filter expressions. AudienceEventFilter inside the parameter filter expression cannot be set (i.e., nested event filters are not supported). This should be a single and_group of dimension_or_metric_filter or not_expression; ANDs of ORs are not supported. Also, if it includes a filter for \"eventCount\", only that one will be considered; all the other filters will be ignored."
"description": "Optional. If specified, this filter matches events that match both the single event name and the parameter filter expressions. AudienceEventFilter inside the parameter filter expression cannot be set (For example, nested event filters are not supported). This should be a single and_group of dimension_or_metric_filter or not_expression; ANDs of ORs are not supported. Also, if it includes a filter for \"eventCount\", only that one will be considered; all the other filters will be ignored."
}
},
"type": "object"
Expand Down Expand Up @@ -4881,7 +4881,7 @@
"type": "object"
},
"GoogleAnalyticsAdminV1alphaAudienceFilterClause": {
"description": "A clause for defining either a simple or sequence filter. A filter can be inclusive (i.e., users satisfying the filter clause are included in the Audience) or exclusive (i.e., users satisfying the filter clause are excluded from the Audience).",
"description": "A clause for defining either a simple or sequence filter. A filter can be inclusive (For example, users satisfying the filter clause are included in the Audience) or exclusive (For example, users satisfying the filter clause are excluded from the Audience).",
"id": "GoogleAnalyticsAdminV1alphaAudienceFilterClause",
"properties": {
"clauseType": {
Expand Down Expand Up @@ -4927,7 +4927,7 @@
},
"notExpression": {
"$ref": "GoogleAnalyticsAdminV1alphaAudienceFilterExpression",
"description": "A filter expression to be NOT'ed (i.e., inverted, complemented). It can only include a dimension_or_metric_filter. This cannot be set on the top level AudienceFilterExpression."
"description": "A filter expression to be NOT'ed (For example, inverted, complemented). It can only include a dimension_or_metric_filter. This cannot be set on the top level AudienceFilterExpression."
},
"orGroup": {
"$ref": "GoogleAnalyticsAdminV1alphaAudienceFilterExpressionList",
Expand Down Expand Up @@ -4990,7 +4990,7 @@
"id": "GoogleAnalyticsAdminV1alphaAudienceSequenceFilterAudienceSequenceStep",
"properties": {
"constraintDuration": {
"description": "Optional. When set, this step must be satisfied within the constraint_duration of the previous step (i.e., t[i] - t[i-1] \u003c= constraint_duration). If not set, there is no duration requirement (the duration is effectively unlimited). It is ignored for the first step.",
"description": "Optional. When set, this step must be satisfied within the constraint_duration of the previous step (For example, t[i] - t[i-1] \u003c= constraint_duration). If not set, there is no duration requirement (the duration is effectively unlimited). It is ignored for the first step.",
"format": "google-duration",
"type": "string"
},
Expand Down
35 changes: 20 additions & 15 deletions analyticsadmin/v1alpha/analyticsadmin-gen.go

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

21 changes: 1 addition & 20 deletions analyticshub/v1/analyticshub-api.json
Expand Up @@ -695,7 +695,7 @@
}
}
},
"revision": "20230324",
"revision": "20230414",
"rootUrl": "https://analyticshub.googleapis.com/",
"schemas": {
"AuditConfig": {
Expand Down Expand Up @@ -1081,10 +1081,6 @@
"description": "Optional. Email or URL of the request access of the listing. Subscribers can use this reference to request access. Max Length: 1000 bytes.",
"type": "string"
},
"restrictedExportConfig": {
"$ref": "RestrictedExportConfig",
"description": "Optional. If set, restricted export configuration will be propagated and enforced on the linked dataset."
},
"state": {
"description": "Output only. Current state of the listing.",
"enum": [
Expand Down Expand Up @@ -1191,21 +1187,6 @@
},
"type": "object"
},
"RestrictedExportConfig": {
"description": "Restricted export config, used to configure restricted export on linked dataset.",
"id": "RestrictedExportConfig",
"properties": {
"enabled": {
"description": "If true, enable restricted export.",
"type": "boolean"
},
"restrictQueryResult": {
"description": "If true, restrict export of query result derived from restricted linked dataset table.",
"type": "boolean"
}
},
"type": "object"
},
"SetIamPolicyRequest": {
"description": "Request message for `SetIamPolicy` method.",
"id": "SetIamPolicyRequest",
Expand Down
37 changes: 0 additions & 37 deletions analyticshub/v1/analyticshub-gen.go

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

21 changes: 1 addition & 20 deletions analyticshub/v1beta1/analyticshub-api.json
Expand Up @@ -695,7 +695,7 @@
}
}
},
"revision": "20230324",
"revision": "20230414",
"rootUrl": "https://analyticshub.googleapis.com/",
"schemas": {
"AuditConfig": {
Expand Down Expand Up @@ -1081,10 +1081,6 @@
"description": "Optional. Email or URL of the request access of the listing. Subscribers can use this reference to request access. Max Length: 1000 bytes.",
"type": "string"
},
"restrictedExportConfig": {
"$ref": "RestrictedExportConfig",
"description": "Optional. If set, restricted export configuration will be propagated and enforced on the linked dataset."
},
"state": {
"description": "Output only. Current state of the listing.",
"enum": [
Expand Down Expand Up @@ -1191,21 +1187,6 @@
},
"type": "object"
},
"RestrictedExportConfig": {
"description": "Restricted export config, used to configure restricted export on linked dataset.",
"id": "RestrictedExportConfig",
"properties": {
"enabled": {
"description": "If true, enable restricted export.",
"type": "boolean"
},
"restrictQueryResult": {
"description": "If true, restrict export of query result derived from restricted linked dataset table.",
"type": "boolean"
}
},
"type": "object"
},
"SetIamPolicyRequest": {
"description": "Request message for `SetIamPolicy` method.",
"id": "SetIamPolicyRequest",
Expand Down
37 changes: 0 additions & 37 deletions analyticshub/v1beta1/analyticshub-gen.go

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

0 comments on commit 4e35cac

Please sign in to comment.