Skip to content

chore: Update discovery artifacts #2613

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

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
35bdd3e
chore: update docs/dyn/index.md
yoshi-automation Jun 10, 2025
1a82f1d
feat(aiplatform): update the api
yoshi-automation Jun 10, 2025
55b8c99
feat(alloydb): update the api
yoshi-automation Jun 10, 2025
59cc4da
feat(cloudscheduler): update the api
yoshi-automation Jun 10, 2025
8e1f3b3
feat(compute): update the api
yoshi-automation Jun 10, 2025
9802d78
feat(connectors): update the api
yoshi-automation Jun 10, 2025
316eee5
feat(containeranalysis): update the api
yoshi-automation Jun 10, 2025
5c60efd
feat(content): update the api
yoshi-automation Jun 10, 2025
2b825e3
fix(dataportability): update the api
yoshi-automation Jun 10, 2025
1d5215c
feat(developerconnect): update the api
yoshi-automation Jun 10, 2025
71a5f19
feat(dfareporting): update the api
yoshi-automation Jun 10, 2025
2c744c6
feat(dialogflow): update the api
yoshi-automation Jun 10, 2025
45a8e02
feat(discoveryengine): update the api
yoshi-automation Jun 10, 2025
d51ac7b
feat(drivelabels): update the api
yoshi-automation Jun 10, 2025
270fcf6
feat(firebasedataconnect): update the api
yoshi-automation Jun 10, 2025
1290767
feat(firebaseml): update the api
yoshi-automation Jun 10, 2025
1c0df77
feat(gkebackup): update the api
yoshi-automation Jun 10, 2025
086d3f4
feat(healthcare): update the api
yoshi-automation Jun 10, 2025
92db902
feat(logging): update the api
yoshi-automation Jun 10, 2025
8b1b10b
feat(managedkafka): update the api
yoshi-automation Jun 10, 2025
641ecce
feat(merchantapi): update the api
yoshi-automation Jun 10, 2025
308f982
feat(monitoring): update the api
yoshi-automation Jun 10, 2025
ec4b1a0
feat(netapp): update the api
yoshi-automation Jun 10, 2025
21c1ec6
feat(networksecurity): update the api
yoshi-automation Jun 10, 2025
cf94089
feat(playintegrity): update the api
yoshi-automation Jun 10, 2025
f2563e3
feat(policysimulator): update the api
yoshi-automation Jun 10, 2025
ed040b8
feat(privateca): update the api
yoshi-automation Jun 10, 2025
1dd9180
feat(servicemanagement): update the api
yoshi-automation Jun 10, 2025
d793443
feat(storage): update the api
yoshi-automation Jun 10, 2025
74b5446
feat(travelimpactmodel): update the api
yoshi-automation Jun 10, 2025
be75c11
feat(workloadmanager): update the api
yoshi-automation Jun 10, 2025
f46664f
chore(docs): Add new discovery artifacts and artifacts with minor upd…
yoshi-automation Jun 10, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
9 changes: 9 additions & 0 deletions docs/dyn/aiplatform_v1.endpoints.html
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,7 @@ <h3>Method Details</h3>
&quot;maxOutputTokens&quot;: 42, # Optional. The maximum number of output tokens to generate per message.
&quot;mediaResolution&quot;: &quot;A String&quot;, # Optional. If specified, the media resolution specified will be used.
&quot;presencePenalty&quot;: 3.14, # Optional. Positive penalties.
&quot;responseJsonSchema&quot;: &quot;&quot;, # Optional. Output schema of the generated response. This is an alternative to `response_schema` that accepts [JSON Schema](https://json-schema.org/). If set, `response_schema` must be omitted, but `response_mime_type` is required. While the full JSON Schema may be sent, not all features are supported. Specifically, only the following properties are supported: - `$id` - `$defs` - `$ref` - `$anchor` - `type` - `format` - `title` - `description` - `enum` (for strings and numbers) - `items` - `prefixItems` - `minItems` - `maxItems` - `minimum` - `maximum` - `anyOf` - `oneOf` (interpreted the same as `anyOf`) - `properties` - `additionalProperties` - `required` The non-standard `propertyOrdering` property may also be set. Cyclic references are unrolled to a limited degree and, as such, may only be used within non-required properties. (Nullable properties are not sufficient.) If `$ref` is set on a sub-schema, no other properties, except for than those starting as a `$`, may be set.
&quot;responseLogprobs&quot;: True or False, # Optional. If true, export the logprobs results in response.
&quot;responseMimeType&quot;: &quot;A String&quot;, # Optional. Output response mimetype of the generated candidate text. Supported mimetype: - `text/plain`: (default) Text output. - `application/json`: JSON response in the candidates. The model needs to be prompted to output the appropriate response type, otherwise the behavior is undefined. This is a preview feature.
&quot;responseModalities&quot;: [ # Optional. The modalities of the response.
Expand Down Expand Up @@ -425,6 +426,7 @@ <h3>Method Details</h3>
&quot;title&quot;: &quot;A String&quot;, # Optional. The title of the Schema.
&quot;type&quot;: &quot;A String&quot;, # Optional. The type of the data.
},
&quot;parametersJsonSchema&quot;: &quot;&quot;, # Optional. Describes the parameters to the function in JSON Schema format. The schema must describe an object where the properties are the parameters to the function. For example: ``` { &quot;type&quot;: &quot;object&quot;, &quot;properties&quot;: { &quot;name&quot;: { &quot;type&quot;: &quot;string&quot; }, &quot;age&quot;: { &quot;type&quot;: &quot;integer&quot; } }, &quot;additionalProperties&quot;: false, &quot;required&quot;: [&quot;name&quot;, &quot;age&quot;], &quot;propertyOrdering&quot;: [&quot;name&quot;, &quot;age&quot;] } ``` This field is mutually exclusive with `parameters`.
&quot;response&quot;: { # Schema is used to define the format of input/output data. Represents a select subset of an [OpenAPI 3.0 schema object](https://spec.openapis.org/oas/v3.0.3#schema-object). More fields may be added in the future as needed. # Optional. Describes the output from this function in JSON Schema format. Reflects the Open API 3.03 Response Object. The Schema defines the type used for the response value of the function.
&quot;additionalProperties&quot;: &quot;&quot;, # Optional. Can either be a boolean or an object; controls the presence of additional properties.
&quot;anyOf&quot;: [ # Optional. The value should be validated against any (one or more) of the subschemas in the list.
Expand Down Expand Up @@ -464,6 +466,7 @@ <h3>Method Details</h3>
&quot;title&quot;: &quot;A String&quot;, # Optional. The title of the Schema.
&quot;type&quot;: &quot;A String&quot;, # Optional. The type of the data.
},
&quot;responseJsonSchema&quot;: &quot;&quot;, # Optional. Describes the output from this function in JSON Schema format. The value specified by the schema is the response value of the function. This field is mutually exclusive with `response`.
},
],
&quot;googleSearch&quot;: { # GoogleSearch tool type. Tool to support Google Search in Model. Powered by Google. # Optional. GoogleSearch tool type. Tool to support Google Search in Model. Powered by Google.
Expand Down Expand Up @@ -688,6 +691,7 @@ <h3>Method Details</h3>
&quot;maxOutputTokens&quot;: 42, # Optional. The maximum number of output tokens to generate per message.
&quot;mediaResolution&quot;: &quot;A String&quot;, # Optional. If specified, the media resolution specified will be used.
&quot;presencePenalty&quot;: 3.14, # Optional. Positive penalties.
&quot;responseJsonSchema&quot;: &quot;&quot;, # Optional. Output schema of the generated response. This is an alternative to `response_schema` that accepts [JSON Schema](https://json-schema.org/). If set, `response_schema` must be omitted, but `response_mime_type` is required. While the full JSON Schema may be sent, not all features are supported. Specifically, only the following properties are supported: - `$id` - `$defs` - `$ref` - `$anchor` - `type` - `format` - `title` - `description` - `enum` (for strings and numbers) - `items` - `prefixItems` - `minItems` - `maxItems` - `minimum` - `maximum` - `anyOf` - `oneOf` (interpreted the same as `anyOf`) - `properties` - `additionalProperties` - `required` The non-standard `propertyOrdering` property may also be set. Cyclic references are unrolled to a limited degree and, as such, may only be used within non-required properties. (Nullable properties are not sufficient.) If `$ref` is set on a sub-schema, no other properties, except for than those starting as a `$`, may be set.
&quot;responseLogprobs&quot;: True or False, # Optional. If true, export the logprobs results in response.
&quot;responseMimeType&quot;: &quot;A String&quot;, # Optional. Output response mimetype of the generated candidate text. Supported mimetype: - `text/plain`: (default) Text output. - `application/json`: JSON response in the candidates. The model needs to be prompted to output the appropriate response type, otherwise the behavior is undefined. This is a preview feature.
&quot;responseModalities&quot;: [ # Optional. The modalities of the response.
Expand Down Expand Up @@ -877,6 +881,7 @@ <h3>Method Details</h3>
&quot;title&quot;: &quot;A String&quot;, # Optional. The title of the Schema.
&quot;type&quot;: &quot;A String&quot;, # Optional. The type of the data.
},
&quot;parametersJsonSchema&quot;: &quot;&quot;, # Optional. Describes the parameters to the function in JSON Schema format. The schema must describe an object where the properties are the parameters to the function. For example: ``` { &quot;type&quot;: &quot;object&quot;, &quot;properties&quot;: { &quot;name&quot;: { &quot;type&quot;: &quot;string&quot; }, &quot;age&quot;: { &quot;type&quot;: &quot;integer&quot; } }, &quot;additionalProperties&quot;: false, &quot;required&quot;: [&quot;name&quot;, &quot;age&quot;], &quot;propertyOrdering&quot;: [&quot;name&quot;, &quot;age&quot;] } ``` This field is mutually exclusive with `parameters`.
&quot;response&quot;: { # Schema is used to define the format of input/output data. Represents a select subset of an [OpenAPI 3.0 schema object](https://spec.openapis.org/oas/v3.0.3#schema-object). More fields may be added in the future as needed. # Optional. Describes the output from this function in JSON Schema format. Reflects the Open API 3.03 Response Object. The Schema defines the type used for the response value of the function.
&quot;additionalProperties&quot;: &quot;&quot;, # Optional. Can either be a boolean or an object; controls the presence of additional properties.
&quot;anyOf&quot;: [ # Optional. The value should be validated against any (one or more) of the subschemas in the list.
Expand Down Expand Up @@ -916,6 +921,7 @@ <h3>Method Details</h3>
&quot;title&quot;: &quot;A String&quot;, # Optional. The title of the Schema.
&quot;type&quot;: &quot;A String&quot;, # Optional. The type of the data.
},
&quot;responseJsonSchema&quot;: &quot;&quot;, # Optional. Describes the output from this function in JSON Schema format. The value specified by the schema is the response value of the function. This field is mutually exclusive with `response`.
},
],
&quot;googleSearch&quot;: { # GoogleSearch tool type. Tool to support Google Search in Model. Powered by Google. # Optional. GoogleSearch tool type. Tool to support Google Search in Model. Powered by Google.
Expand Down Expand Up @@ -1367,6 +1373,7 @@ <h3>Method Details</h3>
&quot;maxOutputTokens&quot;: 42, # Optional. The maximum number of output tokens to generate per message.
&quot;mediaResolution&quot;: &quot;A String&quot;, # Optional. If specified, the media resolution specified will be used.
&quot;presencePenalty&quot;: 3.14, # Optional. Positive penalties.
&quot;responseJsonSchema&quot;: &quot;&quot;, # Optional. Output schema of the generated response. This is an alternative to `response_schema` that accepts [JSON Schema](https://json-schema.org/). If set, `response_schema` must be omitted, but `response_mime_type` is required. While the full JSON Schema may be sent, not all features are supported. Specifically, only the following properties are supported: - `$id` - `$defs` - `$ref` - `$anchor` - `type` - `format` - `title` - `description` - `enum` (for strings and numbers) - `items` - `prefixItems` - `minItems` - `maxItems` - `minimum` - `maximum` - `anyOf` - `oneOf` (interpreted the same as `anyOf`) - `properties` - `additionalProperties` - `required` The non-standard `propertyOrdering` property may also be set. Cyclic references are unrolled to a limited degree and, as such, may only be used within non-required properties. (Nullable properties are not sufficient.) If `$ref` is set on a sub-schema, no other properties, except for than those starting as a `$`, may be set.
&quot;responseLogprobs&quot;: True or False, # Optional. If true, export the logprobs results in response.
&quot;responseMimeType&quot;: &quot;A String&quot;, # Optional. Output response mimetype of the generated candidate text. Supported mimetype: - `text/plain`: (default) Text output. - `application/json`: JSON response in the candidates. The model needs to be prompted to output the appropriate response type, otherwise the behavior is undefined. This is a preview feature.
&quot;responseModalities&quot;: [ # Optional. The modalities of the response.
Expand Down Expand Up @@ -1556,6 +1563,7 @@ <h3>Method Details</h3>
&quot;title&quot;: &quot;A String&quot;, # Optional. The title of the Schema.
&quot;type&quot;: &quot;A String&quot;, # Optional. The type of the data.
},
&quot;parametersJsonSchema&quot;: &quot;&quot;, # Optional. Describes the parameters to the function in JSON Schema format. The schema must describe an object where the properties are the parameters to the function. For example: ``` { &quot;type&quot;: &quot;object&quot;, &quot;properties&quot;: { &quot;name&quot;: { &quot;type&quot;: &quot;string&quot; }, &quot;age&quot;: { &quot;type&quot;: &quot;integer&quot; } }, &quot;additionalProperties&quot;: false, &quot;required&quot;: [&quot;name&quot;, &quot;age&quot;], &quot;propertyOrdering&quot;: [&quot;name&quot;, &quot;age&quot;] } ``` This field is mutually exclusive with `parameters`.
&quot;response&quot;: { # Schema is used to define the format of input/output data. Represents a select subset of an [OpenAPI 3.0 schema object](https://spec.openapis.org/oas/v3.0.3#schema-object). More fields may be added in the future as needed. # Optional. Describes the output from this function in JSON Schema format. Reflects the Open API 3.03 Response Object. The Schema defines the type used for the response value of the function.
&quot;additionalProperties&quot;: &quot;&quot;, # Optional. Can either be a boolean or an object; controls the presence of additional properties.
&quot;anyOf&quot;: [ # Optional. The value should be validated against any (one or more) of the subschemas in the list.
Expand Down Expand Up @@ -1595,6 +1603,7 @@ <h3>Method Details</h3>
&quot;title&quot;: &quot;A String&quot;, # Optional. The title of the Schema.
&quot;type&quot;: &quot;A String&quot;, # Optional. The type of the data.
},
&quot;responseJsonSchema&quot;: &quot;&quot;, # Optional. Describes the output from this function in JSON Schema format. The value specified by the schema is the response value of the function. This field is mutually exclusive with `response`.
},
],
&quot;googleSearch&quot;: { # GoogleSearch tool type. Tool to support Google Search in Model. Powered by Google. # Optional. GoogleSearch tool type. Tool to support Google Search in Model. Powered by Google.
Expand Down
Loading