Skip to content
This repository has been archived by the owner on Jan 6, 2024. It is now read-only.

Commit

Permalink
feat(v3beta1): ResponseMessage proto contains channel information (#485)
Browse files Browse the repository at this point in the history
* feat: ResponseMessage proto contains channel information
docs: updated go library package

PiperOrigin-RevId: 501339595

Source-Link: googleapis/googleapis@a3f5e24

Source-Link: googleapis/googleapis-gen@03226f2
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMDMyMjZmMmMzYWQ3NDJhOTYxNTg2NTY5NDU1NjgxNGYzOWZkNjU2ZSJ9

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
  • Loading branch information
gcf-owl-bot[bot] and gcf-owl-bot[bot] committed Jan 12, 2023
1 parent 3f9eb06 commit 242abc6
Show file tree
Hide file tree
Showing 34 changed files with 123 additions and 130 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ async def sample_list_agents():
Returns:
google.cloud.dialogflowcx_v3beta1.services.agents.pagers.ListAgentsAsyncPager:
The response message for
[Agents.ListAgents][google.cloud.dialogflow.cx.v3beta1.Agents.ListAgents].
[Agents.ListAgents][google.cloud.dialogflow.cx.v3beta1.Agents.ListAgents].
Iterating over this object will yield results and
resolve additional pages automatically.
Expand Down Expand Up @@ -883,10 +883,8 @@ async def sample_export_agent():
google.api_core.operation_async.AsyncOperation:
An object representing a long-running operation.
The result type for the operation will be
:class:`google.cloud.dialogflowcx_v3beta1.types.ExportAgentResponse`
The response message for
[Agents.ExportAgent][google.cloud.dialogflow.cx.v3beta1.Agents.ExportAgent].
The result type for the operation will be :class:`google.cloud.dialogflowcx_v3beta1.types.ExportAgentResponse` The response message for
[Agents.ExportAgent][google.cloud.dialogflow.cx.v3beta1.Agents.ExportAgent].
"""
# Create or coerce a protobuf request object.
Expand Down Expand Up @@ -1098,7 +1096,7 @@ async def sample_validate_agent():
Returns:
google.cloud.dialogflowcx_v3beta1.types.AgentValidationResult:
The response message for
[Agents.GetAgentValidationResult][google.cloud.dialogflow.cx.v3beta1.Agents.GetAgentValidationResult].
[Agents.GetAgentValidationResult][google.cloud.dialogflow.cx.v3beta1.Agents.GetAgentValidationResult].
"""
# Create or coerce a protobuf request object.
Expand Down Expand Up @@ -1187,7 +1185,7 @@ async def sample_get_agent_validation_result():
Returns:
google.cloud.dialogflowcx_v3beta1.types.AgentValidationResult:
The response message for
[Agents.GetAgentValidationResult][google.cloud.dialogflow.cx.v3beta1.Agents.GetAgentValidationResult].
[Agents.GetAgentValidationResult][google.cloud.dialogflow.cx.v3beta1.Agents.GetAgentValidationResult].
"""
# Create or coerce a protobuf request object.
Expand Down
12 changes: 5 additions & 7 deletions google/cloud/dialogflowcx_v3beta1/services/agents/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -625,7 +625,7 @@ def sample_list_agents():
Returns:
google.cloud.dialogflowcx_v3beta1.services.agents.pagers.ListAgentsPager:
The response message for
[Agents.ListAgents][google.cloud.dialogflow.cx.v3beta1.Agents.ListAgents].
[Agents.ListAgents][google.cloud.dialogflow.cx.v3beta1.Agents.ListAgents].
Iterating over this object will yield results and
resolve additional pages automatically.
Expand Down Expand Up @@ -1216,10 +1216,8 @@ def sample_export_agent():
google.api_core.operation.Operation:
An object representing a long-running operation.
The result type for the operation will be
:class:`google.cloud.dialogflowcx_v3beta1.types.ExportAgentResponse`
The response message for
[Agents.ExportAgent][google.cloud.dialogflow.cx.v3beta1.Agents.ExportAgent].
The result type for the operation will be :class:`google.cloud.dialogflowcx_v3beta1.types.ExportAgentResponse` The response message for
[Agents.ExportAgent][google.cloud.dialogflow.cx.v3beta1.Agents.ExportAgent].
"""
# Create or coerce a protobuf request object.
Expand Down Expand Up @@ -1433,7 +1431,7 @@ def sample_validate_agent():
Returns:
google.cloud.dialogflowcx_v3beta1.types.AgentValidationResult:
The response message for
[Agents.GetAgentValidationResult][google.cloud.dialogflow.cx.v3beta1.Agents.GetAgentValidationResult].
[Agents.GetAgentValidationResult][google.cloud.dialogflow.cx.v3beta1.Agents.GetAgentValidationResult].
"""
# Create or coerce a protobuf request object.
Expand Down Expand Up @@ -1523,7 +1521,7 @@ def sample_get_agent_validation_result():
Returns:
google.cloud.dialogflowcx_v3beta1.types.AgentValidationResult:
The response message for
[Agents.GetAgentValidationResult][google.cloud.dialogflow.cx.v3beta1.Agents.GetAgentValidationResult].
[Agents.GetAgentValidationResult][google.cloud.dialogflow.cx.v3beta1.Agents.GetAgentValidationResult].
"""
# Create or coerce a protobuf request object.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ async def sample_list_changelogs():
Returns:
google.cloud.dialogflowcx_v3beta1.services.changelogs.pagers.ListChangelogsAsyncPager:
The response message for
[Changelogs.ListChangelogs][google.cloud.dialogflow.cx.v3beta1.Changelogs.ListChangelogs].
[Changelogs.ListChangelogs][google.cloud.dialogflow.cx.v3beta1.Changelogs.ListChangelogs].
Iterating over this object will yield results and
resolve additional pages automatically.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -503,7 +503,7 @@ def sample_list_changelogs():
Returns:
google.cloud.dialogflowcx_v3beta1.services.changelogs.pagers.ListChangelogsPager:
The response message for
[Changelogs.ListChangelogs][google.cloud.dialogflow.cx.v3beta1.Changelogs.ListChangelogs].
[Changelogs.ListChangelogs][google.cloud.dialogflow.cx.v3beta1.Changelogs.ListChangelogs].
Iterating over this object will yield results and
resolve additional pages automatically.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ async def sample_list_deployments():
Returns:
google.cloud.dialogflowcx_v3beta1.services.deployments.pagers.ListDeploymentsAsyncPager:
The response message for
[Deployments.ListDeployments][google.cloud.dialogflow.cx.v3beta1.Deployments.ListDeployments].
[Deployments.ListDeployments][google.cloud.dialogflow.cx.v3beta1.Deployments.ListDeployments].
Iterating over this object will yield results and
resolve additional pages automatically.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -586,7 +586,7 @@ def sample_list_deployments():
Returns:
google.cloud.dialogflowcx_v3beta1.services.deployments.pagers.ListDeploymentsPager:
The response message for
[Deployments.ListDeployments][google.cloud.dialogflow.cx.v3beta1.Deployments.ListDeployments].
[Deployments.ListDeployments][google.cloud.dialogflow.cx.v3beta1.Deployments.ListDeployments].
Iterating over this object will yield results and
resolve additional pages automatically.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ async def sample_list_entity_types():
Returns:
google.cloud.dialogflowcx_v3beta1.services.entity_types.pagers.ListEntityTypesAsyncPager:
The response message for
[EntityTypes.ListEntityTypes][google.cloud.dialogflow.cx.v3beta1.EntityTypes.ListEntityTypes].
[EntityTypes.ListEntityTypes][google.cloud.dialogflow.cx.v3beta1.EntityTypes.ListEntityTypes].
Iterating over this object will yield results and
resolve additional pages automatically.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -506,7 +506,7 @@ def sample_list_entity_types():
Returns:
google.cloud.dialogflowcx_v3beta1.services.entity_types.pagers.ListEntityTypesPager:
The response message for
[EntityTypes.ListEntityTypes][google.cloud.dialogflow.cx.v3beta1.EntityTypes.ListEntityTypes].
[EntityTypes.ListEntityTypes][google.cloud.dialogflow.cx.v3beta1.EntityTypes.ListEntityTypes].
Iterating over this object will yield results and
resolve additional pages automatically.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ async def sample_list_environments():
Returns:
google.cloud.dialogflowcx_v3beta1.services.environments.pagers.ListEnvironmentsAsyncPager:
The response message for
[Environments.ListEnvironments][google.cloud.dialogflow.cx.v3beta1.Environments.ListEnvironments].
[Environments.ListEnvironments][google.cloud.dialogflow.cx.v3beta1.Environments.ListEnvironments].
Iterating over this object will yield results and
resolve additional pages automatically.
Expand Down Expand Up @@ -936,7 +936,7 @@ async def sample_lookup_environment_history():
Returns:
google.cloud.dialogflowcx_v3beta1.services.environments.pagers.LookupEnvironmentHistoryAsyncPager:
The response message for
[Environments.LookupEnvironmentHistory][google.cloud.dialogflow.cx.v3beta1.Environments.LookupEnvironmentHistory].
[Environments.LookupEnvironmentHistory][google.cloud.dialogflow.cx.v3beta1.Environments.LookupEnvironmentHistory].
Iterating over this object will yield results and
resolve additional pages automatically.
Expand Down Expand Up @@ -1058,10 +1058,8 @@ async def sample_run_continuous_test():
google.api_core.operation_async.AsyncOperation:
An object representing a long-running operation.
The result type for the operation will be
:class:`google.cloud.dialogflowcx_v3beta1.types.RunContinuousTestResponse`
The response message for
[Environments.RunContinuousTest][google.cloud.dialogflow.cx.v3beta1.Environments.RunContinuousTest].
The result type for the operation will be :class:`google.cloud.dialogflowcx_v3beta1.types.RunContinuousTestResponse` The response message for
[Environments.RunContinuousTest][google.cloud.dialogflow.cx.v3beta1.Environments.RunContinuousTest].
"""
# Create or coerce a protobuf request object.
Expand Down Expand Up @@ -1286,10 +1284,8 @@ async def sample_deploy_flow():
google.api_core.operation_async.AsyncOperation:
An object representing a long-running operation.
The result type for the operation will be
:class:`google.cloud.dialogflowcx_v3beta1.types.DeployFlowResponse`
The response message for
[Environments.DeployFlow][google.cloud.dialogflow.cx.v3beta1.Environments.DeployFlow].
The result type for the operation will be :class:`google.cloud.dialogflowcx_v3beta1.types.DeployFlowResponse` The response message for
[Environments.DeployFlow][google.cloud.dialogflow.cx.v3beta1.Environments.DeployFlow].
"""
# Create or coerce a protobuf request object.
Expand Down
16 changes: 6 additions & 10 deletions google/cloud/dialogflowcx_v3beta1/services/environments/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -661,7 +661,7 @@ def sample_list_environments():
Returns:
google.cloud.dialogflowcx_v3beta1.services.environments.pagers.ListEnvironmentsPager:
The response message for
[Environments.ListEnvironments][google.cloud.dialogflow.cx.v3beta1.Environments.ListEnvironments].
[Environments.ListEnvironments][google.cloud.dialogflow.cx.v3beta1.Environments.ListEnvironments].
Iterating over this object will yield results and
resolve additional pages automatically.
Expand Down Expand Up @@ -1299,7 +1299,7 @@ def sample_lookup_environment_history():
Returns:
google.cloud.dialogflowcx_v3beta1.services.environments.pagers.LookupEnvironmentHistoryPager:
The response message for
[Environments.LookupEnvironmentHistory][google.cloud.dialogflow.cx.v3beta1.Environments.LookupEnvironmentHistory].
[Environments.LookupEnvironmentHistory][google.cloud.dialogflow.cx.v3beta1.Environments.LookupEnvironmentHistory].
Iterating over this object will yield results and
resolve additional pages automatically.
Expand Down Expand Up @@ -1423,10 +1423,8 @@ def sample_run_continuous_test():
google.api_core.operation.Operation:
An object representing a long-running operation.
The result type for the operation will be
:class:`google.cloud.dialogflowcx_v3beta1.types.RunContinuousTestResponse`
The response message for
[Environments.RunContinuousTest][google.cloud.dialogflow.cx.v3beta1.Environments.RunContinuousTest].
The result type for the operation will be :class:`google.cloud.dialogflowcx_v3beta1.types.RunContinuousTestResponse` The response message for
[Environments.RunContinuousTest][google.cloud.dialogflow.cx.v3beta1.Environments.RunContinuousTest].
"""
# Create or coerce a protobuf request object.
Expand Down Expand Up @@ -1654,10 +1652,8 @@ def sample_deploy_flow():
google.api_core.operation.Operation:
An object representing a long-running operation.
The result type for the operation will be
:class:`google.cloud.dialogflowcx_v3beta1.types.DeployFlowResponse`
The response message for
[Environments.DeployFlow][google.cloud.dialogflow.cx.v3beta1.Environments.DeployFlow].
The result type for the operation will be :class:`google.cloud.dialogflowcx_v3beta1.types.DeployFlowResponse` The response message for
[Environments.DeployFlow][google.cloud.dialogflow.cx.v3beta1.Environments.DeployFlow].
"""
# Create or coerce a protobuf request object.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ async def sample_list_experiments():
Returns:
google.cloud.dialogflowcx_v3beta1.services.experiments.pagers.ListExperimentsAsyncPager:
The response message for
[Experiments.ListExperiments][google.cloud.dialogflow.cx.v3beta1.Experiments.ListExperiments].
[Experiments.ListExperiments][google.cloud.dialogflow.cx.v3beta1.Experiments.ListExperiments].
Iterating over this object will yield results and
resolve additional pages automatically.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -537,7 +537,7 @@ def sample_list_experiments():
Returns:
google.cloud.dialogflowcx_v3beta1.services.experiments.pagers.ListExperimentsPager:
The response message for
[Experiments.ListExperiments][google.cloud.dialogflow.cx.v3beta1.Experiments.ListExperiments].
[Experiments.ListExperiments][google.cloud.dialogflow.cx.v3beta1.Experiments.ListExperiments].
Iterating over this object will yield results and
resolve additional pages automatically.
Expand Down
18 changes: 7 additions & 11 deletions google/cloud/dialogflowcx_v3beta1/services/flows/async_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -517,7 +517,7 @@ async def sample_list_flows():
Returns:
google.cloud.dialogflowcx_v3beta1.services.flows.pagers.ListFlowsAsyncPager:
The response message for
[Flows.ListFlows][google.cloud.dialogflow.cx.v3beta1.Flows.ListFlows].
[Flows.ListFlows][google.cloud.dialogflow.cx.v3beta1.Flows.ListFlows].
Iterating over this object will yield results and
resolve additional pages automatically.
Expand Down Expand Up @@ -1029,7 +1029,7 @@ async def sample_validate_flow():
Returns:
google.cloud.dialogflowcx_v3beta1.types.FlowValidationResult:
The response message for
[Flows.GetFlowValidationResult][google.cloud.dialogflow.cx.v3beta1.Flows.GetFlowValidationResult].
[Flows.GetFlowValidationResult][google.cloud.dialogflow.cx.v3beta1.Flows.GetFlowValidationResult].
"""
# Create or coerce a protobuf request object.
Expand Down Expand Up @@ -1118,7 +1118,7 @@ async def sample_get_flow_validation_result():
Returns:
google.cloud.dialogflowcx_v3beta1.types.FlowValidationResult:
The response message for
[Flows.GetFlowValidationResult][google.cloud.dialogflow.cx.v3beta1.Flows.GetFlowValidationResult].
[Flows.GetFlowValidationResult][google.cloud.dialogflow.cx.v3beta1.Flows.GetFlowValidationResult].
"""
# Create or coerce a protobuf request object.
Expand Down Expand Up @@ -1233,10 +1233,8 @@ async def sample_import_flow():
google.api_core.operation_async.AsyncOperation:
An object representing a long-running operation.
The result type for the operation will be
:class:`google.cloud.dialogflowcx_v3beta1.types.ImportFlowResponse`
The response message for
[Flows.ImportFlow][google.cloud.dialogflow.cx.v3beta1.Flows.ImportFlow].
The result type for the operation will be :class:`google.cloud.dialogflowcx_v3beta1.types.ImportFlowResponse` The response message for
[Flows.ImportFlow][google.cloud.dialogflow.cx.v3beta1.Flows.ImportFlow].
"""
# Create or coerce a protobuf request object.
Expand Down Expand Up @@ -1342,10 +1340,8 @@ async def sample_export_flow():
google.api_core.operation_async.AsyncOperation:
An object representing a long-running operation.
The result type for the operation will be
:class:`google.cloud.dialogflowcx_v3beta1.types.ExportFlowResponse`
The response message for
[Flows.ExportFlow][google.cloud.dialogflow.cx.v3beta1.Flows.ExportFlow].
The result type for the operation will be :class:`google.cloud.dialogflowcx_v3beta1.types.ExportFlowResponse` The response message for
[Flows.ExportFlow][google.cloud.dialogflow.cx.v3beta1.Flows.ExportFlow].
"""
# Create or coerce a protobuf request object.
Expand Down
Loading

0 comments on commit 242abc6

Please sign in to comment.