Skip to content

Commit 0551667

Browse files
authored
Automated SDK generation (#942)
*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
1 parent 3f5ac51 commit 0551667

File tree

379 files changed

+14111
-1813
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

379 files changed

+14111
-1813
lines changed

discovery/accessapproval_v1.json

+6-4
Original file line numberDiff line numberDiff line change
@@ -913,7 +913,7 @@
913913
}
914914
}
915915
},
916-
"revision": "20231110",
916+
"revision": "20231201",
917917
"rootUrl": "https://accessapproval.googleapis.com/",
918918
"schemas": {
919919
"AccessApprovalServiceAccount": {
@@ -1018,15 +1018,17 @@
10181018
"GOOGLE_INITIATED_SERVICE",
10191019
"GOOGLE_INITIATED_REVIEW",
10201020
"THIRD_PARTY_DATA_REQUEST",
1021-
"GOOGLE_RESPONSE_TO_PRODUCTION_ALERT"
1021+
"GOOGLE_RESPONSE_TO_PRODUCTION_ALERT",
1022+
"CLOUD_INITIATED_ACCESS"
10221023
],
10231024
"enumDescriptions": [
10241025
"Default value for proto, shouldn't be used.",
10251026
"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-#####\"",
10261027
"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.",
10271028
"Google initiated service for security, fraud, abuse, or compliance purposes.",
10281029
"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.",
1029-
"The principal accessed customer data in order to diagnose or resolve a suspected issue in services or a known outage."
1030+
"The principal accessed customer data in order to diagnose or resolve a suspected issue in services or a known outage.",
1031+
"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."
10301032
],
10311033
"type": "string"
10321034
}
@@ -1302,7 +1304,7 @@
13021304
"type": "string"
13031305
},
13041306
"serializedApprovalRequest": {
1305-
"description": "The serialized ApprovalRequest message without the approve.signature_info field. This to allow the customer to verify signatures if they want to.",
1307+
"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.",
13061308
"format": "byte",
13071309
"type": "string"
13081310
},

discovery/accesscontextmanager_v1.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1235,7 +1235,7 @@
12351235
}
12361236
}
12371237
},
1238-
"revision": "20231113",
1238+
"revision": "20231128",
12391239
"rootUrl": "https://accesscontextmanager.googleapis.com/",
12401240
"schemas": {
12411241
"AccessContextManagerOperationMetadata": {

discovery/accesscontextmanager_v1beta.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -609,7 +609,7 @@
609609
}
610610
}
611611
},
612-
"revision": "20231113",
612+
"revision": "20231128",
613613
"rootUrl": "https://accesscontextmanager.googleapis.com/",
614614
"schemas": {
615615
"AccessContextManagerOperationMetadata": {

discovery/advisorynotifications_v1.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@
259259
}
260260
}
261261
},
262-
"revision": "20231119",
262+
"revision": "20231126",
263263
"rootUrl": "https://advisorynotifications.googleapis.com/",
264264
"schemas": {
265265
"GoogleCloudAdvisorynotificationsV1Attachment": {

discovery/analyticshub_v1.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1022,7 +1022,7 @@
10221022
}
10231023
}
10241024
},
1025-
"revision": "20231106",
1025+
"revision": "20231127",
10261026
"rootUrl": "https://analyticshub.googleapis.com/",
10271027
"schemas": {
10281028
"AuditConfig": {

discovery/analyticshub_v1beta1.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -695,7 +695,7 @@
695695
}
696696
}
697697
},
698-
"revision": "20231106",
698+
"revision": "20231127",
699699
"rootUrl": "https://analyticshub.googleapis.com/",
700700
"schemas": {
701701
"AuditConfig": {

discovery/apigee_v1.json

+134-4
Original file line numberDiff line numberDiff line change
@@ -6651,6 +6651,34 @@
66516651
},
66526652
"securityIncidents": {
66536653
"methods": {
6654+
"batchUpdate": {
6655+
"description": "BatchUpdateSecurityIncident updates multiple existing security incidents.",
6656+
"flatPath": "v1/organizations/{organizationsId}/environments/{environmentsId}/securityIncidents:batchUpdate",
6657+
"httpMethod": "POST",
6658+
"id": "apigee.organizations.environments.securityIncidents.batchUpdate",
6659+
"parameterOrder": [
6660+
"parent"
6661+
],
6662+
"parameters": {
6663+
"parent": {
6664+
"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.",
6665+
"location": "path",
6666+
"pattern": "^organizations/[^/]+/environments/[^/]+$",
6667+
"required": true,
6668+
"type": "string"
6669+
}
6670+
},
6671+
"path": "v1/{+parent}/securityIncidents:batchUpdate",
6672+
"request": {
6673+
"$ref": "GoogleCloudApigeeV1BatchUpdateSecurityIncidentsRequest"
6674+
},
6675+
"response": {
6676+
"$ref": "GoogleCloudApigeeV1BatchUpdateSecurityIncidentsResponse"
6677+
},
6678+
"scopes": [
6679+
"https://www.googleapis.com/auth/cloud-platform"
6680+
]
6681+
},
66546682
"get": {
66556683
"description": "GetSecurityIncident gets the specified security incident. Returns NOT_FOUND if security incident is not present for the specified organization and environment.",
66566684
"flatPath": "v1/organizations/{organizationsId}/environments/{environmentsId}/securityIncidents/{securityIncidentsId}",
@@ -6716,6 +6744,40 @@
67166744
"scopes": [
67176745
"https://www.googleapis.com/auth/cloud-platform"
67186746
]
6747+
},
6748+
"patch": {
6749+
"description": "UpdateSecurityIncidents updates an existing security incident.",
6750+
"flatPath": "v1/organizations/{organizationsId}/environments/{environmentsId}/securityIncidents/{securityIncidentsId}",
6751+
"httpMethod": "PATCH",
6752+
"id": "apigee.organizations.environments.securityIncidents.patch",
6753+
"parameterOrder": [
6754+
"name"
6755+
],
6756+
"parameters": {
6757+
"name": {
6758+
"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",
6759+
"location": "path",
6760+
"pattern": "^organizations/[^/]+/environments/[^/]+/securityIncidents/[^/]+$",
6761+
"required": true,
6762+
"type": "string"
6763+
},
6764+
"updateMask": {
6765+
"description": "Required. The list of fields to update. Allowed fields are: LINT.IfChange(allowed_update_fields_comment) - observability LINT.ThenChange()",
6766+
"format": "google-fieldmask",
6767+
"location": "query",
6768+
"type": "string"
6769+
}
6770+
},
6771+
"path": "v1/{+name}",
6772+
"request": {
6773+
"$ref": "GoogleCloudApigeeV1SecurityIncident"
6774+
},
6775+
"response": {
6776+
"$ref": "GoogleCloudApigeeV1SecurityIncident"
6777+
},
6778+
"scopes": [
6779+
"https://www.googleapis.com/auth/cloud-platform"
6780+
]
67196781
}
67206782
}
67216783
},
@@ -9609,7 +9671,7 @@
96099671
}
96109672
}
96119673
},
9612-
"revision": "20231114",
9674+
"revision": "20231130",
96139675
"rootUrl": "https://apigee.googleapis.com/",
96149676
"schemas": {
96159677
"EdgeConfigstoreBundleBadBundle": {
@@ -10760,6 +10822,35 @@
1076010822
},
1076110823
"type": "object"
1076210824
},
10825+
"GoogleCloudApigeeV1BatchUpdateSecurityIncidentsRequest": {
10826+
"description": "Request for BatchUpdateSecurityIncident.",
10827+
"id": "GoogleCloudApigeeV1BatchUpdateSecurityIncidentsRequest",
10828+
"properties": {
10829+
"requests": {
10830+
"description": "Optional. Required. The request message specifying the resources to update. A maximum of 1000 can be modified in a batch.",
10831+
"items": {
10832+
"$ref": "GoogleCloudApigeeV1UpdateSecurityIncidentRequest"
10833+
},
10834+
"type": "array"
10835+
}
10836+
},
10837+
"type": "object"
10838+
},
10839+
"GoogleCloudApigeeV1BatchUpdateSecurityIncidentsResponse": {
10840+
"description": "Response for BatchUpdateSecurityIncident.",
10841+
"id": "GoogleCloudApigeeV1BatchUpdateSecurityIncidentsResponse",
10842+
"properties": {
10843+
"securityIncidents": {
10844+
"description": "Output only. Updated security incidents",
10845+
"items": {
10846+
"$ref": "GoogleCloudApigeeV1SecurityIncident"
10847+
},
10848+
"readOnly": true,
10849+
"type": "array"
10850+
}
10851+
},
10852+
"type": "object"
10853+
},
1076310854
"GoogleCloudApigeeV1CanaryEvaluation": {
1076410855
"description": "CanaryEvaluation represents the canary analysis between two versions of the runtime that is serving requests.",
1076510856
"id": "GoogleCloudApigeeV1CanaryEvaluation",
@@ -15962,10 +16053,30 @@
1596216053
"readOnly": true,
1596316054
"type": "string"
1596416055
},
16056+
"lastObservabilityChangeTime": {
16057+
"description": "Output only. The time when the incident observability was last changed.",
16058+
"format": "google-datetime",
16059+
"readOnly": true,
16060+
"type": "string"
16061+
},
1596516062
"name": {
1596616063
"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",
1596716064
"type": "string"
1596816065
},
16066+
"observability": {
16067+
"description": "Optional. Indicates if the user archived this incident.",
16068+
"enum": [
16069+
"OBSERVABILITY_UNSPECIFIED",
16070+
"ACTIVE",
16071+
"ARCHIVED"
16072+
],
16073+
"enumDescriptions": [
16074+
"The incident observability is unspecified.",
16075+
"The incident is currently active. Can change to this status from archived.",
16076+
"The incident is currently archived and was archived by the customer."
16077+
],
16078+
"type": "string"
16079+
},
1596916080
"riskLevel": {
1597016081
"description": "Output only. Risk level of the incident.",
1597116082
"enum": [
@@ -16000,7 +16111,8 @@
1600016111
"type": "string"
1600116112
},
1600216113
"displayName": {
16003-
"description": "Display name of the security profile.",
16114+
"deprecated": true,
16115+
"description": "DEPRECATED: DO NOT USE Display name of the security profile.",
1600416116
"type": "string"
1600516117
},
1600616118
"environments": {
@@ -16043,7 +16155,8 @@
1604316155
"type": "string"
1604416156
},
1604516157
"revisionPublishTime": {
16046-
"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.",
16158+
"deprecated": true,
16159+
"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.",
1604716160
"format": "google-datetime",
1604816161
"readOnly": true,
1604916162
"type": "string"
@@ -16097,7 +16210,8 @@
1609716210
"type": "string"
1609816211
},
1609916212
"securityProfileRevisionId": {
16100-
"description": "Revision ID of the security profile.",
16213+
"deprecated": true,
16214+
"description": "DEPRECATED: DO NOT USE Revision ID of the security profile.",
1610116215
"format": "int64",
1610216216
"type": "string"
1610316217
}
@@ -17005,6 +17119,22 @@
1700517119
},
1700617120
"type": "object"
1700717121
},
17122+
"GoogleCloudApigeeV1UpdateSecurityIncidentRequest": {
17123+
"description": "Request for UpdateSecurityIncident.",
17124+
"id": "GoogleCloudApigeeV1UpdateSecurityIncidentRequest",
17125+
"properties": {
17126+
"securityIncident": {
17127+
"$ref": "GoogleCloudApigeeV1SecurityIncident",
17128+
"description": "Required. The security incident to update. Must contain all existing populated fields of the current incident."
17129+
},
17130+
"updateMask": {
17131+
"description": "Required. The list of fields to update. Allowed fields are: LINT.IfChange(allowed_update_fields_comment) - observability LINT.ThenChange()",
17132+
"format": "google-fieldmask",
17133+
"type": "string"
17134+
}
17135+
},
17136+
"type": "object"
17137+
},
1700817138
"GoogleIamV1AuditConfig": {
1700917139
"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:[email protected]\" ] }, { \"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:[email protected]\" ] } ] } ] } For sampleservice, this policy enables DATA_READ, DATA_WRITE and ADMIN_READ logging. It also exempts `[email protected]` from DATA_READ logging, and `[email protected]` from DATA_WRITE logging.",
1701017140
"id": "GoogleIamV1AuditConfig",

discovery/apikeys_v2.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -396,7 +396,7 @@
396396
}
397397
}
398398
},
399-
"revision": "20231114",
399+
"revision": "20231203",
400400
"rootUrl": "https://apikeys.googleapis.com/",
401401
"schemas": {
402402
"Operation": {

discovery/beyondcorp_v1alpha.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3716,7 +3716,7 @@
37163716
}
37173717
}
37183718
},
3719-
"revision": "20231101",
3719+
"revision": "20231113",
37203720
"rootUrl": "https://beyondcorp.googleapis.com/",
37213721
"schemas": {
37223722
"AllocatedConnection": {

discovery/biglake_v1.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -616,7 +616,7 @@
616616
}
617617
}
618618
},
619-
"revision": "20231109",
619+
"revision": "20231129",
620620
"rootUrl": "https://biglake.googleapis.com/",
621621
"schemas": {
622622
"Catalog": {

discovery/bigquerydatatransfer_v1.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1342,7 +1342,7 @@
13421342
}
13431343
}
13441344
},
1345-
"revision": "20231105",
1345+
"revision": "20231129",
13461346
"rootUrl": "https://bigquerydatatransfer.googleapis.com/",
13471347
"schemas": {
13481348
"CheckValidCredsRequest": {

discovery/bigqueryreservation_v1.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -831,7 +831,7 @@
831831
}
832832
}
833833
},
834-
"revision": "20231112",
834+
"revision": "20231129",
835835
"rootUrl": "https://bigqueryreservation.googleapis.com/",
836836
"schemas": {
837837
"Assignment": {

discovery/bigtableadmin_v2.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1966,7 +1966,7 @@
19661966
}
19671967
}
19681968
},
1969-
"revision": "20231110",
1969+
"revision": "20231121",
19701970
"rootUrl": "https://bigtableadmin.googleapis.com/",
19711971
"schemas": {
19721972
"AppProfile": {

discovery/billingbudgets_v1.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@
275275
}
276276
}
277277
},
278-
"revision": "20231119",
278+
"revision": "20231126",
279279
"rootUrl": "https://billingbudgets.googleapis.com/",
280280
"schemas": {
281281
"GoogleCloudBillingBudgetsV1Budget": {

discovery/billingbudgets_v1beta1.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@
269269
}
270270
}
271271
},
272-
"revision": "20231119",
272+
"revision": "20231126",
273273
"rootUrl": "https://billingbudgets.googleapis.com/",
274274
"schemas": {
275275
"GoogleCloudBillingBudgetsV1beta1AllUpdatesRule": {

discovery/cloudasset_v1.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1095,7 +1095,7 @@
10951095
}
10961096
}
10971097
},
1098-
"revision": "20231111",
1098+
"revision": "20231201",
10991099
"rootUrl": "https://cloudasset.googleapis.com/",
11001100
"schemas": {
11011101
"AccessSelector": {
@@ -4004,7 +4004,7 @@
40044004
"type": "string"
40054005
},
40064006
"parent": {
4007-
"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.",
4007+
"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`",
40084008
"type": "string"
40094009
},
40104010
"resourceUrl": {

discovery/cloudbilling_v1.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -751,7 +751,7 @@
751751
}
752752
}
753753
},
754-
"revision": "20231124",
754+
"revision": "20231201",
755755
"rootUrl": "https://cloudbilling.googleapis.com/",
756756
"schemas": {
757757
"AggregationInfo": {

discovery/cloudbilling_v1beta.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -664,7 +664,7 @@
664664
}
665665
}
666666
},
667-
"revision": "20231124",
667+
"revision": "20231201",
668668
"rootUrl": "https://cloudbilling.googleapis.com/",
669669
"schemas": {
670670
"CacheFillRegions": {

0 commit comments

Comments
 (0)