Skip to content
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
206 changes: 203 additions & 3 deletions DiscoveryJson/androidmanagement.v1.json

Large diffs are not rendered by default.

50 changes: 49 additions & 1 deletion DiscoveryJson/dialogflow.v3beta1.json
Original file line number Diff line number Diff line change
Expand Up @@ -5446,7 +5446,7 @@
}
}
},
"revision": "20250929",
"revision": "20251009",
"rootUrl": "https://dialogflow.googleapis.com/",
"schemas": {
"GoogleCloudDialogflowCxV3AdvancedSettings": {
Expand Down Expand Up @@ -12534,13 +12534,61 @@
"description": "The selected LLM model.",
"type": "string"
},
"parameters": {
"$ref": "GoogleCloudDialogflowCxV3beta1LlmModelSettingsParameters",
"description": "Generative model parameters."
},
"promptText": {
"description": "The custom prompt to use.",
"type": "string"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1LlmModelSettingsParameters": {
"description": "Generative model parameters to control the model behavior.",
"id": "GoogleCloudDialogflowCxV3beta1LlmModelSettingsParameters",
"properties": {
"inputTokenLimit": {
"description": "The input token limit. This setting is currently only supported by playbooks.",
"enum": [
"INPUT_TOKEN_LIMIT_UNSPECIFIED",
"INPUT_TOKEN_LIMIT_SHORT",
"INPUT_TOKEN_LIMIT_MEDIUM",
"INPUT_TOKEN_LIMIT_LONG"
],
"enumDescriptions": [
"Limit not specified. Treated as 'INPUT_TOKEN_LIMIT_SHORT'.",
"Input token limit up to 8k.",
"Input token limit up to 32k.",
"Input token limit up to 100k."
],
"type": "string"
},
"outputTokenLimit": {
"description": "The output token limit. This setting is currently only supported by playbooks. Only one of output_token_limit and max_output_tokens is allowed to be set.",
"enum": [
"OUTPUT_TOKEN_LIMIT_UNSPECIFIED",
"OUTPUT_TOKEN_LIMIT_SHORT",
"OUTPUT_TOKEN_LIMIT_MEDIUM",
"OUTPUT_TOKEN_LIMIT_LONG"
],
"enumDescriptions": [
"Limit not specified.",
"Input token limit up to 512 tokens.",
"Input token limit up to 1k.",
"Input token limit up to 2k."
],
"type": "string"
},
"temperature": {
"description": "The temperature used for sampling during response generation. Value ranges from 0 to 1. Temperature controls the degree of randomness in token selection. Lower temperature means less randomness, while higher temperature means more randomness. Valid range: [0.0, 1.0]",
"format": "float",
"type": "number"
}
},
"type": "object"
},
"GoogleCloudDialogflowCxV3beta1LoadVersionRequest": {
"description": "The request message for Versions.LoadVersion.",
"id": "GoogleCloudDialogflowCxV3beta1LoadVersionRequest",
Expand Down
27 changes: 26 additions & 1 deletion DiscoveryJson/docs.v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@
}
}
},
"revision": "20250925",
"revision": "20251008",
"rootUrl": "https://docs.googleapis.com/",
"schemas": {
"AutoText": {
Expand Down Expand Up @@ -922,6 +922,27 @@
},
"type": "object"
},
"DocumentFormat": {
"description": "Represents document-level format settings.",
"id": "DocumentFormat",
"properties": {
"documentMode": {
"description": "Whether the document has pages or is pageless.",
"enum": [
"DOCUMENT_MODE_UNSPECIFIED",
"PAGES",
"PAGELESS"
],
"enumDescriptions": [
"The document mode is unspecified.",
"The document has pages.",
"The document is pageless."
],
"type": "string"
}
},
"type": "object"
},
"DocumentStyle": {
"description": "The style of the document.",
"id": "DocumentStyle",
Expand All @@ -938,6 +959,10 @@
"description": "The ID of the default header. If not set, there's no default header. This property is read-only.",
"type": "string"
},
"documentFormat": {
"$ref": "DocumentFormat",
"description": "Specifies document-level format settings, such as the document mode (pages vs pageless)."
},
"evenPageFooterId": {
"description": "The ID of the footer used only for even pages. The value of use_even_page_header_footer determines whether to use the default_footer_id or this value for the footer on even pages. If not set, there's no even page footer. This property is read-only.",
"type": "string"
Expand Down
6 changes: 3 additions & 3 deletions DiscoveryJson/firebaseappdistribution.v1alpha.json
Original file line number Diff line number Diff line change
Expand Up @@ -592,7 +592,7 @@
"testCases": {
"methods": {
"batchDelete": {
"description": "Delete test cases.",
"description": "Deletes multiple test cases.",
"flatPath": "v1alpha/projects/{projectsId}/apps/{appsId}/testCases:batchDelete",
"httpMethod": "POST",
"id": "firebaseappdistribution.projects.apps.testCases.batchDelete",
Expand Down Expand Up @@ -812,7 +812,7 @@
}
}
},
"revision": "20250925",
"revision": "20251012",
"rootUrl": "https://firebaseappdistribution.googleapis.com/",
"schemas": {
"AndroidxCrawlerOutputPoint": {
Expand Down Expand Up @@ -1150,7 +1150,7 @@
"type": "object"
},
"GoogleFirebaseAppdistroV1alphaBatchDeleteTestCasesRequest": {
"description": "The request message for `DeleteTestCase`.",
"description": "The request message for `BatchDeleteTestCase`.",
"id": "GoogleFirebaseAppdistroV1alphaBatchDeleteTestCasesRequest",
"properties": {
"names": {
Expand Down
4 changes: 2 additions & 2 deletions DiscoveryJson/jobs.v3.json
Original file line number Diff line number Diff line change
Expand Up @@ -652,7 +652,7 @@
}
}
},
"revision": "20250326",
"revision": "20251014",
"rootUrl": "https://jobs.googleapis.com/",
"schemas": {
"ApplicationInfo": {
Expand Down Expand Up @@ -2313,7 +2313,7 @@
"type": "object"
},
"PostalAddress": {
"description": "Represents a postal address (for example, for postal delivery or payments addresses). Given a postal address, a postal service can deliver items to a premise, P.O. box or similar. It is not intended to model geographical locations (roads, towns, mountains). In typical usage, an address would be created by user input or from importing existing data, depending on the type of process. Advice on address input or editing: - Use an internationalization-ready address widget such as https://github.com/google/libaddressinput. - Users should not be presented with UI elements for input or editing of fields outside countries where that field is used. For more guidance on how to use this schema, see: https://support.google.com/business/answer/6397478.",
"description": "Represents a postal address, such as for postal delivery or payments addresses. With a postal address, a postal service can deliver items to a premise, P.O. box, or similar. A postal address is not intended to model geographical locations like roads, towns, or mountains. In typical usage, an address would be created by user input or from importing existing data, depending on the type of process. Advice on address input or editing: - Use an internationalization-ready address widget such as https://github.com/google/libaddressinput. - Users should not be presented with UI elements for input or editing of fields outside countries where that field is used. For more guidance on how to use this schema, see: https://support.google.com/business/answer/6397478.",
"id": "PostalAddress",
"properties": {
"addressLines": {
Expand Down
4 changes: 2 additions & 2 deletions DiscoveryJson/jobs.v3p1beta1.json
Original file line number Diff line number Diff line change
Expand Up @@ -682,7 +682,7 @@
}
}
},
"revision": "20250326",
"revision": "20251014",
"rootUrl": "https://jobs.googleapis.com/",
"schemas": {
"ApplicationInfo": {
Expand Down Expand Up @@ -2452,7 +2452,7 @@
"type": "object"
},
"PostalAddress": {
"description": "Represents a postal address (for example, for postal delivery or payments addresses). Given a postal address, a postal service can deliver items to a premise, P.O. box or similar. It is not intended to model geographical locations (roads, towns, mountains). In typical usage, an address would be created by user input or from importing existing data, depending on the type of process. Advice on address input or editing: - Use an internationalization-ready address widget such as https://github.com/google/libaddressinput. - Users should not be presented with UI elements for input or editing of fields outside countries where that field is used. For more guidance on how to use this schema, see: https://support.google.com/business/answer/6397478.",
"description": "Represents a postal address, such as for postal delivery or payments addresses. With a postal address, a postal service can deliver items to a premise, P.O. box, or similar. A postal address is not intended to model geographical locations like roads, towns, or mountains. In typical usage, an address would be created by user input or from importing existing data, depending on the type of process. Advice on address input or editing: - Use an internationalization-ready address widget such as https://github.com/google/libaddressinput. - Users should not be presented with UI elements for input or editing of fields outside countries where that field is used. For more guidance on how to use this schema, see: https://support.google.com/business/answer/6397478.",
"id": "PostalAddress",
"properties": {
"addressLines": {
Expand Down
4 changes: 2 additions & 2 deletions DiscoveryJson/jobs.v4.json
Original file line number Diff line number Diff line change
Expand Up @@ -903,7 +903,7 @@
}
}
},
"revision": "20250326",
"revision": "20251014",
"rootUrl": "https://jobs.googleapis.com/",
"schemas": {
"ApplicationInfo": {
Expand Down Expand Up @@ -2500,7 +2500,7 @@
"type": "object"
},
"PostalAddress": {
"description": "Represents a postal address (for example, for postal delivery or payments addresses). Given a postal address, a postal service can deliver items to a premise, P.O. box or similar. It is not intended to model geographical locations (roads, towns, mountains). In typical usage, an address would be created by user input or from importing existing data, depending on the type of process. Advice on address input or editing: - Use an internationalization-ready address widget such as https://github.com/google/libaddressinput. - Users should not be presented with UI elements for input or editing of fields outside countries where that field is used. For more guidance on how to use this schema, see: https://support.google.com/business/answer/6397478.",
"description": "Represents a postal address, such as for postal delivery or payments addresses. With a postal address, a postal service can deliver items to a premise, P.O. box, or similar. A postal address is not intended to model geographical locations like roads, towns, or mountains. In typical usage, an address would be created by user input or from importing existing data, depending on the type of process. Advice on address input or editing: - Use an internationalization-ready address widget such as https://github.com/google/libaddressinput. - Users should not be presented with UI elements for input or editing of fields outside countries where that field is used. For more guidance on how to use this schema, see: https://support.google.com/business/answer/6397478.",
"id": "PostalAddress",
"properties": {
"addressLines": {
Expand Down
10 changes: 9 additions & 1 deletion DiscoveryJson/kmsinventory.v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@
}
}
},
"revision": "20250727",
"revision": "20251012",
"rootUrl": "https://kmsinventory.googleapis.com/",
"schemas": {
"GoogleCloudKmsInventoryV1ListCryptoKeysResponse": {
Expand Down Expand Up @@ -510,7 +510,9 @@
"ML_KEM_768",
"ML_KEM_1024",
"KEM_XWING",
"PQ_SIGN_ML_DSA_44",
"PQ_SIGN_ML_DSA_65",
"PQ_SIGN_ML_DSA_87",
"PQ_SIGN_SLH_DSA_SHA2_128S",
"PQ_SIGN_HASH_SLH_DSA_SHA2_128S_SHA256"
],
Expand Down Expand Up @@ -554,7 +556,9 @@
"ML-KEM-768 (FIPS 203)",
"ML-KEM-1024 (FIPS 203)",
"X-Wing hybrid KEM combining ML-KEM-768 with X25519 following datatracker.ietf.org/doc/draft-connolly-cfrg-xwing-kem/.",
"The post-quantum Module-Lattice-Based Digital Signature Algorithm, at security level 1. Randomized version.",
"The post-quantum Module-Lattice-Based Digital Signature Algorithm, at security level 3. Randomized version.",
"The post-quantum Module-Lattice-Based Digital Signature Algorithm, at security level 5. Randomized version.",
"The post-quantum stateless hash-based digital signature algorithm, at security level 1. Randomized version.",
"The post-quantum stateless hash-based digital signature algorithm, at security level 1. Randomized pre-hash version supporting SHA256 digests."
],
Expand Down Expand Up @@ -728,7 +732,9 @@
"ML_KEM_768",
"ML_KEM_1024",
"KEM_XWING",
"PQ_SIGN_ML_DSA_44",
"PQ_SIGN_ML_DSA_65",
"PQ_SIGN_ML_DSA_87",
"PQ_SIGN_SLH_DSA_SHA2_128S",
"PQ_SIGN_HASH_SLH_DSA_SHA2_128S_SHA256"
],
Expand Down Expand Up @@ -772,7 +778,9 @@
"ML-KEM-768 (FIPS 203)",
"ML-KEM-1024 (FIPS 203)",
"X-Wing hybrid KEM combining ML-KEM-768 with X25519 following datatracker.ietf.org/doc/draft-connolly-cfrg-xwing-kem/.",
"The post-quantum Module-Lattice-Based Digital Signature Algorithm, at security level 1. Randomized version.",
"The post-quantum Module-Lattice-Based Digital Signature Algorithm, at security level 3. Randomized version.",
"The post-quantum Module-Lattice-Based Digital Signature Algorithm, at security level 5. Randomized version.",
"The post-quantum stateless hash-based digital signature algorithm, at security level 1. Randomized version.",
"The post-quantum stateless hash-based digital signature algorithm, at security level 1. Randomized pre-hash version supporting SHA256 digests."
],
Expand Down
50 changes: 46 additions & 4 deletions DiscoveryJson/oracledatabase.v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -1153,7 +1153,7 @@
"type": "string"
},
"pageSize": {
"description": "Optional. The maximum number of items to return. If unspecified, a maximum of 50 System Versions will be returned. The maximum value is 1000; values above 1000 will be reset to 1000.",
"description": "Optional. The maximum number of items to return. If unspecified, a maximum of 50 Databases will be returned. The maximum value is 1000; values above 1000 will be reset to 1000.",
"format": "int32",
"location": "query",
"type": "integer"
Expand Down Expand Up @@ -1193,7 +1193,7 @@
],
"parameters": {
"pageSize": {
"description": "Optional. The maximum number of items to return. If unspecified, a maximum of 50 System Versions will be returned. The maximum value is 1000; values above 1000 will be reset to 1000.",
"description": "Optional. The maximum number of items to return. If unspecified, a maximum of 50 DbSystemInitialStorageSizes will be returned. The maximum value is 1000; values above 1000 will be reset to 1000.",
"format": "int32",
"location": "query",
"type": "integer"
Expand Down Expand Up @@ -1426,7 +1426,7 @@
"type": "string"
},
"pageSize": {
"description": "Optional. The maximum number of items to return. If unspecified, a maximum of 50 System Versions will be returned. The maximum value is 1000; values above 1000 will be reset to 1000.",
"description": "Optional. The maximum number of items to return. If unspecified, a maximum of 50 DbVersions will be returned. The maximum value is 1000; values above 1000 will be reset to 1000.",
"format": "int32",
"location": "query",
"type": "integer"
Expand Down Expand Up @@ -1702,6 +1702,48 @@
"https://www.googleapis.com/auth/cloud-platform"
]
}
},
"resources": {
"dbNodes": {
"methods": {
"list": {
"description": "Lists the database nodes of a VM Cluster.",
"flatPath": "v1/projects/{projectsId}/locations/{locationsId}/exadbVmClusters/{exadbVmClustersId}/dbNodes",
"httpMethod": "GET",
"id": "oracledatabase.projects.locations.exadbVmClusters.dbNodes.list",
"parameterOrder": [
"parent"
],
"parameters": {
"pageSize": {
"description": "Optional. The maximum number of items to return. If unspecified, at most 50 db nodes will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.",
"format": "int32",
"location": "query",
"type": "integer"
},
"pageToken": {
"description": "Optional. A token identifying a page of results the node should return.",
"location": "query",
"type": "string"
},
"parent": {
"description": "Required. The parent value for database node in the following format: projects/{project}/locations/{location}/cloudVmClusters/{cloudVmCluster}. .",
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/exadbVmClusters/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v1/{+parent}/dbNodes",
"response": {
"$ref": "ListDbNodesResponse"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform"
]
}
}
}
}
},
"exascaleDbStorageVaults": {
Expand Down Expand Up @@ -2430,7 +2472,7 @@
}
}
},
"revision": "20250925",
"revision": "20251009",
"rootUrl": "https://oracledatabase.googleapis.com/",
"schemas": {
"AllConnectionStrings": {
Expand Down
Loading