Skip to content
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
64 changes: 63 additions & 1 deletion analyticshub/v1/analyticshub-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -1247,7 +1247,7 @@
}
}
},
"revision": "20250807",
"revision": "20250901",
"rootUrl": "https://analyticshub.googleapis.com/",
"schemas": {
"ApproveQueryTemplateRequest": {
Expand Down Expand Up @@ -1358,6 +1358,21 @@
"description": "Optional. Resource name of the dataset source for this listing. e.g. `projects/myproject/datasets/123`",
"type": "string"
},
"effectiveReplicas": {
"description": "Output only. Server-owned effective state of replicas. Contains both primary and secondary replicas. Each replica includes a system-computed (output-only) state and primary designation.",
"items": {
"$ref": "Replica"
},
"readOnly": true,
"type": "array"
},
"replicaLocations": {
"description": "Optional. A list of regions where the publisher has created shared dataset replicas.",
"items": {
"type": "string"
},
"type": "array"
},
"restrictedExportPolicy": {
"$ref": "RestrictedExportPolicy",
"description": "Optional. If set, restricted export policy will be propagated and enforced on the linked dataset."
Expand Down Expand Up @@ -1585,6 +1600,13 @@
"location": {
"description": "Required. The geographic location where the dataset should reside. See https://cloud.google.com/bigquery/docs/locations for supported locations.",
"type": "string"
},
"replicaLocations": {
"description": "Optional. The geographic locations where the dataset should be replicated. See [BigQuery locations](https://cloud.google.com/bigquery/docs/locations) for supported locations.",
"items": {
"type": "string"
},
"type": "array"
}
},
"type": "object"
Expand Down Expand Up @@ -2438,6 +2460,46 @@
},
"type": "object"
},
"Replica": {
"description": "Represents the state of a replica of a shared dataset. It includes the geographic location of the replica and system-computed, output-only fields indicating its replication state and whether it is the primary replica.",
"id": "Replica",
"properties": {
"location": {
"description": "Output only. The geographic location where the replica resides. See [BigQuery locations](https://cloud.google.com/bigquery/docs/locations) for supported locations. Eg. \"us-central1\".",
"readOnly": true,
"type": "string"
},
"primaryState": {
"description": "Output only. Indicates that this replica is the primary replica.",
"enum": [
"PRIMARY_STATE_UNSPECIFIED",
"PRIMARY_REPLICA"
],
"enumDescriptions": [
"Default value. This value is unused.",
"The replica is the primary replica."
],
"readOnly": true,
"type": "string"
},
"replicaState": {
"description": "Output only. Assigned by Analytics Hub based on real BigQuery replication state.",
"enum": [
"REPLICA_STATE_UNSPECIFIED",
"READY_TO_USE",
"UNAVAILABLE"
],
"enumDescriptions": [
"Default value. This value is unused.",
"The replica is backfilled and ready to use.",
"The replica is unavailable, does not exist, or has not been backfilled yet."
],
"readOnly": true,
"type": "string"
}
},
"type": "object"
},
"RestrictedExportConfig": {
"description": "Restricted export config, used to configure restricted export on linked dataset.",
"id": "RestrictedExportConfig",
Expand Down
54 changes: 54 additions & 0 deletions analyticshub/v1/analyticshub-gen.go

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

39 changes: 38 additions & 1 deletion androidpublisher/v3/androidpublisher-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -5555,7 +5555,7 @@
}
}
},
"revision": "20250903",
"revision": "20250904",
"rootUrl": "https://androidpublisher.googleapis.com/",
"schemas": {
"Abi": {
Expand Down Expand Up @@ -6208,6 +6208,10 @@
"$ref": "SubscriptionItemPriceChangeDetails",
"description": "The information of the last price change for the item since subscription signup."
},
"priceStepUpConsentDetails": {
"$ref": "PriceStepUpConsentDetails",
"description": "The information of the latest price step-up consent."
},
"recurringPrice": {
"$ref": "Money",
"description": "The current recurring price of the auto renewing plan. Note that the price does not take into account discounts and does not include taxes for tax-exclusive pricing, please call orders.get API instead if transaction details are needed."
Expand Down Expand Up @@ -9903,6 +9907,39 @@
},
"type": "object"
},
"PriceStepUpConsentDetails": {
"description": "Information related to a price step-up that requires user consent.",
"id": "PriceStepUpConsentDetails",
"properties": {
"consentDeadlineTime": {
"description": "The deadline by which the user must provide consent. If consent is not provided by this time, the subscription will be canceled.",
"format": "google-datetime",
"type": "string"
},
"newPrice": {
"$ref": "Money",
"description": "The new price which requires user consent."
},
"state": {
"description": "Output only. The state of the price step-up consent.",
"enum": [
"CONSENT_STATE_UNSPECIFIED",
"PENDING",
"CONFIRMED",
"COMPLETED"
],
"enumDescriptions": [
"Unspecified consent state.",
"The user has not yet provided consent.",
"The user has consented, and the new price is waiting to take effect.",
"The user has consented, and the new price has taken effect."
],
"readOnly": true,
"type": "string"
}
},
"type": "object"
},
"ProcessedEvent": {
"description": "Details of when the order was processed.",
"id": "ProcessedEvent",
Expand Down
38 changes: 38 additions & 0 deletions androidpublisher/v3/androidpublisher-gen.go

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

14 changes: 10 additions & 4 deletions backupdr/v1/backupdr-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -2117,7 +2117,7 @@
}
}
},
"revision": "20250825",
"revision": "20250830",
"rootUrl": "https://backupdr.googleapis.com/",
"schemas": {
"AbandonBackupRequest": {
Expand Down Expand Up @@ -5030,9 +5030,11 @@
"enum": [
"FEATURE_UNSPECIFIED",
"MANAGEMENT_SERVER",
"COMPUTE_INSTANCE"
"COMPUTE_INSTANCE",
"PROTECTION_SUMMARY"
],
"enumDescriptions": [
"",
"",
"",
""
Expand Down Expand Up @@ -5583,12 +5585,16 @@
"enum": [
"RESOURCE_TYPE_UNSPECIFIED",
"CLOUD_SQL_INSTANCE",
"COMPUTE_ENGINE_VM"
"COMPUTE_ENGINE_VM",
"COMPUTE_ENGINE_DISK",
"COMPUTE_ENGINE_REGIONAL_DISK"
],
"enumDescriptions": [
"Resource type not set.",
"Cloud SQL instance.",
"Compute Engine VM."
"Compute Engine VM.",
"Compute Engine Disk.",
"Compute Engine Regional Disk."
],
"readOnly": true,
"type": "string"
Expand Down
3 changes: 3 additions & 0 deletions backupdr/v1/backupdr-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 cloudbuild/v1/cloudbuild-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -2573,7 +2573,7 @@
}
}
},
"revision": "20250801",
"revision": "20250903",
"rootUrl": "https://cloudbuild.googleapis.com/",
"schemas": {
"ApprovalConfig": {
Expand Down Expand Up @@ -4911,7 +4911,7 @@
"id": "NpmPackage",
"properties": {
"packagePath": {
"description": "Path to the package.json. e.g. workspace/path/to/package",
"description": "Optional. Path to the package.json. e.g. workspace/path/to/package Only one of `archive` or `package_path` can be specified.",
"type": "string"
},
"repository": {
Expand Down
4 changes: 3 additions & 1 deletion cloudbuild/v1/cloudbuild-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 cloudbuild/v2/cloudbuild-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@
],
"parameters": {
"extraLocationTypes": {
"description": "Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.",
"description": "Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.",
"location": "query",
"repeated": true,
"type": "string"
Expand Down Expand Up @@ -1087,7 +1087,7 @@
}
}
},
"revision": "20250814",
"revision": "20250903",
"rootUrl": "https://cloudbuild.googleapis.com/",
"schemas": {
"AuditConfig": {
Expand Down
6 changes: 3 additions & 3 deletions cloudbuild/v2/cloudbuild-gen.go

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

Loading