Skip to content
Open
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
76 changes: 75 additions & 1 deletion discovery/analyticsdata-v1beta.json
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,7 @@
}
}
},
"revision": "20241117",
"revision": "20260909",
"rootUrl": "https://analyticsdata.googleapis.com/",
"schemas": {
"ActiveMetricRestriction": {
Expand Down Expand Up @@ -846,6 +846,73 @@
},
"type": "object"
},
"DataTruncationDateRange": {
"description": "Define the truncated date range from start_date to end_date.",
"id": "DataTruncationDateRange",
"properties": {
"endDate": {
"description": "The end date in the format YYYY-MM-DD (inclusive).",
"type": "string"
},
"startDate": {
"description": "The start date in the format YYYY-MM-DD (inclusive).",
"type": "string"
}
},
"type": "object"
},
"DataTruncationReason": {
"description": "Describes a reason for data truncation in the report.",
"id": "DataTruncationReason",
"properties": {
"dataTruncationDate": {
"description": "The data truncation date in the format YYYY-MM-DD. Indicates data before this date is truncated.",
"type": "string"
},
"dataTruncationDateRanges": {
"description": "The truncated date ranges.",
"items": {
"$ref": "DataTruncationDateRange"
},
"type": "array"
},
"dataTruncationMessage": {
"description": "A descriptive message explaining the data truncation.",
"type": "string"
},
"dataTruncationType": {
"description": "The type of data truncation.",
"enum": [
"DATA_TRUNCATION_TYPE_UNSPECIFIED",
"DATA_TRUNCATION_TYPE_RULES_BASED_MODELS",
"DATA_TRUNCATION_TYPE_DATA_DRIVEN_ATTRIBUTION",
"DATA_TRUNCATION_TYPE_DV360",
"DATA_TRUNCATION_TYPE_CM360",
"DATA_TRUNCATION_TYPE_ITEM_SCOPED_ECOMMERCE_METRICS",
"DATA_TRUNCATION_TYPE_EVENT_SCOPED_ECOMMERCE_METRICS",
"DATA_TRUNCATION_TYPE_DATE_RANGE",
"DATA_TRUNCATION_TYPE_PROPERTY",
"DATA_TRUNCATION_TYPE_CONVERSIONS",
"DATA_TRUNCATION_TYPE_GOOGLE_ADS"
],
"enumDescriptions": [
"Unspecified type.",
"Data is truncated in attribution report for rules-based models golden date.",
"Data is truncated in attribution report for data driven attribution golden date.",
"Data is truncated because DV360 policy does not permit data older than 2 years from being returned.",
"Data is truncated because CM360 policy does not permit data older than 2 years from being returned.",
"New item-scoped ecommerce metrics only have data after a specific date.",
"New event-scoped ecommerce metrics only have data after a specific date.",
"Query date range may not be fully served.",
"Data truncated because the query attempts to read event data prior to its retention date.",
"Data is truncated in conversions report.",
"Data is truncated due to Google Ads 36 month retention policy."
],
"type": "string"
}
},
"type": "object"
},
"DateRange": {
"description": "A contiguous set of days: `startDate`, `startDate + 1`, ..., `endDate`. Requests are allowed up to 4 date ranges.",
"id": "DateRange",
Expand Down Expand Up @@ -1694,6 +1761,13 @@
"description": "If true, indicates some buckets of dimension combinations are rolled into \"(other)\" row. This can happen for high cardinality reports. The metadata parameter dataLossFromOtherRow is populated based on the aggregated data table used in the report. The parameter will be accurately populated regardless of the filters and limits in the report. For example, the (other) row could be dropped from the report because the request contains a filter on sessionSource = google. This parameter will still be populated if data loss from other row was present in the input aggregate data used to generate this report. To learn more, see [About the (other) row and data sampling](https://support.google.com/analytics/answer/13208658#reports).",
"type": "boolean"
},
"dataTruncationReasons": {
"description": "If set, indicate there is data truncation in the report.",
"items": {
"$ref": "DataTruncationReason"
},
"type": "array"
},
"emptyReason": {
"description": "If empty reason is specified, the report is empty for this reason.",
"type": "string"
Expand Down
43 changes: 42 additions & 1 deletion discovery/apihub-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -3450,7 +3450,7 @@
}
}
},
"revision": "20260831",
"revision": "20260907",
"rootUrl": "https://apihub.googleapis.com/",
"schemas": {
"Empty": {
Expand Down Expand Up @@ -3955,6 +3955,13 @@
"readOnly": true,
"type": "string"
},
"deployments": {
"description": "Optional. The deployments linked directly to this API operation. For operations parsed from a spec, `UpdateApiOperation` returns `FAILED_PRECONDITION`; link the parent spec to the deployment via `Spec.deployments` instead. Format is `projects/{project}/locations/{location}/deployments/{deployment}`",
"items": {
"type": "string"
},
"type": "array"
},
"details": {
"$ref": "GoogleCloudApihubV1OperationDetails",
"description": "Optional. Operation details. Note: Even though this field is optional, it is required for CreateApiOperation API and we will fail the request if not provided."
Expand Down Expand Up @@ -4808,6 +4815,14 @@
"description": "Details of the deployment where APIs are hosted. A deployment could represent an Apigee proxy, API gateway, other Google Cloud services or non-Google Cloud services as well. A deployment entity is a root level entity in the API hub and exists independent of any API.",
"id": "GoogleCloudApihubV1Deployment",
"properties": {
"apiOperations": {
"description": "Output only. The API operations linked directly to this deployment.",
"items": {
"type": "string"
},
"readOnly": true,
"type": "array"
},
"apiVersions": {
"description": "Output only. The API versions linked to this deployment. Note: A particular deployment could be linked to multiple different API versions (of same or different APIs).",
"items": {
Expand Down Expand Up @@ -4888,10 +4903,22 @@
"description": "Optional. The project to which the deployment belongs. For Google Cloud gateways, this will refer to the project identifier. For others like Edge/OPDK, this will refer to the org identifier.",
"type": "string"
},
"sourceRevision": {
"description": "Optional. A revision identifier for the underlying gateway configuration that this deployment serves. For Apigee gateway variants, this is typically the proxy revision number populated automatically when the deployment is discovered.",
"type": "string"
},
"sourceUri": {
"$ref": "GoogleCloudApihubV1AttributeValues",
"description": "Optional. The uri where additional source specific information for this deployment can be found. This maps to the following system defined attribute: `projects/{project}/locations/{location}/attributes/system-source-uri` The number of values for this attribute will be based on the cardinality of the attribute. The same can be retrieved via GetAttribute API. The value of the attribute should be a valid URI, and in case of Cloud Storage URI, it should point to a Cloud Storage object, not a directory."
},
"specs": {
"description": "Output only. The specs linked directly to this deployment. Note: a deployment could serve multiple specs (e.g., across different revisions of the same underlying gateway configuration).",
"items": {
"type": "string"
},
"readOnly": true,
"type": "array"
},
"updateTime": {
"description": "Output only. The time at which the deployment was last updated.",
"format": "google-datetime",
Expand Down Expand Up @@ -7125,6 +7152,13 @@
"readOnly": true,
"type": "string"
},
"deployments": {
"description": "Optional. The deployments linked directly to this spec. Format is `projects/{project}/locations/{location}/deployments/{deployment}`",
"items": {
"type": "string"
},
"type": "array"
},
"details": {
"$ref": "GoogleCloudApihubV1SpecDetails",
"description": "Output only. Details parsed from the spec.",
Expand Down Expand Up @@ -7222,6 +7256,13 @@
"description": "The metadata associated with a spec of the API version.",
"id": "GoogleCloudApihubV1SpecMetadata",
"properties": {
"deploymentResourceUris": {
"description": "Optional. The gateway-side URIs of deployments that serve this spec. If provided, the API Hub service creates links between this spec and the deployments identified by these URIs. URIs that don't match any known deployment are ignored; a subsequent ingestion cycle that includes the missing deployment will re-establish the link. The maximum number of URIs allowed is 100.",
"items": {
"type": "string"
},
"type": "array"
},
"originalCreateTime": {
"description": "Optional. Timestamp indicating when the spec was created at the source.",
"format": "google-datetime",
Expand Down
6 changes: 5 additions & 1 deletion discovery/auditmanager-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -1447,7 +1447,7 @@
}
}
},
"revision": "20260826",
"revision": "20260907",
"rootUrl": "https://auditmanager.googleapis.com/",
"schemas": {
"AuditReport": {
Expand Down Expand Up @@ -1740,6 +1740,10 @@
"$ref": "EligibleDestination"
},
"type": "array"
},
"validateOnly": {
"description": "Optional. If `true`, only validates the request and does not enroll the resource. This executes standard request validation (such as schema, IAM, and destination checks) and skips the apply phase. Use this field for the following purposes: * **Infrastructure as Code (IaC)**: Allow tools like Terraform to run dry-run mutations (e.g., `terraform plan`) without creating real resources or incurring costs. * **User Interface Validation**: Enable real-time form and permission validation in custom UIs before submitting requests. * **CI/CD & Automation**: Test your scripts, permissions, and parameters safely without consuming resource quotas.",
"type": "boolean"
}
},
"type": "object"
Expand Down
12 changes: 11 additions & 1 deletion discovery/biglake-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,16 @@
"discoveryVersion": "v1",
"documentationLink": "https://cloud.google.com/products/lakehouse",
"endpoints": [
{
"description": "Regional Endpoint",
"endpointUrl": "https://biglake.europe-west10.rep.googleapis.com/",
"location": "europe-west10"
},
{
"description": "Regional Endpoint",
"endpointUrl": "https://biglake.europe-west3.rep.googleapis.com/",
"location": "europe-west3"
},
{
"description": "Regional Endpoint",
"endpointUrl": "https://biglake.us-central1.rep.googleapis.com/",
Expand Down Expand Up @@ -909,7 +919,7 @@
}
}
},
"revision": "20260724",
"revision": "20260905",
"rootUrl": "https://biglake.googleapis.com/",
"schemas": {
"AuditConfig": {
Expand Down
Loading
Loading