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
49 changes: 48 additions & 1 deletion androidpublisher/v3/androidpublisher-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -5570,7 +5570,7 @@
}
}
},
"revision": "20251208",
"revision": "20251210",
"rootUrl": "https://androidpublisher.googleapis.com/",
"schemas": {
"Abi": {
Expand Down Expand Up @@ -7670,6 +7670,49 @@
},
"type": "object"
},
"ExternalOfferDetails": {
"description": "Reporting details unique to the external offers program.",
"id": "ExternalOfferDetails",
"properties": {
"appDownloadEventExternalTransactionId": {
"description": "Optional. The external transaction id associated with the app download event through an external link. Required when reporting transactions made in externally installed apps.",
"type": "string"
},
"installedAppCategory": {
"description": "Optional. The category of the downloaded app though this transaction. This must match the category provided in Play Console during the external app verification process. Only required for app downloads.",
"enum": [
"EXTERNAL_OFFER_APP_CATEGORY_UNSPECIFIED",
"APP",
"GAME"
],
"enumDescriptions": [
"Unspecified, do not use.",
"The app is classified under the app category.",
"The app is classified under the game category."
],
"type": "string"
},
"installedAppPackage": {
"description": "Optional. The package name of the app downloaded through this transaction. Required when link_type is LINK_TO_APP_DOWNLOAD.",
"type": "string"
},
"linkType": {
"description": "Optional. The type of content being reported by this transaction. Required when reporting app downloads or purchased digital content offers made in app installed through Google Play.",
"enum": [
"EXTERNAL_OFFER_LINK_TYPE_UNSPECIFIED",
"LINK_TO_DIGITAL_CONTENT_OFFER",
"LINK_TO_APP_DOWNLOAD"
],
"enumDescriptions": [
"Unspecified, do not use.",
"An offer to purchase digital content.",
"An app install."
],
"type": "string"
}
},
"type": "object"
},
"ExternalSubscription": {
"description": "Details of an external subscription.",
"id": "ExternalSubscription",
Expand Down Expand Up @@ -7711,6 +7754,10 @@
"description": "Output only. The current tax amount. This represents the current tax amount including any refunds that may have been applied to this transaction.",
"readOnly": true
},
"externalOfferDetails": {
"$ref": "ExternalOfferDetails",
"description": "Optional. Details necessary to accurately report external offers transactions."
},
"externalTransactionId": {
"description": "Output only. The id of this transaction. All transaction ids under the same package name must be unique. Set when creating the external transaction.",
"readOnly": true,
Expand Down
52 changes: 52 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.

50 changes: 47 additions & 3 deletions certificatemanager/v1/certificatemanager-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -1133,7 +1133,7 @@
"type": "string"
},
"returnPartialSuccess": {
"description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.",
"description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the ListOperationsResponse.unreachable field. This can only be `true` when reading across collections. For example, when `parent` is set to `\"projects/example/locations/-\"`. This field is not supported by default and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.",
"location": "query",
"type": "boolean"
}
Expand Down Expand Up @@ -1325,7 +1325,7 @@
}
}
},
"revision": "20251027",
"revision": "20251204",
"rootUrl": "https://certificatemanager.googleapis.com/",
"schemas": {
"AllowlistedCertificate": {
Expand Down Expand Up @@ -1463,6 +1463,10 @@
"$ref": "ManagedCertificate",
"description": "If set, contains configuration and state of a managed certificate."
},
"managedIdentity": {
"$ref": "ManagedIdentityCertificate",
"description": "If set, contains configuration and state of a managed identity certificate."
},
"name": {
"description": "Identifier. A user-defined name of the certificate. Certificate names must be unique globally and match pattern `projects/*/locations/*/certificates/*`.",
"type": "string"
Expand Down Expand Up @@ -2047,7 +2051,7 @@
"type": "array"
},
"unreachable": {
"description": "Unordered list. Unreachable resources. Populated when the request sets `ListOperationsRequest.return_partial_success` and reads across collections e.g. when attempting to list all resources across all supported locations.",
"description": "Unordered list. Unreachable resources. Populated when the request sets `ListOperationsRequest.return_partial_success` and reads across collections. For example, when attempting to list all resources across all supported locations.",
"items": {
"type": "string"
},
Expand Down Expand Up @@ -2170,6 +2174,39 @@
},
"type": "object"
},
"ManagedIdentityCertificate": {
"description": "Configuration and state of a Managed Identity Certificate. Certificate Manager provisions and renews Managed Identity Certificates automatically, for as long as it's authorized to do so.",
"id": "ManagedIdentityCertificate",
"properties": {
"identity": {
"description": "Required. Immutable. SPIFFE ID of the Managed Identity used for this certificate.",
"type": "string"
},
"provisioningIssue": {
"$ref": "ProvisioningIssue",
"description": "Output only. Information about issues with provisioning a managed certificate.",
"readOnly": true
},
"state": {
"description": "Output only. State of the managed certificate resource.",
"enum": [
"STATE_UNSPECIFIED",
"PROVISIONING",
"FAILED",
"ACTIVE"
],
"enumDescriptions": [
"State is unspecified.",
"Certificate Manager attempts to provision or renew the certificate. If the process takes longer than expected, consult the `provisioning_issue` field.",
"Multiple certificate provisioning attempts failed and Certificate Manager gave up. To try again, delete and create a new managed Certificate resource. For details see the `provisioning_issue` field.",
"The certificate management is working, and a certificate has been provisioned."
],
"readOnly": true,
"type": "string"
}
},
"type": "object"
},
"Operation": {
"description": "This resource represents a long-running operation that is the result of a network API call.",
"id": "Operation",
Expand Down Expand Up @@ -2399,6 +2436,13 @@
"description": "Identifier. A user-defined name of the trust config. TrustConfig names must be unique globally and match pattern `projects/*/locations/*/trustConfigs/*`.",
"type": "string"
},
"spiffeTrustStores": {
"additionalProperties": {
"$ref": "TrustStore"
},
"description": "Optional. Defines a mapping from a trust domain to a TrustStore. This is used for SPIFFE certificate validation.",
"type": "object"
},
"trustStores": {
"description": "Optional. Set of trust stores to perform validation against. This field is supported when TrustConfig is configured with Load Balancers, currently not supported for SPIFFE certificate validation. Only one TrustStore specified is currently allowed.",
"items": {
Expand Down
57 changes: 52 additions & 5 deletions certificatemanager/v1/certificatemanager-gen.go

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

5 changes: 3 additions & 2 deletions cloudidentity/v1/cloudidentity-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -2240,7 +2240,7 @@
}
}
},
"revision": "20251118",
"revision": "20251208",
"rootUrl": "https://cloudidentity.googleapis.com/",
"schemas": {
"AddIdpCredentialOperationMetadata": {
Expand Down Expand Up @@ -2657,7 +2657,8 @@
"type": "boolean"
},
"isChromeCleanupEnabled": {
"description": "Current state of [Chrome Cleanup](https://chromeenterprise.google/policies/#ChromeCleanupEnabled).",
"deprecated": true,
"description": "Deprecated: This field is not used for Chrome version 118 and later. Current state of [Chrome Cleanup](https://chromeenterprise.google/policies/#ChromeCleanupEnabled).",
"type": "boolean"
},
"isChromeRemoteDesktopAppBlocked": {
Expand Down
3 changes: 2 additions & 1 deletion cloudidentity/v1/cloudidentity-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 cloudidentity/v1beta1/cloudidentity-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -2349,7 +2349,7 @@
}
}
},
"revision": "20251125",
"revision": "20251208",
"rootUrl": "https://cloudidentity.googleapis.com/",
"schemas": {
"AddIdpCredentialOperationMetadata": {
Expand Down Expand Up @@ -2525,7 +2525,8 @@
"type": "boolean"
},
"isChromeCleanupEnabled": {
"description": "Current state of [Chrome Cleanup](https://chromeenterprise.google/policies/#ChromeCleanupEnabled).",
"deprecated": true,
"description": "Deprecated: This field is not used for Chrome version 118 and later. Current state of [Chrome Cleanup](https://chromeenterprise.google/policies/#ChromeCleanupEnabled).",
"type": "boolean"
},
"isChromeRemoteDesktopAppBlocked": {
Expand Down Expand Up @@ -3584,7 +3585,8 @@
"type": "boolean"
},
"isChromeCleanupEnabled": {
"description": "Current state of [Chrome Cleanup](https://chromeenterprise.google/policies/#ChromeCleanupEnabled).",
"deprecated": true,
"description": "Deprecated: This field is not used for Chrome version 118 and later. Current state of [Chrome Cleanup](https://chromeenterprise.google/policies/#ChromeCleanupEnabled).",
"type": "boolean"
},
"isChromeRemoteDesktopAppBlocked": {
Expand Down
Loading