Skip to content

Commit

Permalink
feat: add options of client_certificate_settings, bigquery_export_set…
Browse files Browse the repository at this point in the history
…tings, bearer_token_config and boost_control_spec; add support of ALAW encoding (#7811)

PiperOrigin-RevId: 693462707
Source-Link: googleapis/googleapis@dc21975
Source-Link: googleapis/googleapis-gen@4ff8e5c
Copy-Tag: eyJwIjoiRGlhbG9nZmxvd0N4Ly5Pd2xCb3QueWFtbCIsImgiOiI0ZmY4ZTVjNDYxNGE3N2I3MmQ0M2Y1YjY0YjcxZDkxNzFlYTc4MjU5In0=
  • Loading branch information
gcf-owl-bot[bot] authored Nov 6, 2024
1 parent 8217b59 commit d5d831b
Show file tree
Hide file tree
Showing 276 changed files with 2,795 additions and 1,789 deletions.
6 changes: 3 additions & 3 deletions DialogflowCx/metadata/V3/AdvancedSettings.php

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

Binary file modified DialogflowCx/metadata/V3/Agent.php
Binary file not shown.
Binary file modified DialogflowCx/metadata/V3/AudioConfig.php
Binary file not shown.
6 changes: 3 additions & 3 deletions DialogflowCx/metadata/V3/Changelog.php

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

Binary file modified DialogflowCx/metadata/V3/DataStoreConnection.php
Binary file not shown.
Binary file modified DialogflowCx/metadata/V3/EntityType.php
Binary file not shown.
Binary file modified DialogflowCx/metadata/V3/Environment.php
Binary file not shown.
Binary file modified DialogflowCx/metadata/V3/Experiment.php
Binary file not shown.
Binary file modified DialogflowCx/metadata/V3/Flow.php
Binary file not shown.
Binary file modified DialogflowCx/metadata/V3/Fulfillment.php
Binary file not shown.
6 changes: 3 additions & 3 deletions DialogflowCx/metadata/V3/Gcs.php

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

6 changes: 3 additions & 3 deletions DialogflowCx/metadata/V3/GenerativeSettings.php

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

Binary file modified DialogflowCx/metadata/V3/Generator.php
Binary file not shown.
Binary file modified DialogflowCx/metadata/V3/ImportStrategy.php
Binary file not shown.
Binary file modified DialogflowCx/metadata/V3/Intent.php
Binary file not shown.
Binary file modified DialogflowCx/metadata/V3/Page.php
Binary file not shown.
6 changes: 3 additions & 3 deletions DialogflowCx/metadata/V3/SafetySettings.php

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

Binary file modified DialogflowCx/metadata/V3/Session.php
Binary file not shown.
Binary file modified DialogflowCx/metadata/V3/TestCase.php
Binary file not shown.
6 changes: 3 additions & 3 deletions DialogflowCx/metadata/V3/TransitionRouteGroup.php

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

Binary file modified DialogflowCx/metadata/V3/ValidationMessage.php
Binary file not shown.
Binary file modified DialogflowCx/metadata/V3/Version.php
Binary file not shown.
Binary file modified DialogflowCx/metadata/V3/Webhook.php
Binary file not shown.
2 changes: 1 addition & 1 deletion DialogflowCx/samples/V3/AgentsClient/create_agent.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
* documentation](https://cloud.google.com/dialogflow/cx/docs/concept/training).
*
* @param string $formattedParent The location to create a agent for.
* Format: `projects/<Project ID>/locations/<Location ID>`. Please see
* Format: `projects/<ProjectID>/locations/<LocationID>`. Please see
* {@see AgentsClient::locationName()} for help formatting this field.
* @param string $agentDisplayName The human-readable name of the agent, unique within the location.
* @param string $agentDefaultLanguageCode Immutable. The default language of the agent as a language tag.
Expand Down
2 changes: 1 addition & 1 deletion DialogflowCx/samples/V3/AgentsClient/delete_agent.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
* Deletes the specified agent.
*
* @param string $formattedName The name of the agent to delete.
* Format: `projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>`. Please see
* Format: `projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>`. Please see
* {@see AgentsClient::agentName()} for help formatting this field.
*/
function delete_agent_sample(string $formattedName): void
Expand Down
2 changes: 1 addition & 1 deletion DialogflowCx/samples/V3/AgentsClient/export_agent.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
* [ExportAgentResponse][google.cloud.dialogflow.cx.v3.ExportAgentResponse]
*
* @param string $formattedName The name of the agent to export.
* Format: `projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>`. Please see
* Format: `projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>`. Please see
* {@see AgentsClient::agentName()} for help formatting this field.
*/
function export_agent_sample(string $formattedName): void
Expand Down
2 changes: 1 addition & 1 deletion DialogflowCx/samples/V3/AgentsClient/get_agent.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
* Retrieves the specified agent.
*
* @param string $formattedName The name of the agent.
* Format: `projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>`. Please see
* Format: `projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>`. Please see
* {@see AgentsClient::agentName()} for help formatting this field.
*/
function get_agent_sample(string $formattedName): void
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
* when ValidateAgent is called.
*
* @param string $formattedName The agent name.
* Format: `projects/<Project ID>/locations/<Location ID>/agents/<Agent
* ID>/validationResult`. Please see
* Format:
* `projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/validationResult`. Please see
* {@see AgentsClient::agentValidationResultName()} for help formatting this field.
*/
function get_agent_validation_result_sample(string $formattedName): void
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
/**
* Gets the generative settings for the agent.
*
* @param string $formattedName Format: `projects/<Project ID>/locations/<Location
* ID>/agents/<Agent ID>/generativeSettings`. Please see
* @param string $formattedName Format:
* `projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/generativeSettings`. Please see
* {@see AgentsClient::agentGenerativeSettingsName()} for help formatting this field.
* @param string $languageCode Language code of the generative settings.
*/
Expand Down
2 changes: 1 addition & 1 deletion DialogflowCx/samples/V3/AgentsClient/list_agents.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
* Returns the list of all agents in the specified location.
*
* @param string $formattedParent The location to list all agents for.
* Format: `projects/<Project ID>/locations/<Location ID>`. Please see
* Format: `projects/<ProjectID>/locations/<LocationID>`. Please see
* {@see AgentsClient::locationName()} for help formatting this field.
*/
function list_agents_sample(string $formattedParent): void
Expand Down
2 changes: 1 addition & 1 deletion DialogflowCx/samples/V3/AgentsClient/restore_agent.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
* documentation](https://cloud.google.com/dialogflow/cx/docs/concept/training).
*
* @param string $formattedName The name of the agent to restore into.
* Format: `projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>`. Please see
* Format: `projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>`. Please see
* {@see AgentsClient::agentName()} for help formatting this field.
*/
function restore_agent_sample(string $formattedName): void
Expand Down
2 changes: 1 addition & 1 deletion DialogflowCx/samples/V3/AgentsClient/validate_agent.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
* training is completed to get the complete validation results.
*
* @param string $formattedName The agent to validate.
* Format: `projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>`. Please see
* Format: `projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>`. Please see
* {@see AgentsClient::agentName()} for help formatting this field.
*/
function validate_agent_sample(string $formattedName): void
Expand Down
4 changes: 2 additions & 2 deletions DialogflowCx/samples/V3/ChangelogsClient/get_changelog.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
* Retrieves the specified Changelog.
*
* @param string $formattedName The name of the changelog to get.
* Format: `projects/<Project ID>/locations/<Location ID>/agents/<Agent
* ID>/changelogs/<Changelog ID>`. Please see
* Format:
* `projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/changelogs/<ChangelogID>`. Please see
* {@see ChangelogsClient::changelogName()} for help formatting this field.
*/
function get_changelog_sample(string $formattedName): void
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
* Returns the list of Changelogs.
*
* @param string $formattedParent The agent containing the changelogs.
* Format: `projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>`. Please see
* Format: `projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>`. Please see
* {@see ChangelogsClient::agentName()} for help formatting this field.
*/
function list_changelogs_sample(string $formattedParent): void
Expand Down
3 changes: 1 addition & 2 deletions DialogflowCx/samples/V3/DeploymentsClient/get_deployment.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,7 @@
*
* @param string $formattedName The name of the
* [Deployment][google.cloud.dialogflow.cx.v3.Deployment]. Format:
* `projects/<Project ID>/locations/<Location ID>/agents/<Agent
* ID>/environments/<Environment ID>/deployments/<Deployment ID>`. Please see
* `projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/environments/<EnvironmentID>/deployments/<DeploymentID>`. Please see
* {@see DeploymentsClient::deploymentName()} for help formatting this field.
*/
function get_deployment_sample(string $formattedName): void
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,8 @@
* [Environment][google.cloud.dialogflow.cx.v3.Environment].
*
* @param string $formattedParent The [Environment][google.cloud.dialogflow.cx.v3.Environment] to
* list all environments for. Format: `projects/<Project
* ID>/locations/<Location ID>/agents/<Agent ID>/environments/<Environment
* ID>`. Please see
* list all environments for. Format:
* `projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/environments/<EnvironmentID>`. Please see
* {@see DeploymentsClient::environmentName()} for help formatting this field.
*/
function list_deployments_sample(string $formattedParent): void
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
* documentation](https://cloud.google.com/dialogflow/cx/docs/concept/training).
*
* @param string $formattedParent The agent to create a entity type for.
* Format: `projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>`. Please see
* Format: `projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>`. Please see
* {@see EntityTypesClient::agentName()} for help formatting this field.
* @param string $entityTypeDisplayName The human-readable name of the entity type, unique within the
* agent.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
* documentation](https://cloud.google.com/dialogflow/cx/docs/concept/training).
*
* @param string $formattedName The name of the entity type to delete.
* Format: `projects/<Project ID>/locations/<Location ID>/agents/<Agent
* ID>/entityTypes/<Entity Type ID>`. Please see
* Format:
* `projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/entityTypes/<EntityTypeID>`. Please see
* {@see EntityTypesClient::entityTypeName()} for help formatting this field.
*/
function delete_entity_type_sample(string $formattedName): void
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,11 @@
* Exports the selected entity types.
*
* @param string $formattedParent The name of the parent agent to export entity types.
* Format: `projects/<Project ID>/locations/<Location ID>/agents/<Agent
* ID>`. Please see
* Format: `projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>`. Please see
* {@see EntityTypesClient::agentName()} for help formatting this field.
* @param string $entityTypesElement The name of the entity types to export.
* Format: `projects/<Project ID>/locations/<Location ID>/agents/<Agent
* ID>/entityTypes/<EntityType ID>`.
* Format:
* `projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/entityTypes/<EntityTypeID>`.
*/
function export_entity_types_sample(string $formattedParent, string $entityTypesElement): void
{
Expand Down
4 changes: 2 additions & 2 deletions DialogflowCx/samples/V3/EntityTypesClient/get_entity_type.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
* Retrieves the specified entity type.
*
* @param string $formattedName The name of the entity type.
* Format: `projects/<Project ID>/locations/<Location ID>/agents/<Agent
* ID>/entityTypes/<Entity Type ID>`. Please see
* Format:
* `projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/entityTypes/<EntityTypeID>`. Please see
* {@see EntityTypesClient::entityTypeName()} for help formatting this field.
*/
function get_entity_type_sample(string $formattedName): void
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
* Imports the specified entitytypes into the agent.
*
* @param string $formattedParent The agent to import the entity types into.
* Format: `projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>`. Please see
* Format: `projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>`. Please see
* {@see EntityTypesClient::agentName()} for help formatting this field.
* @param int $mergeOption Merge option for importing entity types.
*/
Expand Down
Loading

0 comments on commit d5d831b

Please sign in to comment.