Skip to content

Commit 1de148b

Browse files
authoredMay 31, 2024··
feat(all): auto-regenerate discovery clients (#2611)
1 parent 4f98211 commit 1de148b

34 files changed

+24049
-7955
lines changed
 

‎aiplatform/v1/aiplatform-api.json

+171-69
Large diffs are not rendered by default.

‎aiplatform/v1/aiplatform-gen.go

+245-63
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎aiplatform/v1beta1/aiplatform-api.json

+286-56
Large diffs are not rendered by default.

‎aiplatform/v1beta1/aiplatform-gen.go

+504-61
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎binaryauthorization/v1/binaryauthorization-api.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -742,7 +742,7 @@
742742
}
743743
}
744744
},
745-
"revision": "20240220",
745+
"revision": "20240524",
746746
"rootUrl": "https://binaryauthorization.googleapis.com/",
747747
"schemas": {
748748
"AdmissionRule": {
@@ -1667,7 +1667,7 @@
16671667
"type": "array"
16681668
},
16691669
"containerAnalysisAttestationProjects": {
1670-
"description": "Optional. The projects where attestations are stored as Container Analysis Occurrences, in the format `projects/[PROJECT_ID]`. Only one attestation needs to successfully verify an image for this check to pass, so a single verified attestation found in any of `container_analysis_attestation_projects` is sufficient for the check to pass. When fetching Occurrences from Container Analysis, only `AttestationOccurrence` kinds are considered. In the future, additional Occurrence kinds may be added to the query. Maximum number of `container_analysis_attestation_projects` allowed in each `SimpleSigningAttestationCheck` is 10.",
1670+
"description": "Optional. The projects where attestations are stored as Container Analysis Occurrences, in the format `projects/[PROJECT_ID]`. Only one attestation needs to successfully verify an image for this check to pass, so a single verified attestation found in any of `container_analysis_attestation_projects` is sufficient for the check to pass. A project ID must be used, not a project number. When fetching Occurrences from Container Analysis, only `AttestationOccurrence` kinds are considered. In the future, additional Occurrence kinds may be added to the query. Maximum number of `container_analysis_attestation_projects` allowed in each `SimpleSigningAttestationCheck` is 10.",
16711671
"items": {
16721672
"type": "string"
16731673
},
@@ -1742,7 +1742,7 @@
17421742
"type": "string"
17431743
},
17441744
"noteReference": {
1745-
"description": "Required. The Grafeas resource name of a Attestation.Authority Note, created by the user, in the format: `projects/*/notes/*`. This field may not be updated. An attestation by this attestor is stored as a Grafeas Attestation.Authority Occurrence that names a container image and that links to this Note. Grafeas is an external dependency.",
1745+
"description": "Required. The Grafeas resource name of a Attestation.Authority Note, created by the user, in the format: `projects/[PROJECT_ID]/notes/*`. This field may not be updated. A project ID must be used, not a project number. An attestation by this attestor is stored as a Grafeas Attestation.Authority Occurrence that names a container image and that links to this Note. Grafeas is an external dependency.",
17461746
"type": "string"
17471747
},
17481748
"publicKeys": {

‎binaryauthorization/v1/binaryauthorization-gen.go

+9-9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎cloudfunctions/v1/cloudfunctions-api.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -552,7 +552,7 @@
552552
}
553553
}
554554
},
555-
"revision": "20240418",
555+
"revision": "20240523",
556556
"rootUrl": "https://cloudfunctions.googleapis.com/",
557557
"schemas": {
558558
"AuditConfig": {
@@ -1716,7 +1716,7 @@
17161716
"id": "OnDeployUpdatePolicy",
17171717
"properties": {
17181718
"runtimeVersion": {
1719-
"description": "Output only. contains the runtime version which was used during latest function deployment.",
1719+
"description": "Output only. Contains the runtime version which was used during latest function deployment.",
17201720
"readOnly": true,
17211721
"type": "string"
17221722
}

‎cloudfunctions/v1/cloudfunctions-gen.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎cloudfunctions/v2/cloudfunctions-api.json

+9-1
Original file line numberDiff line numberDiff line change
@@ -716,7 +716,7 @@
716716
}
717717
}
718718
},
719-
"revision": "20240307",
719+
"revision": "20240523",
720720
"rootUrl": "https://cloudfunctions.googleapis.com/",
721721
"schemas": {
722722
"AbortFunctionUpgradeRequest": {
@@ -2201,6 +2201,10 @@
22012201
"description": "The amount of memory available for a function. Defaults to 256M. Supported units are k, M, G, Mi, Gi. If no unit is supplied the value is interpreted as bytes. See https://github.com/kubernetes/kubernetes/blob/master/staging/src/k8s.io/apimachinery/pkg/api/resource/quantity.go a full description.",
22022202
"type": "string"
22032203
},
2204+
"binaryAuthorizationPolicy": {
2205+
"description": "Optional. The binary authorization policy to be checked when deploying the Cloud Run service.",
2206+
"type": "string"
2207+
},
22042208
"environmentVariables": {
22052209
"additionalProperties": {
22062210
"type": "string"
@@ -2415,6 +2419,10 @@
24152419
"object": {
24162420
"description": "Google Cloud Storage object containing the source. This object must be a gzipped archive file (`.tar.gz`) containing source to build.",
24172421
"type": "string"
2422+
},
2423+
"sourceUploadUrl": {
2424+
"description": "When the specified storage bucket is a 1st gen function uploard url bucket, this field should be set as the generated upload url for 1st gen deployment.",
2425+
"type": "string"
24182426
}
24192427
},
24202428
"type": "object"

‎cloudfunctions/v2/cloudfunctions-gen.go

+7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎cloudfunctions/v2alpha/cloudfunctions-api.json

+9-1
Original file line numberDiff line numberDiff line change
@@ -716,7 +716,7 @@
716716
}
717717
}
718718
},
719-
"revision": "20240307",
719+
"revision": "20240523",
720720
"rootUrl": "https://cloudfunctions.googleapis.com/",
721721
"schemas": {
722722
"AbortFunctionUpgradeRequest": {
@@ -2201,6 +2201,10 @@
22012201
"description": "The amount of memory available for a function. Defaults to 256M. Supported units are k, M, G, Mi, Gi. If no unit is supplied the value is interpreted as bytes. See https://github.com/kubernetes/kubernetes/blob/master/staging/src/k8s.io/apimachinery/pkg/api/resource/quantity.go a full description.",
22022202
"type": "string"
22032203
},
2204+
"binaryAuthorizationPolicy": {
2205+
"description": "Optional. The binary authorization policy to be checked when deploying the Cloud Run service.",
2206+
"type": "string"
2207+
},
22042208
"environmentVariables": {
22052209
"additionalProperties": {
22062210
"type": "string"
@@ -2415,6 +2419,10 @@
24152419
"object": {
24162420
"description": "Google Cloud Storage object containing the source. This object must be a gzipped archive file (`.tar.gz`) containing source to build.",
24172421
"type": "string"
2422+
},
2423+
"sourceUploadUrl": {
2424+
"description": "When the specified storage bucket is a 1st gen function uploard url bucket, this field should be set as the generated upload url for 1st gen deployment.",
2425+
"type": "string"
24182426
}
24192427
},
24202428
"type": "object"

‎cloudfunctions/v2alpha/cloudfunctions-gen.go

+7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎cloudfunctions/v2beta/cloudfunctions-api.json

+9-1
Original file line numberDiff line numberDiff line change
@@ -716,7 +716,7 @@
716716
}
717717
}
718718
},
719-
"revision": "20240307",
719+
"revision": "20240523",
720720
"rootUrl": "https://cloudfunctions.googleapis.com/",
721721
"schemas": {
722722
"AbortFunctionUpgradeRequest": {
@@ -2201,6 +2201,10 @@
22012201
"description": "The amount of memory available for a function. Defaults to 256M. Supported units are k, M, G, Mi, Gi. If no unit is supplied the value is interpreted as bytes. See https://github.com/kubernetes/kubernetes/blob/master/staging/src/k8s.io/apimachinery/pkg/api/resource/quantity.go a full description.",
22022202
"type": "string"
22032203
},
2204+
"binaryAuthorizationPolicy": {
2205+
"description": "Optional. The binary authorization policy to be checked when deploying the Cloud Run service.",
2206+
"type": "string"
2207+
},
22042208
"environmentVariables": {
22052209
"additionalProperties": {
22062210
"type": "string"
@@ -2415,6 +2419,10 @@
24152419
"object": {
24162420
"description": "Google Cloud Storage object containing the source. This object must be a gzipped archive file (`.tar.gz`) containing source to build.",
24172421
"type": "string"
2422+
},
2423+
"sourceUploadUrl": {
2424+
"description": "When the specified storage bucket is a 1st gen function uploard url bucket, this field should be set as the generated upload url for 1st gen deployment.",
2425+
"type": "string"
24182426
}
24192427
},
24202428
"type": "object"

‎cloudfunctions/v2beta/cloudfunctions-gen.go

+7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎datastream/v1/datastream-api.json

+21-1
Original file line numberDiff line numberDiff line change
@@ -1250,7 +1250,7 @@
12501250
}
12511251
}
12521252
},
1253-
"revision": "20240410",
1253+
"revision": "20240515",
12541254
"rootUrl": "https://datastream.googleapis.com/",
12551255
"schemas": {
12561256
"AppendOnly": {
@@ -2861,6 +2861,12 @@
28612861
},
28622862
"type": "object"
28632863
},
2864+
"SqlServerChangeTables": {
2865+
"description": "Configuration to use Change Tables CDC read method.",
2866+
"id": "SqlServerChangeTables",
2867+
"properties": {},
2868+
"type": "object"
2869+
},
28642870
"SqlServerColumn": {
28652871
"description": "SQLServer Column.",
28662872
"id": "SqlServerColumn",
@@ -2983,6 +2989,10 @@
29832989
"description": "SQLServer data source configuration",
29842990
"id": "SqlServerSourceConfig",
29852991
"properties": {
2992+
"changeTables": {
2993+
"$ref": "SqlServerChangeTables",
2994+
"description": "CDC reader reads from change tables."
2995+
},
29862996
"excludeObjects": {
29872997
"$ref": "SqlServerRdbms",
29882998
"description": "SQLServer objects to exclude from the stream."
@@ -3000,6 +3010,10 @@
30003010
"description": "Max concurrent CDC tasks.",
30013011
"format": "int32",
30023012
"type": "integer"
3013+
},
3014+
"transactionLogs": {
3015+
"$ref": "SqlServerTransactionLogs",
3016+
"description": "CDC reader reads from transaction logs."
30033017
}
30043018
},
30053019
"type": "object"
@@ -3022,6 +3036,12 @@
30223036
},
30233037
"type": "object"
30243038
},
3039+
"SqlServerTransactionLogs": {
3040+
"description": "Configuration to use Transaction Logs CDC read method.",
3041+
"id": "SqlServerTransactionLogs",
3042+
"properties": {},
3043+
"type": "object"
3044+
},
30253045
"StartBackfillJobRequest": {
30263046
"description": "Request for manually initiating a backfill job for a specific stream object.",
30273047
"id": "StartBackfillJobRequest",

‎datastream/v1/datastream-gen.go

+17-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)
Please sign in to comment.