Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(all): auto-regenerate discovery clients #2611

Merged
merged 2 commits into from
May 31, 2024
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
240 changes: 171 additions & 69 deletions aiplatform/v1/aiplatform-api.json

Large diffs are not rendered by default.

308 changes: 245 additions & 63 deletions aiplatform/v1/aiplatform-gen.go

Large diffs are not rendered by default.

342 changes: 286 additions & 56 deletions aiplatform/v1beta1/aiplatform-api.json

Large diffs are not rendered by default.

565 changes: 504 additions & 61 deletions aiplatform/v1beta1/aiplatform-gen.go

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions binaryauthorization/v1/binaryauthorization-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -742,7 +742,7 @@
}
}
},
"revision": "20240220",
"revision": "20240524",
"rootUrl": "https://binaryauthorization.googleapis.com/",
"schemas": {
"AdmissionRule": {
Expand Down Expand Up @@ -1667,7 +1667,7 @@
"type": "array"
},
"containerAnalysisAttestationProjects": {
"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.",
"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.",
"items": {
"type": "string"
},
Expand Down Expand Up @@ -1742,7 +1742,7 @@
"type": "string"
},
"noteReference": {
"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.",
"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.",
"type": "string"
},
"publicKeys": {
Expand Down
18 changes: 9 additions & 9 deletions binaryauthorization/v1/binaryauthorization-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 cloudfunctions/v1/cloudfunctions-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -552,7 +552,7 @@
}
}
},
"revision": "20240418",
"revision": "20240523",
"rootUrl": "https://cloudfunctions.googleapis.com/",
"schemas": {
"AuditConfig": {
Expand Down Expand Up @@ -1716,7 +1716,7 @@
"id": "OnDeployUpdatePolicy",
"properties": {
"runtimeVersion": {
"description": "Output only. contains the runtime version which was used during latest function deployment.",
"description": "Output only. Contains the runtime version which was used during latest function deployment.",
"readOnly": true,
"type": "string"
}
Expand Down
2 changes: 1 addition & 1 deletion cloudfunctions/v1/cloudfunctions-gen.go

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

10 changes: 9 additions & 1 deletion cloudfunctions/v2/cloudfunctions-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -716,7 +716,7 @@
}
}
},
"revision": "20240307",
"revision": "20240523",
"rootUrl": "https://cloudfunctions.googleapis.com/",
"schemas": {
"AbortFunctionUpgradeRequest": {
Expand Down Expand Up @@ -2201,6 +2201,10 @@
"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.",
"type": "string"
},
"binaryAuthorizationPolicy": {
"description": "Optional. The binary authorization policy to be checked when deploying the Cloud Run service.",
"type": "string"
},
"environmentVariables": {
"additionalProperties": {
"type": "string"
Expand Down Expand Up @@ -2415,6 +2419,10 @@
"object": {
"description": "Google Cloud Storage object containing the source. This object must be a gzipped archive file (`.tar.gz`) containing source to build.",
"type": "string"
},
"sourceUploadUrl": {
"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.",
"type": "string"
}
},
"type": "object"
Expand Down
7 changes: 7 additions & 0 deletions cloudfunctions/v2/cloudfunctions-gen.go

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

10 changes: 9 additions & 1 deletion cloudfunctions/v2alpha/cloudfunctions-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -716,7 +716,7 @@
}
}
},
"revision": "20240307",
"revision": "20240523",
"rootUrl": "https://cloudfunctions.googleapis.com/",
"schemas": {
"AbortFunctionUpgradeRequest": {
Expand Down Expand Up @@ -2201,6 +2201,10 @@
"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.",
"type": "string"
},
"binaryAuthorizationPolicy": {
"description": "Optional. The binary authorization policy to be checked when deploying the Cloud Run service.",
"type": "string"
},
"environmentVariables": {
"additionalProperties": {
"type": "string"
Expand Down Expand Up @@ -2415,6 +2419,10 @@
"object": {
"description": "Google Cloud Storage object containing the source. This object must be a gzipped archive file (`.tar.gz`) containing source to build.",
"type": "string"
},
"sourceUploadUrl": {
"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.",
"type": "string"
}
},
"type": "object"
Expand Down
7 changes: 7 additions & 0 deletions cloudfunctions/v2alpha/cloudfunctions-gen.go

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

10 changes: 9 additions & 1 deletion cloudfunctions/v2beta/cloudfunctions-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -716,7 +716,7 @@
}
}
},
"revision": "20240307",
"revision": "20240523",
"rootUrl": "https://cloudfunctions.googleapis.com/",
"schemas": {
"AbortFunctionUpgradeRequest": {
Expand Down Expand Up @@ -2201,6 +2201,10 @@
"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.",
"type": "string"
},
"binaryAuthorizationPolicy": {
"description": "Optional. The binary authorization policy to be checked when deploying the Cloud Run service.",
"type": "string"
},
"environmentVariables": {
"additionalProperties": {
"type": "string"
Expand Down Expand Up @@ -2415,6 +2419,10 @@
"object": {
"description": "Google Cloud Storage object containing the source. This object must be a gzipped archive file (`.tar.gz`) containing source to build.",
"type": "string"
},
"sourceUploadUrl": {
"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.",
"type": "string"
}
},
"type": "object"
Expand Down
7 changes: 7 additions & 0 deletions cloudfunctions/v2beta/cloudfunctions-gen.go

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

22 changes: 21 additions & 1 deletion datastream/v1/datastream-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -1250,7 +1250,7 @@
}
}
},
"revision": "20240410",
"revision": "20240515",
"rootUrl": "https://datastream.googleapis.com/",
"schemas": {
"AppendOnly": {
Expand Down Expand Up @@ -2861,6 +2861,12 @@
},
"type": "object"
},
"SqlServerChangeTables": {
"description": "Configuration to use Change Tables CDC read method.",
"id": "SqlServerChangeTables",
"properties": {},
"type": "object"
},
"SqlServerColumn": {
"description": "SQLServer Column.",
"id": "SqlServerColumn",
Expand Down Expand Up @@ -2983,6 +2989,10 @@
"description": "SQLServer data source configuration",
"id": "SqlServerSourceConfig",
"properties": {
"changeTables": {
"$ref": "SqlServerChangeTables",
"description": "CDC reader reads from change tables."
},
"excludeObjects": {
"$ref": "SqlServerRdbms",
"description": "SQLServer objects to exclude from the stream."
Expand All @@ -3000,6 +3010,10 @@
"description": "Max concurrent CDC tasks.",
"format": "int32",
"type": "integer"
},
"transactionLogs": {
"$ref": "SqlServerTransactionLogs",
"description": "CDC reader reads from transaction logs."
}
},
"type": "object"
Expand All @@ -3022,6 +3036,12 @@
},
"type": "object"
},
"SqlServerTransactionLogs": {
"description": "Configuration to use Transaction Logs CDC read method.",
"id": "SqlServerTransactionLogs",
"properties": {},
"type": "object"
},
"StartBackfillJobRequest": {
"description": "Request for manually initiating a backfill job for a specific stream object.",
"id": "StartBackfillJobRequest",
Expand Down
21 changes: 17 additions & 4 deletions datastream/v1/datastream-gen.go

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

Loading