Skip to content

Commit

Permalink
Automated SDK generation (#942)
Browse files Browse the repository at this point in the history
*Automated PR*


Does the PR have any schema changes?

Found 17 breaking changes:
Resources

    🟡 "google-native:connectors/v1:CustomConnector": properties: "launchStage" missing output "launchStage"
    "google-native:connectors/v1:CustomConnectorVersion":
        🟡 inputs: "type" missing
        🟡 properties: "type" missing output "type"
        🟢 required inputs: "serviceAccount" input has changed to Required

Types

    🔴 "google-native:connectors/v1:CustomConnectorVersionType" missing
    🟡 "google-native:connectors/v1:EventingConfig": properties: "encryptionKey" missing
    "google-native:connectors/v1:EventingConfigResponse":
        🟡 properties: "encryptionKey" missing
        required:
            🟢 "encryptionKey" property is no longer Required
            🟢 "listenerAuthConfig" property has changed to Required
    🟢 "google-native:dataflow/v1b3:RuntimeUpdatableParamsResponse": required: "workerUtilizationHint" property has changed to Required
    "google-native:datafusion/v1:NetworkConfigResponse": required:
        🟢 "connectionType" property has changed to Required
        🟢 "privateServiceConnectConfig" property has changed to Required
    🟢 "google-native:dialogflow/v2:GoogleCloudDialogflowV2HumanAgentAssistantConfigSuggestionQueryConfigResponse": required: "sections" property has changed to Required
    🟢 "google-native:dialogflow/v2beta1:GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionQueryConfigResponse": required: "sections" property has changed to Required
    🟢 "google-native:file/v1:FileShareConfig": required: "name" property has changed to Required
    🟢 "google-native:file/v1beta1:FileShareConfig": required: "name" property has changed to Required
    🟢 "google-native:servicemanagement/v1:MethodSettingsResponse": required: "autoPopulatedFields" property has changed to Required

New resources:

    translate/v3.AdaptiveMtDataset

New functions:

    translate/v3.getAdaptiveMtDataset
  • Loading branch information
pulumi-bot committed Jan 9, 2024
1 parent 3f5ac51 commit 0551667
Show file tree
Hide file tree
Showing 379 changed files with 14,111 additions and 1,813 deletions.
10 changes: 6 additions & 4 deletions discovery/accessapproval_v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -913,7 +913,7 @@
}
}
},
"revision": "20231110",
"revision": "20231201",
"rootUrl": "https://accessapproval.googleapis.com/",
"schemas": {
"AccessApprovalServiceAccount": {
Expand Down Expand Up @@ -1018,15 +1018,17 @@
"GOOGLE_INITIATED_SERVICE",
"GOOGLE_INITIATED_REVIEW",
"THIRD_PARTY_DATA_REQUEST",
"GOOGLE_RESPONSE_TO_PRODUCTION_ALERT"
"GOOGLE_RESPONSE_TO_PRODUCTION_ALERT",
"CLOUD_INITIATED_ACCESS"
],
"enumDescriptions": [
"Default value for proto, shouldn't be used.",
"Customer made a request or raised an issue that required the principal to access customer data. `detail` is of the form (\"#####\" is the issue ID): * \"Feedback Report: #####\" * \"Case Number: #####\" * \"Case ID: #####\" * \"E-PIN Reference: #####\" * \"Google-#####\" * \"T-#####\"",
"The principal accessed customer data in order to diagnose or resolve a suspected issue in services. Often this access is used to confirm that customers are not affected by a suspected service issue or to remediate a reversible system issue.",
"Google initiated service for security, fraud, abuse, or compliance purposes.",
"The principal was compelled to access customer data in order to respond to a legal third party data request or process, including legal processes from customers themselves.",
"The principal accessed customer data in order to diagnose or resolve a suspected issue in services or a known outage."
"The principal accessed customer data in order to diagnose or resolve a suspected issue in services or a known outage.",
"Similar to 'GOOGLE_INITIATED_SERVICE' or 'GOOGLE_INITIATED_REVIEW', but meant to reflect when the cloud operator is not Google (namely, a TPC operator), and accessed customer data in order to diagnose or resolve a suspected issue in services or a known outage, or for security, fraud, abuse, or compliance review purposes."
],
"type": "string"
}
Expand Down Expand Up @@ -1302,7 +1304,7 @@
"type": "string"
},
"serializedApprovalRequest": {
"description": "The serialized ApprovalRequest message without the approve.signature_info field. This to allow the customer to verify signatures if they want to.",
"description": "The ApprovalRequest that is serialized without the SignatureInfo message field. This data is used with the hashing algorithm to generate the digital signature, and it can be used for signature verification.",
"format": "byte",
"type": "string"
},
Expand Down
2 changes: 1 addition & 1 deletion discovery/accesscontextmanager_v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -1235,7 +1235,7 @@
}
}
},
"revision": "20231113",
"revision": "20231128",
"rootUrl": "https://accesscontextmanager.googleapis.com/",
"schemas": {
"AccessContextManagerOperationMetadata": {
Expand Down
2 changes: 1 addition & 1 deletion discovery/accesscontextmanager_v1beta.json
Original file line number Diff line number Diff line change
Expand Up @@ -609,7 +609,7 @@
}
}
},
"revision": "20231113",
"revision": "20231128",
"rootUrl": "https://accesscontextmanager.googleapis.com/",
"schemas": {
"AccessContextManagerOperationMetadata": {
Expand Down
2 changes: 1 addition & 1 deletion discovery/advisorynotifications_v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@
}
}
},
"revision": "20231119",
"revision": "20231126",
"rootUrl": "https://advisorynotifications.googleapis.com/",
"schemas": {
"GoogleCloudAdvisorynotificationsV1Attachment": {
Expand Down
2 changes: 1 addition & 1 deletion discovery/analyticshub_v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -1022,7 +1022,7 @@
}
}
},
"revision": "20231106",
"revision": "20231127",
"rootUrl": "https://analyticshub.googleapis.com/",
"schemas": {
"AuditConfig": {
Expand Down
2 changes: 1 addition & 1 deletion discovery/analyticshub_v1beta1.json
Original file line number Diff line number Diff line change
Expand Up @@ -695,7 +695,7 @@
}
}
},
"revision": "20231106",
"revision": "20231127",
"rootUrl": "https://analyticshub.googleapis.com/",
"schemas": {
"AuditConfig": {
Expand Down
138 changes: 134 additions & 4 deletions discovery/apigee_v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -6651,6 +6651,34 @@
},
"securityIncidents": {
"methods": {
"batchUpdate": {
"description": "BatchUpdateSecurityIncident updates multiple existing security incidents.",
"flatPath": "v1/organizations/{organizationsId}/environments/{environmentsId}/securityIncidents:batchUpdate",
"httpMethod": "POST",
"id": "apigee.organizations.environments.securityIncidents.batchUpdate",
"parameterOrder": [
"parent"
],
"parameters": {
"parent": {
"description": "Optional. The parent resource shared by all security incidents being updated. If this is set, the parent field in the UpdateSecurityIncidentRequest messages must either be empty or match this field.",
"location": "path",
"pattern": "^organizations/[^/]+/environments/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v1/{+parent}/securityIncidents:batchUpdate",
"request": {
"$ref": "GoogleCloudApigeeV1BatchUpdateSecurityIncidentsRequest"
},
"response": {
"$ref": "GoogleCloudApigeeV1BatchUpdateSecurityIncidentsResponse"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform"
]
},
"get": {
"description": "GetSecurityIncident gets the specified security incident. Returns NOT_FOUND if security incident is not present for the specified organization and environment.",
"flatPath": "v1/organizations/{organizationsId}/environments/{environmentsId}/securityIncidents/{securityIncidentsId}",
Expand Down Expand Up @@ -6716,6 +6744,40 @@
"scopes": [
"https://www.googleapis.com/auth/cloud-platform"
]
},
"patch": {
"description": "UpdateSecurityIncidents updates an existing security incident.",
"flatPath": "v1/organizations/{organizationsId}/environments/{environmentsId}/securityIncidents/{securityIncidentsId}",
"httpMethod": "PATCH",
"id": "apigee.organizations.environments.securityIncidents.patch",
"parameterOrder": [
"name"
],
"parameters": {
"name": {
"description": "Immutable. Name of the security incident resource. Format: organizations/{org}/environments/{environment}/securityIncidents/{incident} Example: organizations/apigee-org/environments/dev/securityIncidents/1234-5678-9101-1111",
"location": "path",
"pattern": "^organizations/[^/]+/environments/[^/]+/securityIncidents/[^/]+$",
"required": true,
"type": "string"
},
"updateMask": {
"description": "Required. The list of fields to update. Allowed fields are: LINT.IfChange(allowed_update_fields_comment) - observability LINT.ThenChange()",
"format": "google-fieldmask",
"location": "query",
"type": "string"
}
},
"path": "v1/{+name}",
"request": {
"$ref": "GoogleCloudApigeeV1SecurityIncident"
},
"response": {
"$ref": "GoogleCloudApigeeV1SecurityIncident"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform"
]
}
}
},
Expand Down Expand Up @@ -9609,7 +9671,7 @@
}
}
},
"revision": "20231114",
"revision": "20231130",
"rootUrl": "https://apigee.googleapis.com/",
"schemas": {
"EdgeConfigstoreBundleBadBundle": {
Expand Down Expand Up @@ -10760,6 +10822,35 @@
},
"type": "object"
},
"GoogleCloudApigeeV1BatchUpdateSecurityIncidentsRequest": {
"description": "Request for BatchUpdateSecurityIncident.",
"id": "GoogleCloudApigeeV1BatchUpdateSecurityIncidentsRequest",
"properties": {
"requests": {
"description": "Optional. Required. The request message specifying the resources to update. A maximum of 1000 can be modified in a batch.",
"items": {
"$ref": "GoogleCloudApigeeV1UpdateSecurityIncidentRequest"
},
"type": "array"
}
},
"type": "object"
},
"GoogleCloudApigeeV1BatchUpdateSecurityIncidentsResponse": {
"description": "Response for BatchUpdateSecurityIncident.",
"id": "GoogleCloudApigeeV1BatchUpdateSecurityIncidentsResponse",
"properties": {
"securityIncidents": {
"description": "Output only. Updated security incidents",
"items": {
"$ref": "GoogleCloudApigeeV1SecurityIncident"
},
"readOnly": true,
"type": "array"
}
},
"type": "object"
},
"GoogleCloudApigeeV1CanaryEvaluation": {
"description": "CanaryEvaluation represents the canary analysis between two versions of the runtime that is serving requests.",
"id": "GoogleCloudApigeeV1CanaryEvaluation",
Expand Down Expand Up @@ -15962,10 +16053,30 @@
"readOnly": true,
"type": "string"
},
"lastObservabilityChangeTime": {
"description": "Output only. The time when the incident observability was last changed.",
"format": "google-datetime",
"readOnly": true,
"type": "string"
},
"name": {
"description": "Immutable. Name of the security incident resource. Format: organizations/{org}/environments/{environment}/securityIncidents/{incident} Example: organizations/apigee-org/environments/dev/securityIncidents/1234-5678-9101-1111",
"type": "string"
},
"observability": {
"description": "Optional. Indicates if the user archived this incident.",
"enum": [
"OBSERVABILITY_UNSPECIFIED",
"ACTIVE",
"ARCHIVED"
],
"enumDescriptions": [
"The incident observability is unspecified.",
"The incident is currently active. Can change to this status from archived.",
"The incident is currently archived and was archived by the customer."
],
"type": "string"
},
"riskLevel": {
"description": "Output only. Risk level of the incident.",
"enum": [
Expand Down Expand Up @@ -16000,7 +16111,8 @@
"type": "string"
},
"displayName": {
"description": "Display name of the security profile.",
"deprecated": true,
"description": "DEPRECATED: DO NOT USE Display name of the security profile.",
"type": "string"
},
"environments": {
Expand Down Expand Up @@ -16043,7 +16155,8 @@
"type": "string"
},
"revisionPublishTime": {
"description": "Output only. The time when revision was published. Once published, the security profile revision cannot be updated further and can be attached to environments.",
"deprecated": true,
"description": "Output only. DEPRECATED: DO NOT USE The time when revision was published. Once published, the security profile revision cannot be updated further and can be attached to environments.",
"format": "google-datetime",
"readOnly": true,
"type": "string"
Expand Down Expand Up @@ -16097,7 +16210,8 @@
"type": "string"
},
"securityProfileRevisionId": {
"description": "Revision ID of the security profile.",
"deprecated": true,
"description": "DEPRECATED: DO NOT USE Revision ID of the security profile.",
"format": "int64",
"type": "string"
}
Expand Down Expand Up @@ -17005,6 +17119,22 @@
},
"type": "object"
},
"GoogleCloudApigeeV1UpdateSecurityIncidentRequest": {
"description": "Request for UpdateSecurityIncident.",
"id": "GoogleCloudApigeeV1UpdateSecurityIncidentRequest",
"properties": {
"securityIncident": {
"$ref": "GoogleCloudApigeeV1SecurityIncident",
"description": "Required. The security incident to update. Must contain all existing populated fields of the current incident."
},
"updateMask": {
"description": "Required. The list of fields to update. Allowed fields are: LINT.IfChange(allowed_update_fields_comment) - observability LINT.ThenChange()",
"format": "google-fieldmask",
"type": "string"
}
},
"type": "object"
},
"GoogleIamV1AuditConfig": {
"description": "Specifies the audit configuration for a service. The configuration determines which permission types are logged, and what identities, if any, are exempted from logging. An AuditConfig must have one or more AuditLogConfigs. If there are AuditConfigs for both `allServices` and a specific service, the union of the two AuditConfigs is used for that service: the log_types specified in each AuditConfig are enabled, and the exempted_members in each AuditLogConfig are exempted. Example Policy with multiple AuditConfigs: { \"audit_configs\": [ { \"service\": \"allServices\", \"audit_log_configs\": [ { \"log_type\": \"DATA_READ\", \"exempted_members\": [ \"user:jose@example.com\" ] }, { \"log_type\": \"DATA_WRITE\" }, { \"log_type\": \"ADMIN_READ\" } ] }, { \"service\": \"sampleservice.googleapis.com\", \"audit_log_configs\": [ { \"log_type\": \"DATA_READ\" }, { \"log_type\": \"DATA_WRITE\", \"exempted_members\": [ \"user:aliya@example.com\" ] } ] } ] } For sampleservice, this policy enables DATA_READ, DATA_WRITE and ADMIN_READ logging. It also exempts `jose@example.com` from DATA_READ logging, and `aliya@example.com` from DATA_WRITE logging.",
"id": "GoogleIamV1AuditConfig",
Expand Down
2 changes: 1 addition & 1 deletion discovery/apikeys_v2.json
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@
}
}
},
"revision": "20231114",
"revision": "20231203",
"rootUrl": "https://apikeys.googleapis.com/",
"schemas": {
"Operation": {
Expand Down
2 changes: 1 addition & 1 deletion discovery/beyondcorp_v1alpha.json
Original file line number Diff line number Diff line change
Expand Up @@ -3716,7 +3716,7 @@
}
}
},
"revision": "20231101",
"revision": "20231113",
"rootUrl": "https://beyondcorp.googleapis.com/",
"schemas": {
"AllocatedConnection": {
Expand Down
2 changes: 1 addition & 1 deletion discovery/biglake_v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -616,7 +616,7 @@
}
}
},
"revision": "20231109",
"revision": "20231129",
"rootUrl": "https://biglake.googleapis.com/",
"schemas": {
"Catalog": {
Expand Down
2 changes: 1 addition & 1 deletion discovery/bigquerydatatransfer_v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -1342,7 +1342,7 @@
}
}
},
"revision": "20231105",
"revision": "20231129",
"rootUrl": "https://bigquerydatatransfer.googleapis.com/",
"schemas": {
"CheckValidCredsRequest": {
Expand Down
2 changes: 1 addition & 1 deletion discovery/bigqueryreservation_v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -831,7 +831,7 @@
}
}
},
"revision": "20231112",
"revision": "20231129",
"rootUrl": "https://bigqueryreservation.googleapis.com/",
"schemas": {
"Assignment": {
Expand Down
2 changes: 1 addition & 1 deletion discovery/bigtableadmin_v2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1966,7 +1966,7 @@
}
}
},
"revision": "20231110",
"revision": "20231121",
"rootUrl": "https://bigtableadmin.googleapis.com/",
"schemas": {
"AppProfile": {
Expand Down
2 changes: 1 addition & 1 deletion discovery/billingbudgets_v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@
}
}
},
"revision": "20231119",
"revision": "20231126",
"rootUrl": "https://billingbudgets.googleapis.com/",
"schemas": {
"GoogleCloudBillingBudgetsV1Budget": {
Expand Down
2 changes: 1 addition & 1 deletion discovery/billingbudgets_v1beta1.json
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@
}
}
},
"revision": "20231119",
"revision": "20231126",
"rootUrl": "https://billingbudgets.googleapis.com/",
"schemas": {
"GoogleCloudBillingBudgetsV1beta1AllUpdatesRule": {
Expand Down
4 changes: 2 additions & 2 deletions discovery/cloudasset_v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -1095,7 +1095,7 @@
}
}
},
"revision": "20231111",
"revision": "20231201",
"rootUrl": "https://cloudasset.googleapis.com/",
"schemas": {
"AccessSelector": {
Expand Down Expand Up @@ -4004,7 +4004,7 @@
"type": "string"
},
"parent": {
"description": "The full name of the immediate parent of this resource. See [Resource Names](https://cloud.google.com/apis/design/resource_names#full_resource_name) for more information. For Google Cloud assets, this value is the parent resource defined in the [IAM policy hierarchy](https://cloud.google.com/iam/docs/overview#policy_hierarchy). Example: `//cloudresourcemanager.googleapis.com/projects/my_project_123` For third-party assets, this field may be set differently.",
"description": "The full name of the immediate parent of this resource. See [Resource Names](https://cloud.google.com/apis/design/resource_names#full_resource_name) for more information. For Google Cloud assets, this value is the parent resource defined in the [IAM policy hierarchy](https://cloud.google.com/iam/docs/overview#policy_hierarchy). Example: `//cloudresourcemanager.googleapis.com/projects/my_project_123`",
"type": "string"
},
"resourceUrl": {
Expand Down
2 changes: 1 addition & 1 deletion discovery/cloudbilling_v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -751,7 +751,7 @@
}
}
},
"revision": "20231124",
"revision": "20231201",
"rootUrl": "https://cloudbilling.googleapis.com/",
"schemas": {
"AggregationInfo": {
Expand Down
2 changes: 1 addition & 1 deletion discovery/cloudbilling_v1beta.json
Original file line number Diff line number Diff line change
Expand Up @@ -664,7 +664,7 @@
}
}
},
"revision": "20231124",
"revision": "20231201",
"rootUrl": "https://cloudbilling.googleapis.com/",
"schemas": {
"CacheFillRegions": {
Expand Down
Loading

0 comments on commit 0551667

Please sign in to comment.