Skip to content

Commit

Permalink
feat(all): auto-regenerate discovery clients (#2416)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation committed Feb 14, 2024
1 parent c702880 commit deab77d
Show file tree
Hide file tree
Showing 32 changed files with 28,623 additions and 82 deletions.
4 changes: 2 additions & 2 deletions cloudsupport/v2/cloudsupport-api.json
Expand Up @@ -552,7 +552,7 @@
}
}
},
"revision": "20231217",
"revision": "20240212",
"rootUrl": "https://cloudsupport.googleapis.com/",
"schemas": {
"Actor": {
Expand Down Expand Up @@ -650,7 +650,7 @@
"type": "object"
},
"Case": {
"description": "A Case is an object that contains the details of a support case. It contains fields for the time it was created, its priority, its classification, and more. Cases can also have comments and attachments that get added over time. A case is parented by a Google Cloud organization or project. Organizations are identified by a number, so the name of a case parented by an organization would look like this: ``` organizations/123/cases/456 ``` Projects have two unique identifiers, an ID and a number, and they look like this: ``` projects/abc/cases/456 ``` ``` projects/123/cases/456 ``` You can use either of them when calling the API. To learn more about project identifiers, see [AIP-2510](https://google.aip.dev/cloud/2510).",
"description": "A Case is an object that contains the details of a support case. It contains fields for the time it was created, its priority, its classification, and more. Cases can also have comments and attachments that get added over time. A case is parented by a Google Cloud organization or project. Organizations are identified by a number, so the name of a case parented by an organization would look like this: ``` organizations/123/cases/456 ``` Projects have two unique identifiers, an ID and a number, and they look like this: ``` projects/abc/cases/456 ``` ``` projects/123/cases/456 ``` You can use either of them when calling the API. To learn more about project identifiers, see [AIP-2510](https://google.aip.dev/cloud/2510). Next ID: 38",
"id": "Case",
"properties": {
"classification": {
Expand Down
3 changes: 2 additions & 1 deletion cloudsupport/v2/cloudsupport-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 cloudsupport/v2beta/cloudsupport-api.json
Expand Up @@ -583,7 +583,7 @@
}
}
},
"revision": "20240129",
"revision": "20240212",
"rootUrl": "https://cloudsupport.googleapis.com/",
"schemas": {
"Actor": {
Expand Down Expand Up @@ -681,7 +681,7 @@
"type": "object"
},
"Case": {
"description": "A Case is an object that contains the details of a support case. It contains fields for the time it was created, its priority, its classification, and more. Cases can also have comments and attachments that get added over time. A case is parented by a Google Cloud organization or project. Organizations are identified by a number, so the name of a case parented by an organization would look like this: ``` organizations/123/cases/456 ``` Projects have two unique identifiers, an ID and a number, and they look like this: ``` projects/abc/cases/456 ``` ``` projects/123/cases/456 ``` You can use either of them when calling the API. To learn more about project identifiers, see [AIP-2510](https://google.aip.dev/cloud/2510).",
"description": "A Case is an object that contains the details of a support case. It contains fields for the time it was created, its priority, its classification, and more. Cases can also have comments and attachments that get added over time. A case is parented by a Google Cloud organization or project. Organizations are identified by a number, so the name of a case parented by an organization would look like this: ``` organizations/123/cases/456 ``` Projects have two unique identifiers, an ID and a number, and they look like this: ``` projects/abc/cases/456 ``` ``` projects/123/cases/456 ``` You can use either of them when calling the API. To learn more about project identifiers, see [AIP-2510](https://google.aip.dev/cloud/2510). Next ID: 38",
"id": "Case",
"properties": {
"classification": {
Expand Down
3 changes: 2 additions & 1 deletion cloudsupport/v2beta/cloudsupport-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 cloudtasks/v2beta2/cloudtasks-api.json
Expand Up @@ -935,7 +935,7 @@
}
}
},
"revision": "20240130",
"revision": "20240205",
"rootUrl": "https://cloudtasks.googleapis.com/",
"schemas": {
"AcknowledgeTaskRequest": {
Expand Down Expand Up @@ -1084,7 +1084,7 @@
"type": "object"
},
"BufferTaskRequest": {
"description": "LINT.IfChange Request message for BufferTask.",
"description": "Request message for BufferTask.",
"id": "BufferTaskRequest",
"properties": {
"body": {
Expand Down
2 changes: 1 addition & 1 deletion cloudtasks/v2beta2/cloudtasks-gen.go

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

Expand Up @@ -512,7 +512,7 @@
}
}
},
"revision": "20240103",
"revision": "20240207",
"rootUrl": "https://contactcenteraiplatform.googleapis.com/",
"schemas": {
"AdminUser": {
Expand All @@ -537,7 +537,7 @@
"type": "object"
},
"ContactCenter": {
"description": "Message describing ContactCenter object Next ID: 18",
"description": "Message describing ContactCenter object Next ID: 20",
"id": "ContactCenter",
"properties": {
"adminUser": {
Expand Down

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

64 changes: 62 additions & 2 deletions containeranalysis/v1/containeranalysis-api.json
Expand Up @@ -751,11 +751,43 @@
]
}
}
},
"resources": {
"methods": {
"exportSBOM": {
"description": "Generates an SBOM for the given resource.",
"flatPath": "v1/projects/{projectsId}/resources/{resourcesId}:exportSBOM",
"httpMethod": "POST",
"id": "containeranalysis.projects.resources.exportSBOM",
"parameterOrder": [
"name"
],
"parameters": {
"name": {
"description": "Required. The name of the resource in the form of `projects/[PROJECT_ID]/resources/[RESOURCE_URL]`.",
"location": "path",
"pattern": "^projects/[^/]+/resources/.*$",
"required": true,
"type": "string"
}
},
"path": "v1/{+name}:exportSBOM",
"request": {
"$ref": "ExportSBOMRequest"
},
"response": {
"$ref": "ExportSBOMResponse"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform"
]
}
}
}
}
}
},
"revision": "20240105",
"revision": "20240209",
"rootUrl": "https://containeranalysis.googleapis.com/",
"schemas": {
"AliasContext": {
Expand Down Expand Up @@ -996,7 +1028,7 @@
"type": "array"
},
"role": {
"description": "Role that is assigned to the list of `members`, or principals. For example, `roles/viewer`, `roles/editor`, or `roles/owner`.",
"description": "Role that is assigned to the list of `members`, or principals. For example, `roles/viewer`, `roles/editor`, or `roles/owner`. For an overview of the IAM roles and permissions, see the [IAM documentation](https://cloud.google.com/iam/docs/roles-overview). For a list of the available pre-defined roles, see [here](https://cloud.google.com/iam/docs/understanding-roles).",
"type": "string"
}
},
Expand Down Expand Up @@ -1659,6 +1691,12 @@
},
"type": "object"
},
"CloudStorageLocation": {
"description": "Empty placeholder to denote that this is a Google Cloud Storage export request.",
"id": "CloudStorageLocation",
"properties": {},
"type": "object"
},
"Command": {
"description": "Command describes a step performed as part of the build pipeline.",
"id": "Command",
Expand Down Expand Up @@ -3421,6 +3459,28 @@
},
"type": "object"
},
"ExportSBOMRequest": {
"description": "The request to generate and export SBOM. Target must be specified for the request.",
"id": "ExportSBOMRequest",
"properties": {
"cloudStorageLocation": {
"$ref": "CloudStorageLocation",
"description": "Empty placeholder to denote that this is a Google Cloud Storage export request."
}
},
"type": "object"
},
"ExportSBOMResponse": {
"description": "The response from a call to ExportSBOM.",
"id": "ExportSBOMResponse",
"properties": {
"discoveryOccurrence": {
"description": "The name of the discovery occurrence in the form \"projects/{project_id}/occurrences/{OCCURRENCE_ID} It can be used to track the progress of the SBOM export.",
"type": "string"
}
},
"type": "object"
},
"Expr": {
"description": "Represents a textual expression in the Common Expression Language (CEL) syntax. CEL is a C-like expression language. The syntax and semantics of CEL are documented at https://github.com/google/cel-spec. Example (Comparison): title: \"Summary size limit\" description: \"Determines if a summary is less than 100 chars\" expression: \"document.summary.size() \u003c 100\" Example (Equality): title: \"Requestor is owner\" description: \"Determines if requestor is the document owner\" expression: \"document.owner == request.auth.claims.email\" Example (Logic): title: \"Public documents\" description: \"Determine whether the document should be publicly visible\" expression: \"document.type != 'private' \u0026\u0026 document.type != 'internal'\" Example (Data Manipulation): title: \"Notification string\" description: \"Create a notification string with a timestamp.\" expression: \"'New message received at ' + string(document.create_time)\" The exact variables and functions that may be referenced within an expression are determined by the service that evaluates it. See the service documentation for additional information.",
"id": "Expr",
Expand Down

0 comments on commit deab77d

Please sign in to comment.