Summary of entries of Methods for google-cloud-ces.
google.cloud.ces_v1.services.agent_service.AgentServiceAsyncClient
AgentServiceAsyncClient(
*,
credentials: typing.Optional[google.auth.credentials.Credentials] = None,
transport: typing.Optional[
typing.Union[
str,
google.cloud.ces_v1.services.agent_service.transports.base.AgentServiceTransport,
typing.Callable[
[...],
google.cloud.ces_v1.services.agent_service.transports.base.AgentServiceTransport,
],
]
] = "grpc_asyncio",
client_options: typing.Optional[
google.api_core.client_options.ClientOptions
] = None,
client_info: google.api_core.gapic_v1.client_info.ClientInfo = google.api_core.gapic_v1.client_info.ClientInfo
)Instantiates the agent service async client.
See more: google.cloud.ces_v1.services.agent_service.AgentServiceAsyncClient
google.cloud.ces_v1.services.agent_service.AgentServiceAsyncClient.agent_path
agent_path(project: str, location: str, app: str, agent: str) -> strReturns a fully-qualified agent string.
See more: google.cloud.ces_v1.services.agent_service.AgentServiceAsyncClient.agent_path
google.cloud.ces_v1.services.agent_service.AgentServiceAsyncClient.app_path
app_path(project: str, location: str, app: str) -> strReturns a fully-qualified app string.
See more: google.cloud.ces_v1.services.agent_service.AgentServiceAsyncClient.app_path
google.cloud.ces_v1.services.agent_service.AgentServiceAsyncClient.app_version_path
app_version_path(project: str, location: str, app: str, version: str) -> strReturns a fully-qualified app_version string.
See more: google.cloud.ces_v1.services.agent_service.AgentServiceAsyncClient.app_version_path
google.cloud.ces_v1.services.agent_service.AgentServiceAsyncClient.batch_delete_conversations
batch_delete_conversations(
request: typing.Optional[
typing.Union[
google.cloud.ces_v1.types.agent_service.BatchDeleteConversationsRequest,
dict,
]
] = None,
*,
parent: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.api_core.operation_async.AsyncOperationBatch deletes the specified conversations.
See more: google.cloud.ces_v1.services.agent_service.AgentServiceAsyncClient.batch_delete_conversations
google.cloud.ces_v1.services.agent_service.AgentServiceAsyncClient.cancel_operation
cancel_operation(
request: typing.Optional[
typing.Union[google.longrunning.operations_pb2.CancelOperationRequest, dict]
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> NoneStarts asynchronous cancellation on a long-running operation.
See more: google.cloud.ces_v1.services.agent_service.AgentServiceAsyncClient.cancel_operation
google.cloud.ces_v1.services.agent_service.AgentServiceAsyncClient.changelog_path
changelog_path(project: str, location: str, app: str, changelog: str) -> strReturns a fully-qualified changelog string.
See more: google.cloud.ces_v1.services.agent_service.AgentServiceAsyncClient.changelog_path
google.cloud.ces_v1.services.agent_service.AgentServiceAsyncClient.common_billing_account_path
common_billing_account_path(billing_account: str) -> strReturns a fully-qualified billing_account string.
See more: google.cloud.ces_v1.services.agent_service.AgentServiceAsyncClient.common_billing_account_path
google.cloud.ces_v1.services.agent_service.AgentServiceAsyncClient.common_folder_path
common_folder_path(folder: str) -> strReturns a fully-qualified folder string.
See more: google.cloud.ces_v1.services.agent_service.AgentServiceAsyncClient.common_folder_path
google.cloud.ces_v1.services.agent_service.AgentServiceAsyncClient.common_location_path
common_location_path(project: str, location: str) -> strReturns a fully-qualified location string.
See more: google.cloud.ces_v1.services.agent_service.AgentServiceAsyncClient.common_location_path
google.cloud.ces_v1.services.agent_service.AgentServiceAsyncClient.common_organization_path
common_organization_path(organization: str) -> strReturns a fully-qualified organization string.
See more: google.cloud.ces_v1.services.agent_service.AgentServiceAsyncClient.common_organization_path
google.cloud.ces_v1.services.agent_service.AgentServiceAsyncClient.common_project_path
common_project_path(project: str) -> strReturns a fully-qualified project string.
See more: google.cloud.ces_v1.services.agent_service.AgentServiceAsyncClient.common_project_path
google.cloud.ces_v1.services.agent_service.AgentServiceAsyncClient.conversation_path
conversation_path(project: str, location: str, app: str, conversation: str) -> strReturns a fully-qualified conversation string.
See more: google.cloud.ces_v1.services.agent_service.AgentServiceAsyncClient.conversation_path
google.cloud.ces_v1.services.agent_service.AgentServiceAsyncClient.create_agent
create_agent(
request: typing.Optional[
typing.Union[google.cloud.ces_v1.types.agent_service.CreateAgentRequest, dict]
] = None,
*,
parent: typing.Optional[str] = None,
agent: typing.Optional[google.cloud.ces_v1.types.agent.Agent] = None,
agent_id: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.ces_v1.types.agent.AgentCreates a new agent in the given app.
See more: google.cloud.ces_v1.services.agent_service.AgentServiceAsyncClient.create_agent
google.cloud.ces_v1.services.agent_service.AgentServiceAsyncClient.create_app
create_app(
request: typing.Optional[
typing.Union[google.cloud.ces_v1.types.agent_service.CreateAppRequest, dict]
] = None,
*,
parent: typing.Optional[str] = None,
app: typing.Optional[google.cloud.ces_v1.types.app.App] = None,
app_id: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.api_core.operation_async.AsyncOperationCreates a new app in the given project and location.
See more: google.cloud.ces_v1.services.agent_service.AgentServiceAsyncClient.create_app
google.cloud.ces_v1.services.agent_service.AgentServiceAsyncClient.create_app_version
create_app_version(
request: typing.Optional[
typing.Union[
google.cloud.ces_v1.types.agent_service.CreateAppVersionRequest, dict
]
] = None,
*,
parent: typing.Optional[str] = None,
app_version: typing.Optional[
google.cloud.ces_v1.types.app_version.AppVersion
] = None,
app_version_id: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.ces_v1.types.app_version.AppVersionCreates a new app version in the given app.
See more: google.cloud.ces_v1.services.agent_service.AgentServiceAsyncClient.create_app_version
google.cloud.ces_v1.services.agent_service.AgentServiceAsyncClient.create_deployment
create_deployment(
request: typing.Optional[
typing.Union[
google.cloud.ces_v1.types.agent_service.CreateDeploymentRequest, dict
]
] = None,
*,
parent: typing.Optional[str] = None,
deployment: typing.Optional[google.cloud.ces_v1.types.deployment.Deployment] = None,
deployment_id: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.ces_v1.types.deployment.DeploymentCreates a new deployment in the given app.
See more: google.cloud.ces_v1.services.agent_service.AgentServiceAsyncClient.create_deployment
google.cloud.ces_v1.services.agent_service.AgentServiceAsyncClient.create_example
create_example(
request: typing.Optional[
typing.Union[google.cloud.ces_v1.types.agent_service.CreateExampleRequest, dict]
] = None,
*,
parent: typing.Optional[str] = None,
example: typing.Optional[google.cloud.ces_v1.types.example.Example] = None,
example_id: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.ces_v1.types.example.ExampleCreates a new example in the given app.
See more: google.cloud.ces_v1.services.agent_service.AgentServiceAsyncClient.create_example
google.cloud.ces_v1.services.agent_service.AgentServiceAsyncClient.create_guardrail
create_guardrail(
request: typing.Optional[
typing.Union[
google.cloud.ces_v1.types.agent_service.CreateGuardrailRequest, dict
]
] = None,
*,
parent: typing.Optional[str] = None,
guardrail: typing.Optional[google.cloud.ces_v1.types.guardrail.Guardrail] = None,
guardrail_id: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.ces_v1.types.guardrail.GuardrailCreates a new guardrail in the given app.
See more: google.cloud.ces_v1.services.agent_service.AgentServiceAsyncClient.create_guardrail
google.cloud.ces_v1.services.agent_service.AgentServiceAsyncClient.create_tool
create_tool(
request: typing.Optional[
typing.Union[google.cloud.ces_v1.types.agent_service.CreateToolRequest, dict]
] = None,
*,
parent: typing.Optional[str] = None,
tool: typing.Optional[google.cloud.ces_v1.types.tool.Tool] = None,
tool_id: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.ces_v1.types.tool.ToolCreates a new tool in the given app.
See more: google.cloud.ces_v1.services.agent_service.AgentServiceAsyncClient.create_tool
google.cloud.ces_v1.services.agent_service.AgentServiceAsyncClient.create_toolset
create_toolset(
request: typing.Optional[
typing.Union[google.cloud.ces_v1.types.agent_service.CreateToolsetRequest, dict]
] = None,
*,
parent: typing.Optional[str] = None,
toolset: typing.Optional[google.cloud.ces_v1.types.toolset.Toolset] = None,
toolset_id: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.ces_v1.types.toolset.ToolsetCreates a new toolset in the given app.
See more: google.cloud.ces_v1.services.agent_service.AgentServiceAsyncClient.create_toolset
google.cloud.ces_v1.services.agent_service.AgentServiceAsyncClient.deidentify_template_path
deidentify_template_path(
organization: str, location: str, deidentify_template: str
) -> strReturns a fully-qualified deidentify_template string.
See more: google.cloud.ces_v1.services.agent_service.AgentServiceAsyncClient.deidentify_template_path
google.cloud.ces_v1.services.agent_service.AgentServiceAsyncClient.delete_agent
delete_agent(
request: typing.Optional[
typing.Union[google.cloud.ces_v1.types.agent_service.DeleteAgentRequest, dict]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> NoneDeletes the specified agent.
See more: google.cloud.ces_v1.services.agent_service.AgentServiceAsyncClient.delete_agent
google.cloud.ces_v1.services.agent_service.AgentServiceAsyncClient.delete_app
delete_app(
request: typing.Optional[
typing.Union[google.cloud.ces_v1.types.agent_service.DeleteAppRequest, dict]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.api_core.operation_async.AsyncOperationDeletes the specified app.
See more: google.cloud.ces_v1.services.agent_service.AgentServiceAsyncClient.delete_app
google.cloud.ces_v1.services.agent_service.AgentServiceAsyncClient.delete_app_version
delete_app_version(
request: typing.Optional[
typing.Union[
google.cloud.ces_v1.types.agent_service.DeleteAppVersionRequest, dict
]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> NoneDeletes the specified app version.
See more: google.cloud.ces_v1.services.agent_service.AgentServiceAsyncClient.delete_app_version
google.cloud.ces_v1.services.agent_service.AgentServiceAsyncClient.delete_conversation
delete_conversation(
request: typing.Optional[
typing.Union[
google.cloud.ces_v1.types.agent_service.DeleteConversationRequest, dict
]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> NoneDeletes the specified conversation.
See more: google.cloud.ces_v1.services.agent_service.AgentServiceAsyncClient.delete_conversation
google.cloud.ces_v1.services.agent_service.AgentServiceAsyncClient.delete_deployment
delete_deployment(
request: typing.Optional[
typing.Union[
google.cloud.ces_v1.types.agent_service.DeleteDeploymentRequest, dict
]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> NoneDeletes the specified deployment.
See more: google.cloud.ces_v1.services.agent_service.AgentServiceAsyncClient.delete_deployment
google.cloud.ces_v1.services.agent_service.AgentServiceAsyncClient.delete_example
delete_example(
request: typing.Optional[
typing.Union[google.cloud.ces_v1.types.agent_service.DeleteExampleRequest, dict]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> NoneDeletes the specified example.
See more: google.cloud.ces_v1.services.agent_service.AgentServiceAsyncClient.delete_example
google.cloud.ces_v1.services.agent_service.AgentServiceAsyncClient.delete_guardrail
delete_guardrail(
request: typing.Optional[
typing.Union[
google.cloud.ces_v1.types.agent_service.DeleteGuardrailRequest, dict
]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> NoneDeletes the specified guardrail.
See more: google.cloud.ces_v1.services.agent_service.AgentServiceAsyncClient.delete_guardrail
google.cloud.ces_v1.services.agent_service.AgentServiceAsyncClient.delete_operation
delete_operation(
request: typing.Optional[
typing.Union[google.longrunning.operations_pb2.DeleteOperationRequest, dict]
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> NoneDeletes a long-running operation.
See more: google.cloud.ces_v1.services.agent_service.AgentServiceAsyncClient.delete_operation
google.cloud.ces_v1.services.agent_service.AgentServiceAsyncClient.delete_tool
delete_tool(
request: typing.Optional[
typing.Union[google.cloud.ces_v1.types.agent_service.DeleteToolRequest, dict]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> NoneDeletes the specified tool.
See more: google.cloud.ces_v1.services.agent_service.AgentServiceAsyncClient.delete_tool
google.cloud.ces_v1.services.agent_service.AgentServiceAsyncClient.delete_toolset
delete_toolset(
request: typing.Optional[
typing.Union[google.cloud.ces_v1.types.agent_service.DeleteToolsetRequest, dict]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> NoneDeletes the specified toolset.
See more: google.cloud.ces_v1.services.agent_service.AgentServiceAsyncClient.delete_toolset
google.cloud.ces_v1.services.agent_service.AgentServiceAsyncClient.deployment_path
deployment_path(project: str, location: str, app: str, deployment: str) -> strReturns a fully-qualified deployment string.
See more: google.cloud.ces_v1.services.agent_service.AgentServiceAsyncClient.deployment_path
google.cloud.ces_v1.services.agent_service.AgentServiceAsyncClient.dialogflow_agent_path
dialogflow_agent_path(project: str, location: str, agent: str) -> strReturns a fully-qualified dialogflow_agent string.
See more: google.cloud.ces_v1.services.agent_service.AgentServiceAsyncClient.dialogflow_agent_path
google.cloud.ces_v1.services.agent_service.AgentServiceAsyncClient.engine_path
engine_path(project: str, location: str, collection: str, engine: str) -> strReturns a fully-qualified engine string.
See more: google.cloud.ces_v1.services.agent_service.AgentServiceAsyncClient.engine_path
google.cloud.ces_v1.services.agent_service.AgentServiceAsyncClient.example_path
example_path(project: str, location: str, app: str, example: str) -> strReturns a fully-qualified example string.
See more: google.cloud.ces_v1.services.agent_service.AgentServiceAsyncClient.example_path
google.cloud.ces_v1.services.agent_service.AgentServiceAsyncClient.export_app
export_app(
request: typing.Optional[
typing.Union[google.cloud.ces_v1.types.agent_service.ExportAppRequest, dict]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.api_core.operation_async.AsyncOperationExports the specified app.
See more: google.cloud.ces_v1.services.agent_service.AgentServiceAsyncClient.export_app
google.cloud.ces_v1.services.agent_service.AgentServiceAsyncClient.from_service_account_file
from_service_account_file(filename: str, *args, **kwargs)Creates an instance of this client using the provided credentials file.
See more: google.cloud.ces_v1.services.agent_service.AgentServiceAsyncClient.from_service_account_file
google.cloud.ces_v1.services.agent_service.AgentServiceAsyncClient.from_service_account_info
from_service_account_info(info: dict, *args, **kwargs)Creates an instance of this client using the provided credentials info.
See more: google.cloud.ces_v1.services.agent_service.AgentServiceAsyncClient.from_service_account_info
google.cloud.ces_v1.services.agent_service.AgentServiceAsyncClient.from_service_account_json
from_service_account_json(filename: str, *args, **kwargs)Creates an instance of this client using the provided credentials file.
See more: google.cloud.ces_v1.services.agent_service.AgentServiceAsyncClient.from_service_account_json
google.cloud.ces_v1.services.agent_service.AgentServiceAsyncClient.get_agent
get_agent(
request: typing.Optional[
typing.Union[google.cloud.ces_v1.types.agent_service.GetAgentRequest, dict]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.ces_v1.types.agent.AgentGets details of the specified agent.
See more: google.cloud.ces_v1.services.agent_service.AgentServiceAsyncClient.get_agent
google.cloud.ces_v1.services.agent_service.AgentServiceAsyncClient.get_app
get_app(
request: typing.Optional[
typing.Union[google.cloud.ces_v1.types.agent_service.GetAppRequest, dict]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.ces_v1.types.app.AppGets details of the specified app.
See more: google.cloud.ces_v1.services.agent_service.AgentServiceAsyncClient.get_app
google.cloud.ces_v1.services.agent_service.AgentServiceAsyncClient.get_app_version
get_app_version(
request: typing.Optional[
typing.Union[google.cloud.ces_v1.types.agent_service.GetAppVersionRequest, dict]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.ces_v1.types.app_version.AppVersionGets details of the specified app version.
See more: google.cloud.ces_v1.services.agent_service.AgentServiceAsyncClient.get_app_version
google.cloud.ces_v1.services.agent_service.AgentServiceAsyncClient.get_changelog
get_changelog(
request: typing.Optional[
typing.Union[google.cloud.ces_v1.types.agent_service.GetChangelogRequest, dict]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.ces_v1.types.changelog.ChangelogGets the specified changelog.
See more: google.cloud.ces_v1.services.agent_service.AgentServiceAsyncClient.get_changelog
google.cloud.ces_v1.services.agent_service.AgentServiceAsyncClient.get_conversation
get_conversation(
request: typing.Optional[
typing.Union[
google.cloud.ces_v1.types.agent_service.GetConversationRequest, dict
]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.ces_v1.types.conversation.ConversationGets details of the specified conversation.
See more: google.cloud.ces_v1.services.agent_service.AgentServiceAsyncClient.get_conversation
google.cloud.ces_v1.services.agent_service.AgentServiceAsyncClient.get_deployment
get_deployment(
request: typing.Optional[
typing.Union[google.cloud.ces_v1.types.agent_service.GetDeploymentRequest, dict]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.ces_v1.types.deployment.DeploymentGets details of the specified deployment.
See more: google.cloud.ces_v1.services.agent_service.AgentServiceAsyncClient.get_deployment
google.cloud.ces_v1.services.agent_service.AgentServiceAsyncClient.get_example
get_example(
request: typing.Optional[
typing.Union[google.cloud.ces_v1.types.agent_service.GetExampleRequest, dict]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.ces_v1.types.example.ExampleGets details of the specified example.
See more: google.cloud.ces_v1.services.agent_service.AgentServiceAsyncClient.get_example
google.cloud.ces_v1.services.agent_service.AgentServiceAsyncClient.get_guardrail
get_guardrail(
request: typing.Optional[
typing.Union[google.cloud.ces_v1.types.agent_service.GetGuardrailRequest, dict]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.ces_v1.types.guardrail.GuardrailGets details of the specified guardrail.
See more: google.cloud.ces_v1.services.agent_service.AgentServiceAsyncClient.get_guardrail
google.cloud.ces_v1.services.agent_service.AgentServiceAsyncClient.get_location
get_location(
request: typing.Optional[
typing.Union[google.cloud.location.locations_pb2.GetLocationRequest, dict]
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.location.locations_pb2.LocationGets information about a location.
See more: google.cloud.ces_v1.services.agent_service.AgentServiceAsyncClient.get_location
google.cloud.ces_v1.services.agent_service.AgentServiceAsyncClient.get_mtls_endpoint_and_cert_source
get_mtls_endpoint_and_cert_source(
client_options: typing.Optional[
google.api_core.client_options.ClientOptions
] = None,
)Return the API endpoint and client cert source for mutual TLS.
See more: google.cloud.ces_v1.services.agent_service.AgentServiceAsyncClient.get_mtls_endpoint_and_cert_source
google.cloud.ces_v1.services.agent_service.AgentServiceAsyncClient.get_operation
get_operation(
request: typing.Optional[
typing.Union[google.longrunning.operations_pb2.GetOperationRequest, dict]
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.longrunning.operations_pb2.OperationGets the latest state of a long-running operation.
See more: google.cloud.ces_v1.services.agent_service.AgentServiceAsyncClient.get_operation
google.cloud.ces_v1.services.agent_service.AgentServiceAsyncClient.get_tool
get_tool(
request: typing.Optional[
typing.Union[google.cloud.ces_v1.types.agent_service.GetToolRequest, dict]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.ces_v1.types.tool.ToolGets details of the specified tool.
See more: google.cloud.ces_v1.services.agent_service.AgentServiceAsyncClient.get_tool
google.cloud.ces_v1.services.agent_service.AgentServiceAsyncClient.get_toolset
get_toolset(
request: typing.Optional[
typing.Union[google.cloud.ces_v1.types.agent_service.GetToolsetRequest, dict]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.ces_v1.types.toolset.ToolsetGets details of the specified toolset.
See more: google.cloud.ces_v1.services.agent_service.AgentServiceAsyncClient.get_toolset
google.cloud.ces_v1.services.agent_service.AgentServiceAsyncClient.get_transport_class
get_transport_class(
label: typing.Optional[str] = None,
) -> typing.Type[
google.cloud.ces_v1.services.agent_service.transports.base.AgentServiceTransport
]Returns an appropriate transport class.
See more: google.cloud.ces_v1.services.agent_service.AgentServiceAsyncClient.get_transport_class
google.cloud.ces_v1.services.agent_service.AgentServiceAsyncClient.guardrail_path
guardrail_path(project: str, location: str, app: str, guardrail: str) -> strReturns a fully-qualified guardrail string.
See more: google.cloud.ces_v1.services.agent_service.AgentServiceAsyncClient.guardrail_path
google.cloud.ces_v1.services.agent_service.AgentServiceAsyncClient.import_app
import_app(
request: typing.Optional[
typing.Union[google.cloud.ces_v1.types.agent_service.ImportAppRequest, dict]
] = None,
*,
parent: typing.Optional[str] = None,
display_name: typing.Optional[str] = None,
app_id: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.api_core.operation_async.AsyncOperationImports the specified app.
See more: google.cloud.ces_v1.services.agent_service.AgentServiceAsyncClient.import_app
google.cloud.ces_v1.services.agent_service.AgentServiceAsyncClient.inspect_template_path
inspect_template_path(
organization: str, location: str, inspect_template: str
) -> strReturns a fully-qualified inspect_template string.
See more: google.cloud.ces_v1.services.agent_service.AgentServiceAsyncClient.inspect_template_path
google.cloud.ces_v1.services.agent_service.AgentServiceAsyncClient.list_agents
list_agents(
request: typing.Optional[
typing.Union[google.cloud.ces_v1.types.agent_service.ListAgentsRequest, dict]
] = None,
*,
parent: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.ces_v1.services.agent_service.pagers.ListAgentsAsyncPagerLists agents in the given app.
See more: google.cloud.ces_v1.services.agent_service.AgentServiceAsyncClient.list_agents
google.cloud.ces_v1.services.agent_service.AgentServiceAsyncClient.list_app_versions
list_app_versions(
request: typing.Optional[
typing.Union[
google.cloud.ces_v1.types.agent_service.ListAppVersionsRequest, dict
]
] = None,
*,
parent: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.ces_v1.services.agent_service.pagers.ListAppVersionsAsyncPagerLists all app versions in the given app.
See more: google.cloud.ces_v1.services.agent_service.AgentServiceAsyncClient.list_app_versions
google.cloud.ces_v1.services.agent_service.AgentServiceAsyncClient.list_apps
list_apps(
request: typing.Optional[
typing.Union[google.cloud.ces_v1.types.agent_service.ListAppsRequest, dict]
] = None,
*,
parent: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.ces_v1.services.agent_service.pagers.ListAppsAsyncPagerLists apps in the given project and location.
See more: google.cloud.ces_v1.services.agent_service.AgentServiceAsyncClient.list_apps
google.cloud.ces_v1.services.agent_service.AgentServiceAsyncClient.list_changelogs
list_changelogs(
request: typing.Optional[
typing.Union[
google.cloud.ces_v1.types.agent_service.ListChangelogsRequest, dict
]
] = None,
*,
parent: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.ces_v1.services.agent_service.pagers.ListChangelogsAsyncPagerLists the changelogs of the specified app.
See more: google.cloud.ces_v1.services.agent_service.AgentServiceAsyncClient.list_changelogs
google.cloud.ces_v1.services.agent_service.AgentServiceAsyncClient.list_conversations
list_conversations(
request: typing.Optional[
typing.Union[
google.cloud.ces_v1.types.agent_service.ListConversationsRequest, dict
]
] = None,
*,
parent: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.ces_v1.services.agent_service.pagers.ListConversationsAsyncPagerLists conversations in the given app.
See more: google.cloud.ces_v1.services.agent_service.AgentServiceAsyncClient.list_conversations
google.cloud.ces_v1.services.agent_service.AgentServiceAsyncClient.list_deployments
list_deployments(
request: typing.Optional[
typing.Union[
google.cloud.ces_v1.types.agent_service.ListDeploymentsRequest, dict
]
] = None,
*,
parent: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.ces_v1.services.agent_service.pagers.ListDeploymentsAsyncPagerLists deployments in the given app.
See more: google.cloud.ces_v1.services.agent_service.AgentServiceAsyncClient.list_deployments
google.cloud.ces_v1.services.agent_service.AgentServiceAsyncClient.list_examples
list_examples(
request: typing.Optional[
typing.Union[google.cloud.ces_v1.types.agent_service.ListExamplesRequest, dict]
] = None,
*,
parent: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.ces_v1.services.agent_service.pagers.ListExamplesAsyncPagerLists examples in the given app.
See more: google.cloud.ces_v1.services.agent_service.AgentServiceAsyncClient.list_examples
google.cloud.ces_v1.services.agent_service.AgentServiceAsyncClient.list_guardrails
list_guardrails(
request: typing.Optional[
typing.Union[
google.cloud.ces_v1.types.agent_service.ListGuardrailsRequest, dict
]
] = None,
*,
parent: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.ces_v1.services.agent_service.pagers.ListGuardrailsAsyncPagerLists guardrails in the given app.
See more: google.cloud.ces_v1.services.agent_service.AgentServiceAsyncClient.list_guardrails
google.cloud.ces_v1.services.agent_service.AgentServiceAsyncClient.list_locations
list_locations(
request: typing.Optional[
typing.Union[google.cloud.location.locations_pb2.ListLocationsRequest, dict]
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.location.locations_pb2.ListLocationsResponseLists information about the supported locations for this service.
See more: google.cloud.ces_v1.services.agent_service.AgentServiceAsyncClient.list_locations
google.cloud.ces_v1.services.agent_service.AgentServiceAsyncClient.list_operations
list_operations(
request: typing.Optional[
typing.Union[google.longrunning.operations_pb2.ListOperationsRequest, dict]
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.longrunning.operations_pb2.ListOperationsResponseLists operations that match the specified filter in the request.
See more: google.cloud.ces_v1.services.agent_service.AgentServiceAsyncClient.list_operations
google.cloud.ces_v1.services.agent_service.AgentServiceAsyncClient.list_tools
list_tools(
request: typing.Optional[
typing.Union[google.cloud.ces_v1.types.agent_service.ListToolsRequest, dict]
] = None,
*,
parent: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.ces_v1.services.agent_service.pagers.ListToolsAsyncPagerLists tools in the given app.
See more: google.cloud.ces_v1.services.agent_service.AgentServiceAsyncClient.list_tools
google.cloud.ces_v1.services.agent_service.AgentServiceAsyncClient.list_toolsets
list_toolsets(
request: typing.Optional[
typing.Union[google.cloud.ces_v1.types.agent_service.ListToolsetsRequest, dict]
] = None,
*,
parent: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.ces_v1.services.agent_service.pagers.ListToolsetsAsyncPagerLists toolsets in the given app.
See more: google.cloud.ces_v1.services.agent_service.AgentServiceAsyncClient.list_toolsets
google.cloud.ces_v1.services.agent_service.AgentServiceAsyncClient.parse_agent_path
parse_agent_path(path: str) -> typing.Dict[str, str]Parses a agent path into its component segments.
See more: google.cloud.ces_v1.services.agent_service.AgentServiceAsyncClient.parse_agent_path
google.cloud.ces_v1.services.agent_service.AgentServiceAsyncClient.parse_app_path
parse_app_path(path: str) -> typing.Dict[str, str]Parses a app path into its component segments.
See more: google.cloud.ces_v1.services.agent_service.AgentServiceAsyncClient.parse_app_path
google.cloud.ces_v1.services.agent_service.AgentServiceAsyncClient.parse_app_version_path
parse_app_version_path(path: str) -> typing.Dict[str, str]Parses a app_version path into its component segments.
See more: google.cloud.ces_v1.services.agent_service.AgentServiceAsyncClient.parse_app_version_path
google.cloud.ces_v1.services.agent_service.AgentServiceAsyncClient.parse_changelog_path
parse_changelog_path(path: str) -> typing.Dict[str, str]Parses a changelog path into its component segments.
See more: google.cloud.ces_v1.services.agent_service.AgentServiceAsyncClient.parse_changelog_path
google.cloud.ces_v1.services.agent_service.AgentServiceAsyncClient.parse_common_billing_account_path
parse_common_billing_account_path(path: str) -> typing.Dict[str, str]Parse a billing_account path into its component segments.
See more: google.cloud.ces_v1.services.agent_service.AgentServiceAsyncClient.parse_common_billing_account_path
google.cloud.ces_v1.services.agent_service.AgentServiceAsyncClient.parse_common_folder_path
parse_common_folder_path(path: str) -> typing.Dict[str, str]Parse a folder path into its component segments.
See more: google.cloud.ces_v1.services.agent_service.AgentServiceAsyncClient.parse_common_folder_path
google.cloud.ces_v1.services.agent_service.AgentServiceAsyncClient.parse_common_location_path
parse_common_location_path(path: str) -> typing.Dict[str, str]Parse a location path into its component segments.
See more: google.cloud.ces_v1.services.agent_service.AgentServiceAsyncClient.parse_common_location_path
google.cloud.ces_v1.services.agent_service.AgentServiceAsyncClient.parse_common_organization_path
parse_common_organization_path(path: str) -> typing.Dict[str, str]Parse a organization path into its component segments.
See more: google.cloud.ces_v1.services.agent_service.AgentServiceAsyncClient.parse_common_organization_path
google.cloud.ces_v1.services.agent_service.AgentServiceAsyncClient.parse_common_project_path
parse_common_project_path(path: str) -> typing.Dict[str, str]Parse a project path into its component segments.
See more: google.cloud.ces_v1.services.agent_service.AgentServiceAsyncClient.parse_common_project_path
google.cloud.ces_v1.services.agent_service.AgentServiceAsyncClient.parse_conversation_path
parse_conversation_path(path: str) -> typing.Dict[str, str]Parses a conversation path into its component segments.
See more: google.cloud.ces_v1.services.agent_service.AgentServiceAsyncClient.parse_conversation_path
google.cloud.ces_v1.services.agent_service.AgentServiceAsyncClient.parse_deidentify_template_path
parse_deidentify_template_path(path: str) -> typing.Dict[str, str]Parses a deidentify_template path into its component segments.
See more: google.cloud.ces_v1.services.agent_service.AgentServiceAsyncClient.parse_deidentify_template_path
google.cloud.ces_v1.services.agent_service.AgentServiceAsyncClient.parse_deployment_path
parse_deployment_path(path: str) -> typing.Dict[str, str]Parses a deployment path into its component segments.
See more: google.cloud.ces_v1.services.agent_service.AgentServiceAsyncClient.parse_deployment_path
google.cloud.ces_v1.services.agent_service.AgentServiceAsyncClient.parse_dialogflow_agent_path
parse_dialogflow_agent_path(path: str) -> typing.Dict[str, str]Parses a dialogflow_agent path into its component segments.
See more: google.cloud.ces_v1.services.agent_service.AgentServiceAsyncClient.parse_dialogflow_agent_path
google.cloud.ces_v1.services.agent_service.AgentServiceAsyncClient.parse_engine_path
parse_engine_path(path: str) -> typing.Dict[str, str]Parses a engine path into its component segments.
See more: google.cloud.ces_v1.services.agent_service.AgentServiceAsyncClient.parse_engine_path
google.cloud.ces_v1.services.agent_service.AgentServiceAsyncClient.parse_example_path
parse_example_path(path: str) -> typing.Dict[str, str]Parses a example path into its component segments.
See more: google.cloud.ces_v1.services.agent_service.AgentServiceAsyncClient.parse_example_path
google.cloud.ces_v1.services.agent_service.AgentServiceAsyncClient.parse_guardrail_path
parse_guardrail_path(path: str) -> typing.Dict[str, str]Parses a guardrail path into its component segments.
See more: google.cloud.ces_v1.services.agent_service.AgentServiceAsyncClient.parse_guardrail_path
google.cloud.ces_v1.services.agent_service.AgentServiceAsyncClient.parse_inspect_template_path
parse_inspect_template_path(path: str) -> typing.Dict[str, str]Parses a inspect_template path into its component segments.
See more: google.cloud.ces_v1.services.agent_service.AgentServiceAsyncClient.parse_inspect_template_path
google.cloud.ces_v1.services.agent_service.AgentServiceAsyncClient.parse_secret_version_path
parse_secret_version_path(path: str) -> typing.Dict[str, str]Parses a secret_version path into its component segments.
See more: google.cloud.ces_v1.services.agent_service.AgentServiceAsyncClient.parse_secret_version_path
google.cloud.ces_v1.services.agent_service.AgentServiceAsyncClient.parse_service_path
parse_service_path(path: str) -> typing.Dict[str, str]Parses a service path into its component segments.
See more: google.cloud.ces_v1.services.agent_service.AgentServiceAsyncClient.parse_service_path
google.cloud.ces_v1.services.agent_service.AgentServiceAsyncClient.parse_tool_path
parse_tool_path(path: str) -> typing.Dict[str, str]Parses a tool path into its component segments.
See more: google.cloud.ces_v1.services.agent_service.AgentServiceAsyncClient.parse_tool_path
google.cloud.ces_v1.services.agent_service.AgentServiceAsyncClient.parse_toolset_path
parse_toolset_path(path: str) -> typing.Dict[str, str]Parses a toolset path into its component segments.
See more: google.cloud.ces_v1.services.agent_service.AgentServiceAsyncClient.parse_toolset_path
google.cloud.ces_v1.services.agent_service.AgentServiceAsyncClient.restore_app_version
restore_app_version(
request: typing.Optional[
typing.Union[
google.cloud.ces_v1.types.agent_service.RestoreAppVersionRequest, dict
]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.api_core.operation_async.AsyncOperationRestores the specified app version.
See more: google.cloud.ces_v1.services.agent_service.AgentServiceAsyncClient.restore_app_version
google.cloud.ces_v1.services.agent_service.AgentServiceAsyncClient.secret_version_path
secret_version_path(project: str, secret: str, secret_version: str) -> strReturns a fully-qualified secret_version string.
See more: google.cloud.ces_v1.services.agent_service.AgentServiceAsyncClient.secret_version_path
google.cloud.ces_v1.services.agent_service.AgentServiceAsyncClient.service_path
service_path(project: str, location: str, namespace: str, service: str) -> strReturns a fully-qualified service string.
See more: google.cloud.ces_v1.services.agent_service.AgentServiceAsyncClient.service_path
google.cloud.ces_v1.services.agent_service.AgentServiceAsyncClient.tool_path
tool_path(project: str, location: str, app: str, tool: str) -> strReturns a fully-qualified tool string.
See more: google.cloud.ces_v1.services.agent_service.AgentServiceAsyncClient.tool_path
google.cloud.ces_v1.services.agent_service.AgentServiceAsyncClient.toolset_path
toolset_path(project: str, location: str, app: str, toolset: str) -> strReturns a fully-qualified toolset string.
See more: google.cloud.ces_v1.services.agent_service.AgentServiceAsyncClient.toolset_path
google.cloud.ces_v1.services.agent_service.AgentServiceAsyncClient.update_agent
update_agent(
request: typing.Optional[
typing.Union[google.cloud.ces_v1.types.agent_service.UpdateAgentRequest, dict]
] = None,
*,
agent: typing.Optional[google.cloud.ces_v1.types.agent.Agent] = None,
update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.ces_v1.types.agent.AgentUpdates the specified agent.
See more: google.cloud.ces_v1.services.agent_service.AgentServiceAsyncClient.update_agent
google.cloud.ces_v1.services.agent_service.AgentServiceAsyncClient.update_app
update_app(
request: typing.Optional[
typing.Union[google.cloud.ces_v1.types.agent_service.UpdateAppRequest, dict]
] = None,
*,
app: typing.Optional[google.cloud.ces_v1.types.app.App] = None,
update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.ces_v1.types.app.AppUpdates the specified app.
See more: google.cloud.ces_v1.services.agent_service.AgentServiceAsyncClient.update_app
google.cloud.ces_v1.services.agent_service.AgentServiceAsyncClient.update_deployment
update_deployment(
request: typing.Optional[
typing.Union[
google.cloud.ces_v1.types.agent_service.UpdateDeploymentRequest, dict
]
] = None,
*,
deployment: typing.Optional[google.cloud.ces_v1.types.deployment.Deployment] = None,
update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.ces_v1.types.deployment.DeploymentUpdates the specified deployment.
See more: google.cloud.ces_v1.services.agent_service.AgentServiceAsyncClient.update_deployment
google.cloud.ces_v1.services.agent_service.AgentServiceAsyncClient.update_example
update_example(
request: typing.Optional[
typing.Union[google.cloud.ces_v1.types.agent_service.UpdateExampleRequest, dict]
] = None,
*,
example: typing.Optional[google.cloud.ces_v1.types.example.Example] = None,
update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.ces_v1.types.example.ExampleUpdates the specified example.
See more: google.cloud.ces_v1.services.agent_service.AgentServiceAsyncClient.update_example
google.cloud.ces_v1.services.agent_service.AgentServiceAsyncClient.update_guardrail
update_guardrail(
request: typing.Optional[
typing.Union[
google.cloud.ces_v1.types.agent_service.UpdateGuardrailRequest, dict
]
] = None,
*,
guardrail: typing.Optional[google.cloud.ces_v1.types.guardrail.Guardrail] = None,
update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.ces_v1.types.guardrail.GuardrailUpdates the specified guardrail.
See more: google.cloud.ces_v1.services.agent_service.AgentServiceAsyncClient.update_guardrail
google.cloud.ces_v1.services.agent_service.AgentServiceAsyncClient.update_tool
update_tool(
request: typing.Optional[
typing.Union[google.cloud.ces_v1.types.agent_service.UpdateToolRequest, dict]
] = None,
*,
tool: typing.Optional[google.cloud.ces_v1.types.tool.Tool] = None,
update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.ces_v1.types.tool.ToolUpdates the specified tool.
See more: google.cloud.ces_v1.services.agent_service.AgentServiceAsyncClient.update_tool
google.cloud.ces_v1.services.agent_service.AgentServiceAsyncClient.update_toolset
update_toolset(
request: typing.Optional[
typing.Union[google.cloud.ces_v1.types.agent_service.UpdateToolsetRequest, dict]
] = None,
*,
toolset: typing.Optional[google.cloud.ces_v1.types.toolset.Toolset] = None,
update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.ces_v1.types.toolset.ToolsetUpdates the specified toolset.
See more: google.cloud.ces_v1.services.agent_service.AgentServiceAsyncClient.update_toolset
google.cloud.ces_v1.services.agent_service.AgentServiceClient
AgentServiceClient(
*,
credentials: typing.Optional[google.auth.credentials.Credentials] = None,
transport: typing.Optional[
typing.Union[
str,
google.cloud.ces_v1.services.agent_service.transports.base.AgentServiceTransport,
typing.Callable[
[...],
google.cloud.ces_v1.services.agent_service.transports.base.AgentServiceTransport,
],
]
] = None,
client_options: typing.Optional[
typing.Union[google.api_core.client_options.ClientOptions, dict]
] = None,
client_info: google.api_core.gapic_v1.client_info.ClientInfo = google.api_core.gapic_v1.client_info.ClientInfo
)Instantiates the agent service client.
See more: google.cloud.ces_v1.services.agent_service.AgentServiceClient
google.cloud.ces_v1.services.agent_service.AgentServiceClient.__exit__
__exit__(type, value, traceback)Releases underlying transport's resources.
See more: google.cloud.ces_v1.services.agent_service.AgentServiceClient.exit
google.cloud.ces_v1.services.agent_service.AgentServiceClient.agent_path
agent_path(project: str, location: str, app: str, agent: str) -> strReturns a fully-qualified agent string.
See more: google.cloud.ces_v1.services.agent_service.AgentServiceClient.agent_path
google.cloud.ces_v1.services.agent_service.AgentServiceClient.app_path
app_path(project: str, location: str, app: str) -> strReturns a fully-qualified app string.
See more: google.cloud.ces_v1.services.agent_service.AgentServiceClient.app_path
google.cloud.ces_v1.services.agent_service.AgentServiceClient.app_version_path
app_version_path(project: str, location: str, app: str, version: str) -> strReturns a fully-qualified app_version string.
See more: google.cloud.ces_v1.services.agent_service.AgentServiceClient.app_version_path
google.cloud.ces_v1.services.agent_service.AgentServiceClient.batch_delete_conversations
batch_delete_conversations(
request: typing.Optional[
typing.Union[
google.cloud.ces_v1.types.agent_service.BatchDeleteConversationsRequest,
dict,
]
] = None,
*,
parent: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.api_core.operation.OperationBatch deletes the specified conversations.
See more: google.cloud.ces_v1.services.agent_service.AgentServiceClient.batch_delete_conversations
google.cloud.ces_v1.services.agent_service.AgentServiceClient.cancel_operation
cancel_operation(
request: typing.Optional[
typing.Union[google.longrunning.operations_pb2.CancelOperationRequest, dict]
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> NoneStarts asynchronous cancellation on a long-running operation.
See more: google.cloud.ces_v1.services.agent_service.AgentServiceClient.cancel_operation
google.cloud.ces_v1.services.agent_service.AgentServiceClient.changelog_path
changelog_path(project: str, location: str, app: str, changelog: str) -> strReturns a fully-qualified changelog string.
See more: google.cloud.ces_v1.services.agent_service.AgentServiceClient.changelog_path
google.cloud.ces_v1.services.agent_service.AgentServiceClient.common_billing_account_path
common_billing_account_path(billing_account: str) -> strReturns a fully-qualified billing_account string.
See more: google.cloud.ces_v1.services.agent_service.AgentServiceClient.common_billing_account_path
google.cloud.ces_v1.services.agent_service.AgentServiceClient.common_folder_path
common_folder_path(folder: str) -> strReturns a fully-qualified folder string.
See more: google.cloud.ces_v1.services.agent_service.AgentServiceClient.common_folder_path
google.cloud.ces_v1.services.agent_service.AgentServiceClient.common_location_path
common_location_path(project: str, location: str) -> strReturns a fully-qualified location string.
See more: google.cloud.ces_v1.services.agent_service.AgentServiceClient.common_location_path
google.cloud.ces_v1.services.agent_service.AgentServiceClient.common_organization_path
common_organization_path(organization: str) -> strReturns a fully-qualified organization string.
See more: google.cloud.ces_v1.services.agent_service.AgentServiceClient.common_organization_path
google.cloud.ces_v1.services.agent_service.AgentServiceClient.common_project_path
common_project_path(project: str) -> strReturns a fully-qualified project string.
See more: google.cloud.ces_v1.services.agent_service.AgentServiceClient.common_project_path
google.cloud.ces_v1.services.agent_service.AgentServiceClient.conversation_path
conversation_path(project: str, location: str, app: str, conversation: str) -> strReturns a fully-qualified conversation string.
See more: google.cloud.ces_v1.services.agent_service.AgentServiceClient.conversation_path
google.cloud.ces_v1.services.agent_service.AgentServiceClient.create_agent
create_agent(
request: typing.Optional[
typing.Union[google.cloud.ces_v1.types.agent_service.CreateAgentRequest, dict]
] = None,
*,
parent: typing.Optional[str] = None,
agent: typing.Optional[google.cloud.ces_v1.types.agent.Agent] = None,
agent_id: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.ces_v1.types.agent.AgentCreates a new agent in the given app.
See more: google.cloud.ces_v1.services.agent_service.AgentServiceClient.create_agent
google.cloud.ces_v1.services.agent_service.AgentServiceClient.create_app
create_app(
request: typing.Optional[
typing.Union[google.cloud.ces_v1.types.agent_service.CreateAppRequest, dict]
] = None,
*,
parent: typing.Optional[str] = None,
app: typing.Optional[google.cloud.ces_v1.types.app.App] = None,
app_id: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.api_core.operation.OperationCreates a new app in the given project and location.
See more: google.cloud.ces_v1.services.agent_service.AgentServiceClient.create_app
google.cloud.ces_v1.services.agent_service.AgentServiceClient.create_app_version
create_app_version(
request: typing.Optional[
typing.Union[
google.cloud.ces_v1.types.agent_service.CreateAppVersionRequest, dict
]
] = None,
*,
parent: typing.Optional[str] = None,
app_version: typing.Optional[
google.cloud.ces_v1.types.app_version.AppVersion
] = None,
app_version_id: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.ces_v1.types.app_version.AppVersionCreates a new app version in the given app.
See more: google.cloud.ces_v1.services.agent_service.AgentServiceClient.create_app_version
google.cloud.ces_v1.services.agent_service.AgentServiceClient.create_deployment
create_deployment(
request: typing.Optional[
typing.Union[
google.cloud.ces_v1.types.agent_service.CreateDeploymentRequest, dict
]
] = None,
*,
parent: typing.Optional[str] = None,
deployment: typing.Optional[google.cloud.ces_v1.types.deployment.Deployment] = None,
deployment_id: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.ces_v1.types.deployment.DeploymentCreates a new deployment in the given app.
See more: google.cloud.ces_v1.services.agent_service.AgentServiceClient.create_deployment
google.cloud.ces_v1.services.agent_service.AgentServiceClient.create_example
create_example(
request: typing.Optional[
typing.Union[google.cloud.ces_v1.types.agent_service.CreateExampleRequest, dict]
] = None,
*,
parent: typing.Optional[str] = None,
example: typing.Optional[google.cloud.ces_v1.types.example.Example] = None,
example_id: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.ces_v1.types.example.ExampleCreates a new example in the given app.
See more: google.cloud.ces_v1.services.agent_service.AgentServiceClient.create_example
google.cloud.ces_v1.services.agent_service.AgentServiceClient.create_guardrail
create_guardrail(
request: typing.Optional[
typing.Union[
google.cloud.ces_v1.types.agent_service.CreateGuardrailRequest, dict
]
] = None,
*,
parent: typing.Optional[str] = None,
guardrail: typing.Optional[google.cloud.ces_v1.types.guardrail.Guardrail] = None,
guardrail_id: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.ces_v1.types.guardrail.GuardrailCreates a new guardrail in the given app.
See more: google.cloud.ces_v1.services.agent_service.AgentServiceClient.create_guardrail
google.cloud.ces_v1.services.agent_service.AgentServiceClient.create_tool
create_tool(
request: typing.Optional[
typing.Union[google.cloud.ces_v1.types.agent_service.CreateToolRequest, dict]
] = None,
*,
parent: typing.Optional[str] = None,
tool: typing.Optional[google.cloud.ces_v1.types.tool.Tool] = None,
tool_id: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.ces_v1.types.tool.ToolCreates a new tool in the given app.
See more: google.cloud.ces_v1.services.agent_service.AgentServiceClient.create_tool
google.cloud.ces_v1.services.agent_service.AgentServiceClient.create_toolset
create_toolset(
request: typing.Optional[
typing.Union[google.cloud.ces_v1.types.agent_service.CreateToolsetRequest, dict]
] = None,
*,
parent: typing.Optional[str] = None,
toolset: typing.Optional[google.cloud.ces_v1.types.toolset.Toolset] = None,
toolset_id: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.ces_v1.types.toolset.ToolsetCreates a new toolset in the given app.
See more: google.cloud.ces_v1.services.agent_service.AgentServiceClient.create_toolset
google.cloud.ces_v1.services.agent_service.AgentServiceClient.deidentify_template_path
deidentify_template_path(
organization: str, location: str, deidentify_template: str
) -> strReturns a fully-qualified deidentify_template string.
See more: google.cloud.ces_v1.services.agent_service.AgentServiceClient.deidentify_template_path
google.cloud.ces_v1.services.agent_service.AgentServiceClient.delete_agent
delete_agent(
request: typing.Optional[
typing.Union[google.cloud.ces_v1.types.agent_service.DeleteAgentRequest, dict]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> NoneDeletes the specified agent.
See more: google.cloud.ces_v1.services.agent_service.AgentServiceClient.delete_agent
google.cloud.ces_v1.services.agent_service.AgentServiceClient.delete_app
delete_app(
request: typing.Optional[
typing.Union[google.cloud.ces_v1.types.agent_service.DeleteAppRequest, dict]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.api_core.operation.OperationDeletes the specified app.
See more: google.cloud.ces_v1.services.agent_service.AgentServiceClient.delete_app
google.cloud.ces_v1.services.agent_service.AgentServiceClient.delete_app_version
delete_app_version(
request: typing.Optional[
typing.Union[
google.cloud.ces_v1.types.agent_service.DeleteAppVersionRequest, dict
]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> NoneDeletes the specified app version.
See more: google.cloud.ces_v1.services.agent_service.AgentServiceClient.delete_app_version
google.cloud.ces_v1.services.agent_service.AgentServiceClient.delete_conversation
delete_conversation(
request: typing.Optional[
typing.Union[
google.cloud.ces_v1.types.agent_service.DeleteConversationRequest, dict
]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> NoneDeletes the specified conversation.
See more: google.cloud.ces_v1.services.agent_service.AgentServiceClient.delete_conversation
google.cloud.ces_v1.services.agent_service.AgentServiceClient.delete_deployment
delete_deployment(
request: typing.Optional[
typing.Union[
google.cloud.ces_v1.types.agent_service.DeleteDeploymentRequest, dict
]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> NoneDeletes the specified deployment.
See more: google.cloud.ces_v1.services.agent_service.AgentServiceClient.delete_deployment
google.cloud.ces_v1.services.agent_service.AgentServiceClient.delete_example
delete_example(
request: typing.Optional[
typing.Union[google.cloud.ces_v1.types.agent_service.DeleteExampleRequest, dict]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> NoneDeletes the specified example.
See more: google.cloud.ces_v1.services.agent_service.AgentServiceClient.delete_example
google.cloud.ces_v1.services.agent_service.AgentServiceClient.delete_guardrail
delete_guardrail(
request: typing.Optional[
typing.Union[
google.cloud.ces_v1.types.agent_service.DeleteGuardrailRequest, dict
]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> NoneDeletes the specified guardrail.
See more: google.cloud.ces_v1.services.agent_service.AgentServiceClient.delete_guardrail
google.cloud.ces_v1.services.agent_service.AgentServiceClient.delete_operation
delete_operation(
request: typing.Optional[
typing.Union[google.longrunning.operations_pb2.DeleteOperationRequest, dict]
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> NoneDeletes a long-running operation.
See more: google.cloud.ces_v1.services.agent_service.AgentServiceClient.delete_operation
google.cloud.ces_v1.services.agent_service.AgentServiceClient.delete_tool
delete_tool(
request: typing.Optional[
typing.Union[google.cloud.ces_v1.types.agent_service.DeleteToolRequest, dict]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> NoneDeletes the specified tool.
See more: google.cloud.ces_v1.services.agent_service.AgentServiceClient.delete_tool
google.cloud.ces_v1.services.agent_service.AgentServiceClient.delete_toolset
delete_toolset(
request: typing.Optional[
typing.Union[google.cloud.ces_v1.types.agent_service.DeleteToolsetRequest, dict]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> NoneDeletes the specified toolset.
See more: google.cloud.ces_v1.services.agent_service.AgentServiceClient.delete_toolset
google.cloud.ces_v1.services.agent_service.AgentServiceClient.deployment_path
deployment_path(project: str, location: str, app: str, deployment: str) -> strReturns a fully-qualified deployment string.
See more: google.cloud.ces_v1.services.agent_service.AgentServiceClient.deployment_path
google.cloud.ces_v1.services.agent_service.AgentServiceClient.dialogflow_agent_path
dialogflow_agent_path(project: str, location: str, agent: str) -> strReturns a fully-qualified dialogflow_agent string.
See more: google.cloud.ces_v1.services.agent_service.AgentServiceClient.dialogflow_agent_path
google.cloud.ces_v1.services.agent_service.AgentServiceClient.engine_path
engine_path(project: str, location: str, collection: str, engine: str) -> strReturns a fully-qualified engine string.
See more: google.cloud.ces_v1.services.agent_service.AgentServiceClient.engine_path
google.cloud.ces_v1.services.agent_service.AgentServiceClient.example_path
example_path(project: str, location: str, app: str, example: str) -> strReturns a fully-qualified example string.
See more: google.cloud.ces_v1.services.agent_service.AgentServiceClient.example_path
google.cloud.ces_v1.services.agent_service.AgentServiceClient.export_app
export_app(
request: typing.Optional[
typing.Union[google.cloud.ces_v1.types.agent_service.ExportAppRequest, dict]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.api_core.operation.OperationExports the specified app.
See more: google.cloud.ces_v1.services.agent_service.AgentServiceClient.export_app
google.cloud.ces_v1.services.agent_service.AgentServiceClient.from_service_account_file
from_service_account_file(filename: str, *args, **kwargs)Creates an instance of this client using the provided credentials file.
See more: google.cloud.ces_v1.services.agent_service.AgentServiceClient.from_service_account_file
google.cloud.ces_v1.services.agent_service.AgentServiceClient.from_service_account_info
from_service_account_info(info: dict, *args, **kwargs)Creates an instance of this client using the provided credentials info.
See more: google.cloud.ces_v1.services.agent_service.AgentServiceClient.from_service_account_info
google.cloud.ces_v1.services.agent_service.AgentServiceClient.from_service_account_json
from_service_account_json(filename: str, *args, **kwargs)Creates an instance of this client using the provided credentials file.
See more: google.cloud.ces_v1.services.agent_service.AgentServiceClient.from_service_account_json
google.cloud.ces_v1.services.agent_service.AgentServiceClient.get_agent
get_agent(
request: typing.Optional[
typing.Union[google.cloud.ces_v1.types.agent_service.GetAgentRequest, dict]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.ces_v1.types.agent.AgentGets details of the specified agent.
See more: google.cloud.ces_v1.services.agent_service.AgentServiceClient.get_agent
google.cloud.ces_v1.services.agent_service.AgentServiceClient.get_app
get_app(
request: typing.Optional[
typing.Union[google.cloud.ces_v1.types.agent_service.GetAppRequest, dict]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.ces_v1.types.app.AppGets details of the specified app.
See more: google.cloud.ces_v1.services.agent_service.AgentServiceClient.get_app
google.cloud.ces_v1.services.agent_service.AgentServiceClient.get_app_version
get_app_version(
request: typing.Optional[
typing.Union[google.cloud.ces_v1.types.agent_service.GetAppVersionRequest, dict]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.ces_v1.types.app_version.AppVersionGets details of the specified app version.
See more: google.cloud.ces_v1.services.agent_service.AgentServiceClient.get_app_version
google.cloud.ces_v1.services.agent_service.AgentServiceClient.get_changelog
get_changelog(
request: typing.Optional[
typing.Union[google.cloud.ces_v1.types.agent_service.GetChangelogRequest, dict]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.ces_v1.types.changelog.ChangelogGets the specified changelog.
See more: google.cloud.ces_v1.services.agent_service.AgentServiceClient.get_changelog
google.cloud.ces_v1.services.agent_service.AgentServiceClient.get_conversation
get_conversation(
request: typing.Optional[
typing.Union[
google.cloud.ces_v1.types.agent_service.GetConversationRequest, dict
]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.ces_v1.types.conversation.ConversationGets details of the specified conversation.
See more: google.cloud.ces_v1.services.agent_service.AgentServiceClient.get_conversation
google.cloud.ces_v1.services.agent_service.AgentServiceClient.get_deployment
get_deployment(
request: typing.Optional[
typing.Union[google.cloud.ces_v1.types.agent_service.GetDeploymentRequest, dict]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.ces_v1.types.deployment.DeploymentGets details of the specified deployment.
See more: google.cloud.ces_v1.services.agent_service.AgentServiceClient.get_deployment
google.cloud.ces_v1.services.agent_service.AgentServiceClient.get_example
get_example(
request: typing.Optional[
typing.Union[google.cloud.ces_v1.types.agent_service.GetExampleRequest, dict]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.ces_v1.types.example.ExampleGets details of the specified example.
See more: google.cloud.ces_v1.services.agent_service.AgentServiceClient.get_example
google.cloud.ces_v1.services.agent_service.AgentServiceClient.get_guardrail
get_guardrail(
request: typing.Optional[
typing.Union[google.cloud.ces_v1.types.agent_service.GetGuardrailRequest, dict]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.ces_v1.types.guardrail.GuardrailGets details of the specified guardrail.
See more: google.cloud.ces_v1.services.agent_service.AgentServiceClient.get_guardrail
google.cloud.ces_v1.services.agent_service.AgentServiceClient.get_location
get_location(
request: typing.Optional[
typing.Union[google.cloud.location.locations_pb2.GetLocationRequest, dict]
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.location.locations_pb2.LocationGets information about a location.
See more: google.cloud.ces_v1.services.agent_service.AgentServiceClient.get_location
google.cloud.ces_v1.services.agent_service.AgentServiceClient.get_mtls_endpoint_and_cert_source
get_mtls_endpoint_and_cert_source(
client_options: typing.Optional[
google.api_core.client_options.ClientOptions
] = None,
)Deprecated.
See more: google.cloud.ces_v1.services.agent_service.AgentServiceClient.get_mtls_endpoint_and_cert_source
google.cloud.ces_v1.services.agent_service.AgentServiceClient.get_operation
get_operation(
request: typing.Optional[
typing.Union[google.longrunning.operations_pb2.GetOperationRequest, dict]
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.longrunning.operations_pb2.OperationGets the latest state of a long-running operation.
See more: google.cloud.ces_v1.services.agent_service.AgentServiceClient.get_operation
google.cloud.ces_v1.services.agent_service.AgentServiceClient.get_tool
get_tool(
request: typing.Optional[
typing.Union[google.cloud.ces_v1.types.agent_service.GetToolRequest, dict]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.ces_v1.types.tool.ToolGets details of the specified tool.
See more: google.cloud.ces_v1.services.agent_service.AgentServiceClient.get_tool
google.cloud.ces_v1.services.agent_service.AgentServiceClient.get_toolset
get_toolset(
request: typing.Optional[
typing.Union[google.cloud.ces_v1.types.agent_service.GetToolsetRequest, dict]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.ces_v1.types.toolset.ToolsetGets details of the specified toolset.
See more: google.cloud.ces_v1.services.agent_service.AgentServiceClient.get_toolset
google.cloud.ces_v1.services.agent_service.AgentServiceClient.guardrail_path
guardrail_path(project: str, location: str, app: str, guardrail: str) -> strReturns a fully-qualified guardrail string.
See more: google.cloud.ces_v1.services.agent_service.AgentServiceClient.guardrail_path
google.cloud.ces_v1.services.agent_service.AgentServiceClient.import_app
import_app(
request: typing.Optional[
typing.Union[google.cloud.ces_v1.types.agent_service.ImportAppRequest, dict]
] = None,
*,
parent: typing.Optional[str] = None,
display_name: typing.Optional[str] = None,
app_id: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.api_core.operation.OperationImports the specified app.
See more: google.cloud.ces_v1.services.agent_service.AgentServiceClient.import_app
google.cloud.ces_v1.services.agent_service.AgentServiceClient.inspect_template_path
inspect_template_path(
organization: str, location: str, inspect_template: str
) -> strReturns a fully-qualified inspect_template string.
See more: google.cloud.ces_v1.services.agent_service.AgentServiceClient.inspect_template_path
google.cloud.ces_v1.services.agent_service.AgentServiceClient.list_agents
list_agents(
request: typing.Optional[
typing.Union[google.cloud.ces_v1.types.agent_service.ListAgentsRequest, dict]
] = None,
*,
parent: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.ces_v1.services.agent_service.pagers.ListAgentsPagerLists agents in the given app.
See more: google.cloud.ces_v1.services.agent_service.AgentServiceClient.list_agents
google.cloud.ces_v1.services.agent_service.AgentServiceClient.list_app_versions
list_app_versions(
request: typing.Optional[
typing.Union[
google.cloud.ces_v1.types.agent_service.ListAppVersionsRequest, dict
]
] = None,
*,
parent: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.ces_v1.services.agent_service.pagers.ListAppVersionsPagerLists all app versions in the given app.
See more: google.cloud.ces_v1.services.agent_service.AgentServiceClient.list_app_versions
google.cloud.ces_v1.services.agent_service.AgentServiceClient.list_apps
list_apps(
request: typing.Optional[
typing.Union[google.cloud.ces_v1.types.agent_service.ListAppsRequest, dict]
] = None,
*,
parent: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.ces_v1.services.agent_service.pagers.ListAppsPagerLists apps in the given project and location.
See more: google.cloud.ces_v1.services.agent_service.AgentServiceClient.list_apps
google.cloud.ces_v1.services.agent_service.AgentServiceClient.list_changelogs
list_changelogs(
request: typing.Optional[
typing.Union[
google.cloud.ces_v1.types.agent_service.ListChangelogsRequest, dict
]
] = None,
*,
parent: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.ces_v1.services.agent_service.pagers.ListChangelogsPagerLists the changelogs of the specified app.
See more: google.cloud.ces_v1.services.agent_service.AgentServiceClient.list_changelogs
google.cloud.ces_v1.services.agent_service.AgentServiceClient.list_conversations
list_conversations(
request: typing.Optional[
typing.Union[
google.cloud.ces_v1.types.agent_service.ListConversationsRequest, dict
]
] = None,
*,
parent: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.ces_v1.services.agent_service.pagers.ListConversationsPagerLists conversations in the given app.
See more: google.cloud.ces_v1.services.agent_service.AgentServiceClient.list_conversations
google.cloud.ces_v1.services.agent_service.AgentServiceClient.list_deployments
list_deployments(
request: typing.Optional[
typing.Union[
google.cloud.ces_v1.types.agent_service.ListDeploymentsRequest, dict
]
] = None,
*,
parent: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.ces_v1.services.agent_service.pagers.ListDeploymentsPagerLists deployments in the given app.
See more: google.cloud.ces_v1.services.agent_service.AgentServiceClient.list_deployments
google.cloud.ces_v1.services.agent_service.AgentServiceClient.list_examples
list_examples(
request: typing.Optional[
typing.Union[google.cloud.ces_v1.types.agent_service.ListExamplesRequest, dict]
] = None,
*,
parent: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.ces_v1.services.agent_service.pagers.ListExamplesPagerLists examples in the given app.
See more: google.cloud.ces_v1.services.agent_service.AgentServiceClient.list_examples
google.cloud.ces_v1.services.agent_service.AgentServiceClient.list_guardrails
list_guardrails(
request: typing.Optional[
typing.Union[
google.cloud.ces_v1.types.agent_service.ListGuardrailsRequest, dict
]
] = None,
*,
parent: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.ces_v1.services.agent_service.pagers.ListGuardrailsPagerLists guardrails in the given app.
See more: google.cloud.ces_v1.services.agent_service.AgentServiceClient.list_guardrails
google.cloud.ces_v1.services.agent_service.AgentServiceClient.list_locations
list_locations(
request: typing.Optional[
typing.Union[google.cloud.location.locations_pb2.ListLocationsRequest, dict]
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.location.locations_pb2.ListLocationsResponseLists information about the supported locations for this service.
See more: google.cloud.ces_v1.services.agent_service.AgentServiceClient.list_locations
google.cloud.ces_v1.services.agent_service.AgentServiceClient.list_operations
list_operations(
request: typing.Optional[
typing.Union[google.longrunning.operations_pb2.ListOperationsRequest, dict]
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.longrunning.operations_pb2.ListOperationsResponseLists operations that match the specified filter in the request.
See more: google.cloud.ces_v1.services.agent_service.AgentServiceClient.list_operations
google.cloud.ces_v1.services.agent_service.AgentServiceClient.list_tools
list_tools(
request: typing.Optional[
typing.Union[google.cloud.ces_v1.types.agent_service.ListToolsRequest, dict]
] = None,
*,
parent: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.ces_v1.services.agent_service.pagers.ListToolsPagerLists tools in the given app.
See more: google.cloud.ces_v1.services.agent_service.AgentServiceClient.list_tools
google.cloud.ces_v1.services.agent_service.AgentServiceClient.list_toolsets
list_toolsets(
request: typing.Optional[
typing.Union[google.cloud.ces_v1.types.agent_service.ListToolsetsRequest, dict]
] = None,
*,
parent: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.ces_v1.services.agent_service.pagers.ListToolsetsPagerLists toolsets in the given app.
See more: google.cloud.ces_v1.services.agent_service.AgentServiceClient.list_toolsets
google.cloud.ces_v1.services.agent_service.AgentServiceClient.parse_agent_path
parse_agent_path(path: str) -> typing.Dict[str, str]Parses a agent path into its component segments.
See more: google.cloud.ces_v1.services.agent_service.AgentServiceClient.parse_agent_path
google.cloud.ces_v1.services.agent_service.AgentServiceClient.parse_app_path
parse_app_path(path: str) -> typing.Dict[str, str]Parses a app path into its component segments.
See more: google.cloud.ces_v1.services.agent_service.AgentServiceClient.parse_app_path
google.cloud.ces_v1.services.agent_service.AgentServiceClient.parse_app_version_path
parse_app_version_path(path: str) -> typing.Dict[str, str]Parses a app_version path into its component segments.
See more: google.cloud.ces_v1.services.agent_service.AgentServiceClient.parse_app_version_path
google.cloud.ces_v1.services.agent_service.AgentServiceClient.parse_changelog_path
parse_changelog_path(path: str) -> typing.Dict[str, str]Parses a changelog path into its component segments.
See more: google.cloud.ces_v1.services.agent_service.AgentServiceClient.parse_changelog_path
google.cloud.ces_v1.services.agent_service.AgentServiceClient.parse_common_billing_account_path
parse_common_billing_account_path(path: str) -> typing.Dict[str, str]Parse a billing_account path into its component segments.
See more: google.cloud.ces_v1.services.agent_service.AgentServiceClient.parse_common_billing_account_path
google.cloud.ces_v1.services.agent_service.AgentServiceClient.parse_common_folder_path
parse_common_folder_path(path: str) -> typing.Dict[str, str]Parse a folder path into its component segments.
See more: google.cloud.ces_v1.services.agent_service.AgentServiceClient.parse_common_folder_path
google.cloud.ces_v1.services.agent_service.AgentServiceClient.parse_common_location_path
parse_common_location_path(path: str) -> typing.Dict[str, str]Parse a location path into its component segments.
See more: google.cloud.ces_v1.services.agent_service.AgentServiceClient.parse_common_location_path
google.cloud.ces_v1.services.agent_service.AgentServiceClient.parse_common_organization_path
parse_common_organization_path(path: str) -> typing.Dict[str, str]Parse a organization path into its component segments.
See more: google.cloud.ces_v1.services.agent_service.AgentServiceClient.parse_common_organization_path
google.cloud.ces_v1.services.agent_service.AgentServiceClient.parse_common_project_path
parse_common_project_path(path: str) -> typing.Dict[str, str]Parse a project path into its component segments.
See more: google.cloud.ces_v1.services.agent_service.AgentServiceClient.parse_common_project_path
google.cloud.ces_v1.services.agent_service.AgentServiceClient.parse_conversation_path
parse_conversation_path(path: str) -> typing.Dict[str, str]Parses a conversation path into its component segments.
See more: google.cloud.ces_v1.services.agent_service.AgentServiceClient.parse_conversation_path
google.cloud.ces_v1.services.agent_service.AgentServiceClient.parse_deidentify_template_path
parse_deidentify_template_path(path: str) -> typing.Dict[str, str]Parses a deidentify_template path into its component segments.
See more: google.cloud.ces_v1.services.agent_service.AgentServiceClient.parse_deidentify_template_path
google.cloud.ces_v1.services.agent_service.AgentServiceClient.parse_deployment_path
parse_deployment_path(path: str) -> typing.Dict[str, str]Parses a deployment path into its component segments.
See more: google.cloud.ces_v1.services.agent_service.AgentServiceClient.parse_deployment_path
google.cloud.ces_v1.services.agent_service.AgentServiceClient.parse_dialogflow_agent_path
parse_dialogflow_agent_path(path: str) -> typing.Dict[str, str]Parses a dialogflow_agent path into its component segments.
See more: google.cloud.ces_v1.services.agent_service.AgentServiceClient.parse_dialogflow_agent_path
google.cloud.ces_v1.services.agent_service.AgentServiceClient.parse_engine_path
parse_engine_path(path: str) -> typing.Dict[str, str]Parses a engine path into its component segments.
See more: google.cloud.ces_v1.services.agent_service.AgentServiceClient.parse_engine_path
google.cloud.ces_v1.services.agent_service.AgentServiceClient.parse_example_path
parse_example_path(path: str) -> typing.Dict[str, str]Parses a example path into its component segments.
See more: google.cloud.ces_v1.services.agent_service.AgentServiceClient.parse_example_path
google.cloud.ces_v1.services.agent_service.AgentServiceClient.parse_guardrail_path
parse_guardrail_path(path: str) -> typing.Dict[str, str]Parses a guardrail path into its component segments.
See more: google.cloud.ces_v1.services.agent_service.AgentServiceClient.parse_guardrail_path
google.cloud.ces_v1.services.agent_service.AgentServiceClient.parse_inspect_template_path
parse_inspect_template_path(path: str) -> typing.Dict[str, str]Parses a inspect_template path into its component segments.
See more: google.cloud.ces_v1.services.agent_service.AgentServiceClient.parse_inspect_template_path
google.cloud.ces_v1.services.agent_service.AgentServiceClient.parse_secret_version_path
parse_secret_version_path(path: str) -> typing.Dict[str, str]Parses a secret_version path into its component segments.
See more: google.cloud.ces_v1.services.agent_service.AgentServiceClient.parse_secret_version_path
google.cloud.ces_v1.services.agent_service.AgentServiceClient.parse_service_path
parse_service_path(path: str) -> typing.Dict[str, str]Parses a service path into its component segments.
See more: google.cloud.ces_v1.services.agent_service.AgentServiceClient.parse_service_path
google.cloud.ces_v1.services.agent_service.AgentServiceClient.parse_tool_path
parse_tool_path(path: str) -> typing.Dict[str, str]Parses a tool path into its component segments.
See more: google.cloud.ces_v1.services.agent_service.AgentServiceClient.parse_tool_path
google.cloud.ces_v1.services.agent_service.AgentServiceClient.parse_toolset_path
parse_toolset_path(path: str) -> typing.Dict[str, str]Parses a toolset path into its component segments.
See more: google.cloud.ces_v1.services.agent_service.AgentServiceClient.parse_toolset_path
google.cloud.ces_v1.services.agent_service.AgentServiceClient.restore_app_version
restore_app_version(
request: typing.Optional[
typing.Union[
google.cloud.ces_v1.types.agent_service.RestoreAppVersionRequest, dict
]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.api_core.operation.OperationRestores the specified app version.
See more: google.cloud.ces_v1.services.agent_service.AgentServiceClient.restore_app_version
google.cloud.ces_v1.services.agent_service.AgentServiceClient.secret_version_path
secret_version_path(project: str, secret: str, secret_version: str) -> strReturns a fully-qualified secret_version string.
See more: google.cloud.ces_v1.services.agent_service.AgentServiceClient.secret_version_path
google.cloud.ces_v1.services.agent_service.AgentServiceClient.service_path
service_path(project: str, location: str, namespace: str, service: str) -> strReturns a fully-qualified service string.
See more: google.cloud.ces_v1.services.agent_service.AgentServiceClient.service_path
google.cloud.ces_v1.services.agent_service.AgentServiceClient.tool_path
tool_path(project: str, location: str, app: str, tool: str) -> strReturns a fully-qualified tool string.
See more: google.cloud.ces_v1.services.agent_service.AgentServiceClient.tool_path
google.cloud.ces_v1.services.agent_service.AgentServiceClient.toolset_path
toolset_path(project: str, location: str, app: str, toolset: str) -> strReturns a fully-qualified toolset string.
See more: google.cloud.ces_v1.services.agent_service.AgentServiceClient.toolset_path
google.cloud.ces_v1.services.agent_service.AgentServiceClient.update_agent
update_agent(
request: typing.Optional[
typing.Union[google.cloud.ces_v1.types.agent_service.UpdateAgentRequest, dict]
] = None,
*,
agent: typing.Optional[google.cloud.ces_v1.types.agent.Agent] = None,
update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.ces_v1.types.agent.AgentUpdates the specified agent.
See more: google.cloud.ces_v1.services.agent_service.AgentServiceClient.update_agent
google.cloud.ces_v1.services.agent_service.AgentServiceClient.update_app
update_app(
request: typing.Optional[
typing.Union[google.cloud.ces_v1.types.agent_service.UpdateAppRequest, dict]
] = None,
*,
app: typing.Optional[google.cloud.ces_v1.types.app.App] = None,
update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.ces_v1.types.app.AppUpdates the specified app.
See more: google.cloud.ces_v1.services.agent_service.AgentServiceClient.update_app
google.cloud.ces_v1.services.agent_service.AgentServiceClient.update_deployment
update_deployment(
request: typing.Optional[
typing.Union[
google.cloud.ces_v1.types.agent_service.UpdateDeploymentRequest, dict
]
] = None,
*,
deployment: typing.Optional[google.cloud.ces_v1.types.deployment.Deployment] = None,
update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.ces_v1.types.deployment.DeploymentUpdates the specified deployment.
See more: google.cloud.ces_v1.services.agent_service.AgentServiceClient.update_deployment
google.cloud.ces_v1.services.agent_service.AgentServiceClient.update_example
update_example(
request: typing.Optional[
typing.Union[google.cloud.ces_v1.types.agent_service.UpdateExampleRequest, dict]
] = None,
*,
example: typing.Optional[google.cloud.ces_v1.types.example.Example] = None,
update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.ces_v1.types.example.ExampleUpdates the specified example.
See more: google.cloud.ces_v1.services.agent_service.AgentServiceClient.update_example
google.cloud.ces_v1.services.agent_service.AgentServiceClient.update_guardrail
update_guardrail(
request: typing.Optional[
typing.Union[
google.cloud.ces_v1.types.agent_service.UpdateGuardrailRequest, dict
]
] = None,
*,
guardrail: typing.Optional[google.cloud.ces_v1.types.guardrail.Guardrail] = None,
update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.ces_v1.types.guardrail.GuardrailUpdates the specified guardrail.
See more: google.cloud.ces_v1.services.agent_service.AgentServiceClient.update_guardrail
google.cloud.ces_v1.services.agent_service.AgentServiceClient.update_tool
update_tool(
request: typing.Optional[
typing.Union[google.cloud.ces_v1.types.agent_service.UpdateToolRequest, dict]
] = None,
*,
tool: typing.Optional[google.cloud.ces_v1.types.tool.Tool] = None,
update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.ces_v1.types.tool.ToolUpdates the specified tool.
See more: google.cloud.ces_v1.services.agent_service.AgentServiceClient.update_tool
google.cloud.ces_v1.services.agent_service.AgentServiceClient.update_toolset
update_toolset(
request: typing.Optional[
typing.Union[google.cloud.ces_v1.types.agent_service.UpdateToolsetRequest, dict]
] = None,
*,
toolset: typing.Optional[google.cloud.ces_v1.types.toolset.Toolset] = None,
update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.ces_v1.types.toolset.ToolsetUpdates the specified toolset.
See more: google.cloud.ces_v1.services.agent_service.AgentServiceClient.update_toolset
google.cloud.ces_v1.services.agent_service.pagers.ListAgentsAsyncPager
ListAgentsAsyncPager(
method: typing.Callable[
[...],
typing.Awaitable[google.cloud.ces_v1.types.agent_service.ListAgentsResponse],
],
request: google.cloud.ces_v1.types.agent_service.ListAgentsRequest,
response: google.cloud.ces_v1.types.agent_service.ListAgentsResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)Instantiates the pager.
See more: google.cloud.ces_v1.services.agent_service.pagers.ListAgentsAsyncPager
google.cloud.ces_v1.services.agent_service.pagers.ListAgentsPager
ListAgentsPager(
method: typing.Callable[
[...], google.cloud.ces_v1.types.agent_service.ListAgentsResponse
],
request: google.cloud.ces_v1.types.agent_service.ListAgentsRequest,
response: google.cloud.ces_v1.types.agent_service.ListAgentsResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)Instantiate the pager.
See more: google.cloud.ces_v1.services.agent_service.pagers.ListAgentsPager
google.cloud.ces_v1.services.agent_service.pagers.ListAppVersionsAsyncPager
ListAppVersionsAsyncPager(
method: typing.Callable[
[...],
typing.Awaitable[
google.cloud.ces_v1.types.agent_service.ListAppVersionsResponse
],
],
request: google.cloud.ces_v1.types.agent_service.ListAppVersionsRequest,
response: google.cloud.ces_v1.types.agent_service.ListAppVersionsResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)Instantiates the pager.
See more: google.cloud.ces_v1.services.agent_service.pagers.ListAppVersionsAsyncPager
google.cloud.ces_v1.services.agent_service.pagers.ListAppVersionsPager
ListAppVersionsPager(
method: typing.Callable[
[...], google.cloud.ces_v1.types.agent_service.ListAppVersionsResponse
],
request: google.cloud.ces_v1.types.agent_service.ListAppVersionsRequest,
response: google.cloud.ces_v1.types.agent_service.ListAppVersionsResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)Instantiate the pager.
See more: google.cloud.ces_v1.services.agent_service.pagers.ListAppVersionsPager
google.cloud.ces_v1.services.agent_service.pagers.ListAppsAsyncPager
ListAppsAsyncPager(
method: typing.Callable[
[...],
typing.Awaitable[google.cloud.ces_v1.types.agent_service.ListAppsResponse],
],
request: google.cloud.ces_v1.types.agent_service.ListAppsRequest,
response: google.cloud.ces_v1.types.agent_service.ListAppsResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)Instantiates the pager.
See more: google.cloud.ces_v1.services.agent_service.pagers.ListAppsAsyncPager
google.cloud.ces_v1.services.agent_service.pagers.ListAppsPager
ListAppsPager(
method: typing.Callable[
[...], google.cloud.ces_v1.types.agent_service.ListAppsResponse
],
request: google.cloud.ces_v1.types.agent_service.ListAppsRequest,
response: google.cloud.ces_v1.types.agent_service.ListAppsResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)Instantiate the pager.
See more: google.cloud.ces_v1.services.agent_service.pagers.ListAppsPager
google.cloud.ces_v1.services.agent_service.pagers.ListChangelogsAsyncPager
ListChangelogsAsyncPager(
method: typing.Callable[
[...],
typing.Awaitable[
google.cloud.ces_v1.types.agent_service.ListChangelogsResponse
],
],
request: google.cloud.ces_v1.types.agent_service.ListChangelogsRequest,
response: google.cloud.ces_v1.types.agent_service.ListChangelogsResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)Instantiates the pager.
See more: google.cloud.ces_v1.services.agent_service.pagers.ListChangelogsAsyncPager
google.cloud.ces_v1.services.agent_service.pagers.ListChangelogsPager
ListChangelogsPager(
method: typing.Callable[
[...], google.cloud.ces_v1.types.agent_service.ListChangelogsResponse
],
request: google.cloud.ces_v1.types.agent_service.ListChangelogsRequest,
response: google.cloud.ces_v1.types.agent_service.ListChangelogsResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)Instantiate the pager.
See more: google.cloud.ces_v1.services.agent_service.pagers.ListChangelogsPager
google.cloud.ces_v1.services.agent_service.pagers.ListConversationsAsyncPager
ListConversationsAsyncPager(
method: typing.Callable[
[...],
typing.Awaitable[
google.cloud.ces_v1.types.agent_service.ListConversationsResponse
],
],
request: google.cloud.ces_v1.types.agent_service.ListConversationsRequest,
response: google.cloud.ces_v1.types.agent_service.ListConversationsResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)Instantiates the pager.
See more: google.cloud.ces_v1.services.agent_service.pagers.ListConversationsAsyncPager
google.cloud.ces_v1.services.agent_service.pagers.ListConversationsPager
ListConversationsPager(
method: typing.Callable[
[...], google.cloud.ces_v1.types.agent_service.ListConversationsResponse
],
request: google.cloud.ces_v1.types.agent_service.ListConversationsRequest,
response: google.cloud.ces_v1.types.agent_service.ListConversationsResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)Instantiate the pager.
See more: google.cloud.ces_v1.services.agent_service.pagers.ListConversationsPager
google.cloud.ces_v1.services.agent_service.pagers.ListDeploymentsAsyncPager
ListDeploymentsAsyncPager(
method: typing.Callable[
[...],
typing.Awaitable[
google.cloud.ces_v1.types.agent_service.ListDeploymentsResponse
],
],
request: google.cloud.ces_v1.types.agent_service.ListDeploymentsRequest,
response: google.cloud.ces_v1.types.agent_service.ListDeploymentsResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)Instantiates the pager.
See more: google.cloud.ces_v1.services.agent_service.pagers.ListDeploymentsAsyncPager
google.cloud.ces_v1.services.agent_service.pagers.ListDeploymentsPager
ListDeploymentsPager(
method: typing.Callable[
[...], google.cloud.ces_v1.types.agent_service.ListDeploymentsResponse
],
request: google.cloud.ces_v1.types.agent_service.ListDeploymentsRequest,
response: google.cloud.ces_v1.types.agent_service.ListDeploymentsResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)Instantiate the pager.
See more: google.cloud.ces_v1.services.agent_service.pagers.ListDeploymentsPager
google.cloud.ces_v1.services.agent_service.pagers.ListExamplesAsyncPager
ListExamplesAsyncPager(
method: typing.Callable[
[...],
typing.Awaitable[google.cloud.ces_v1.types.agent_service.ListExamplesResponse],
],
request: google.cloud.ces_v1.types.agent_service.ListExamplesRequest,
response: google.cloud.ces_v1.types.agent_service.ListExamplesResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)Instantiates the pager.
See more: google.cloud.ces_v1.services.agent_service.pagers.ListExamplesAsyncPager
google.cloud.ces_v1.services.agent_service.pagers.ListExamplesPager
ListExamplesPager(
method: typing.Callable[
[...], google.cloud.ces_v1.types.agent_service.ListExamplesResponse
],
request: google.cloud.ces_v1.types.agent_service.ListExamplesRequest,
response: google.cloud.ces_v1.types.agent_service.ListExamplesResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)Instantiate the pager.
See more: google.cloud.ces_v1.services.agent_service.pagers.ListExamplesPager
google.cloud.ces_v1.services.agent_service.pagers.ListGuardrailsAsyncPager
ListGuardrailsAsyncPager(
method: typing.Callable[
[...],
typing.Awaitable[
google.cloud.ces_v1.types.agent_service.ListGuardrailsResponse
],
],
request: google.cloud.ces_v1.types.agent_service.ListGuardrailsRequest,
response: google.cloud.ces_v1.types.agent_service.ListGuardrailsResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)Instantiates the pager.
See more: google.cloud.ces_v1.services.agent_service.pagers.ListGuardrailsAsyncPager
google.cloud.ces_v1.services.agent_service.pagers.ListGuardrailsPager
ListGuardrailsPager(
method: typing.Callable[
[...], google.cloud.ces_v1.types.agent_service.ListGuardrailsResponse
],
request: google.cloud.ces_v1.types.agent_service.ListGuardrailsRequest,
response: google.cloud.ces_v1.types.agent_service.ListGuardrailsResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)Instantiate the pager.
See more: google.cloud.ces_v1.services.agent_service.pagers.ListGuardrailsPager
google.cloud.ces_v1.services.agent_service.pagers.ListToolsAsyncPager
ListToolsAsyncPager(
method: typing.Callable[
[...],
typing.Awaitable[google.cloud.ces_v1.types.agent_service.ListToolsResponse],
],
request: google.cloud.ces_v1.types.agent_service.ListToolsRequest,
response: google.cloud.ces_v1.types.agent_service.ListToolsResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)Instantiates the pager.
See more: google.cloud.ces_v1.services.agent_service.pagers.ListToolsAsyncPager
google.cloud.ces_v1.services.agent_service.pagers.ListToolsPager
ListToolsPager(
method: typing.Callable[
[...], google.cloud.ces_v1.types.agent_service.ListToolsResponse
],
request: google.cloud.ces_v1.types.agent_service.ListToolsRequest,
response: google.cloud.ces_v1.types.agent_service.ListToolsResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)Instantiate the pager.
See more: google.cloud.ces_v1.services.agent_service.pagers.ListToolsPager
google.cloud.ces_v1.services.agent_service.pagers.ListToolsetsAsyncPager
ListToolsetsAsyncPager(
method: typing.Callable[
[...],
typing.Awaitable[google.cloud.ces_v1.types.agent_service.ListToolsetsResponse],
],
request: google.cloud.ces_v1.types.agent_service.ListToolsetsRequest,
response: google.cloud.ces_v1.types.agent_service.ListToolsetsResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)Instantiates the pager.
See more: google.cloud.ces_v1.services.agent_service.pagers.ListToolsetsAsyncPager
google.cloud.ces_v1.services.agent_service.pagers.ListToolsetsPager
ListToolsetsPager(
method: typing.Callable[
[...], google.cloud.ces_v1.types.agent_service.ListToolsetsResponse
],
request: google.cloud.ces_v1.types.agent_service.ListToolsetsRequest,
response: google.cloud.ces_v1.types.agent_service.ListToolsetsResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)Instantiate the pager.
See more: google.cloud.ces_v1.services.agent_service.pagers.ListToolsetsPager
google.cloud.ces_v1.services.session_service.SessionServiceAsyncClient
SessionServiceAsyncClient(
*,
credentials: typing.Optional[google.auth.credentials.Credentials] = None,
transport: typing.Optional[
typing.Union[
str,
google.cloud.ces_v1.services.session_service.transports.base.SessionServiceTransport,
typing.Callable[
[...],
google.cloud.ces_v1.services.session_service.transports.base.SessionServiceTransport,
],
]
] = "grpc_asyncio",
client_options: typing.Optional[
google.api_core.client_options.ClientOptions
] = None,
client_info: google.api_core.gapic_v1.client_info.ClientInfo = google.api_core.gapic_v1.client_info.ClientInfo
)Instantiates the session service async client.
See more: google.cloud.ces_v1.services.session_service.SessionServiceAsyncClient
google.cloud.ces_v1.services.session_service.SessionServiceAsyncClient.agent_path
agent_path(project: str, location: str, app: str, agent: str) -> strReturns a fully-qualified agent string.
See more: google.cloud.ces_v1.services.session_service.SessionServiceAsyncClient.agent_path
google.cloud.ces_v1.services.session_service.SessionServiceAsyncClient.bidi_run_session
bidi_run_session(
requests: typing.Optional[
typing.AsyncIterator[
google.cloud.ces_v1.types.session_service.BidiSessionClientMessage
]
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> typing.Awaitable[
typing.AsyncIterable[
google.cloud.ces_v1.types.session_service.BidiSessionServerMessage
]
]Establishes a bidirectional streaming connection with the CES agent.
See more: google.cloud.ces_v1.services.session_service.SessionServiceAsyncClient.bidi_run_session
google.cloud.ces_v1.services.session_service.SessionServiceAsyncClient.cancel_operation
cancel_operation(
request: typing.Optional[
typing.Union[google.longrunning.operations_pb2.CancelOperationRequest, dict]
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> NoneStarts asynchronous cancellation on a long-running operation.
See more: google.cloud.ces_v1.services.session_service.SessionServiceAsyncClient.cancel_operation
google.cloud.ces_v1.services.session_service.SessionServiceAsyncClient.common_billing_account_path
common_billing_account_path(billing_account: str) -> strReturns a fully-qualified billing_account string.
See more: google.cloud.ces_v1.services.session_service.SessionServiceAsyncClient.common_billing_account_path
google.cloud.ces_v1.services.session_service.SessionServiceAsyncClient.common_folder_path
common_folder_path(folder: str) -> strReturns a fully-qualified folder string.
See more: google.cloud.ces_v1.services.session_service.SessionServiceAsyncClient.common_folder_path
google.cloud.ces_v1.services.session_service.SessionServiceAsyncClient.common_location_path
common_location_path(project: str, location: str) -> strReturns a fully-qualified location string.
See more: google.cloud.ces_v1.services.session_service.SessionServiceAsyncClient.common_location_path
google.cloud.ces_v1.services.session_service.SessionServiceAsyncClient.common_organization_path
common_organization_path(organization: str) -> strReturns a fully-qualified organization string.
See more: google.cloud.ces_v1.services.session_service.SessionServiceAsyncClient.common_organization_path
google.cloud.ces_v1.services.session_service.SessionServiceAsyncClient.common_project_path
common_project_path(project: str) -> strReturns a fully-qualified project string.
See more: google.cloud.ces_v1.services.session_service.SessionServiceAsyncClient.common_project_path
google.cloud.ces_v1.services.session_service.SessionServiceAsyncClient.delete_operation
delete_operation(
request: typing.Optional[
typing.Union[google.longrunning.operations_pb2.DeleteOperationRequest, dict]
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> NoneDeletes a long-running operation.
See more: google.cloud.ces_v1.services.session_service.SessionServiceAsyncClient.delete_operation
google.cloud.ces_v1.services.session_service.SessionServiceAsyncClient.from_service_account_file
from_service_account_file(filename: str, *args, **kwargs)Creates an instance of this client using the provided credentials file.
See more: google.cloud.ces_v1.services.session_service.SessionServiceAsyncClient.from_service_account_file
google.cloud.ces_v1.services.session_service.SessionServiceAsyncClient.from_service_account_info
from_service_account_info(info: dict, *args, **kwargs)Creates an instance of this client using the provided credentials info.
See more: google.cloud.ces_v1.services.session_service.SessionServiceAsyncClient.from_service_account_info
google.cloud.ces_v1.services.session_service.SessionServiceAsyncClient.from_service_account_json
from_service_account_json(filename: str, *args, **kwargs)Creates an instance of this client using the provided credentials file.
See more: google.cloud.ces_v1.services.session_service.SessionServiceAsyncClient.from_service_account_json
google.cloud.ces_v1.services.session_service.SessionServiceAsyncClient.get_location
get_location(
request: typing.Optional[
typing.Union[google.cloud.location.locations_pb2.GetLocationRequest, dict]
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.location.locations_pb2.LocationGets information about a location.
See more: google.cloud.ces_v1.services.session_service.SessionServiceAsyncClient.get_location
google.cloud.ces_v1.services.session_service.SessionServiceAsyncClient.get_mtls_endpoint_and_cert_source
get_mtls_endpoint_and_cert_source(
client_options: typing.Optional[
google.api_core.client_options.ClientOptions
] = None,
)Return the API endpoint and client cert source for mutual TLS.
google.cloud.ces_v1.services.session_service.SessionServiceAsyncClient.get_operation
get_operation(
request: typing.Optional[
typing.Union[google.longrunning.operations_pb2.GetOperationRequest, dict]
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.longrunning.operations_pb2.OperationGets the latest state of a long-running operation.
See more: google.cloud.ces_v1.services.session_service.SessionServiceAsyncClient.get_operation
google.cloud.ces_v1.services.session_service.SessionServiceAsyncClient.get_transport_class
get_transport_class(
label: typing.Optional[str] = None,
) -> typing.Type[
google.cloud.ces_v1.services.session_service.transports.base.SessionServiceTransport
]Returns an appropriate transport class.
See more: google.cloud.ces_v1.services.session_service.SessionServiceAsyncClient.get_transport_class
google.cloud.ces_v1.services.session_service.SessionServiceAsyncClient.list_locations
list_locations(
request: typing.Optional[
typing.Union[google.cloud.location.locations_pb2.ListLocationsRequest, dict]
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.location.locations_pb2.ListLocationsResponseLists information about the supported locations for this service.
See more: google.cloud.ces_v1.services.session_service.SessionServiceAsyncClient.list_locations
google.cloud.ces_v1.services.session_service.SessionServiceAsyncClient.list_operations
list_operations(
request: typing.Optional[
typing.Union[google.longrunning.operations_pb2.ListOperationsRequest, dict]
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.longrunning.operations_pb2.ListOperationsResponseLists operations that match the specified filter in the request.
See more: google.cloud.ces_v1.services.session_service.SessionServiceAsyncClient.list_operations
google.cloud.ces_v1.services.session_service.SessionServiceAsyncClient.parse_agent_path
parse_agent_path(path: str) -> typing.Dict[str, str]Parses a agent path into its component segments.
See more: google.cloud.ces_v1.services.session_service.SessionServiceAsyncClient.parse_agent_path
google.cloud.ces_v1.services.session_service.SessionServiceAsyncClient.parse_common_billing_account_path
parse_common_billing_account_path(path: str) -> typing.Dict[str, str]Parse a billing_account path into its component segments.
google.cloud.ces_v1.services.session_service.SessionServiceAsyncClient.parse_common_folder_path
parse_common_folder_path(path: str) -> typing.Dict[str, str]Parse a folder path into its component segments.
See more: google.cloud.ces_v1.services.session_service.SessionServiceAsyncClient.parse_common_folder_path
google.cloud.ces_v1.services.session_service.SessionServiceAsyncClient.parse_common_location_path
parse_common_location_path(path: str) -> typing.Dict[str, str]Parse a location path into its component segments.
See more: google.cloud.ces_v1.services.session_service.SessionServiceAsyncClient.parse_common_location_path
google.cloud.ces_v1.services.session_service.SessionServiceAsyncClient.parse_common_organization_path
parse_common_organization_path(path: str) -> typing.Dict[str, str]Parse a organization path into its component segments.
google.cloud.ces_v1.services.session_service.SessionServiceAsyncClient.parse_common_project_path
parse_common_project_path(path: str) -> typing.Dict[str, str]Parse a project path into its component segments.
See more: google.cloud.ces_v1.services.session_service.SessionServiceAsyncClient.parse_common_project_path
google.cloud.ces_v1.services.session_service.SessionServiceAsyncClient.parse_session_path
parse_session_path(path: str) -> typing.Dict[str, str]Parses a session path into its component segments.
See more: google.cloud.ces_v1.services.session_service.SessionServiceAsyncClient.parse_session_path
google.cloud.ces_v1.services.session_service.SessionServiceAsyncClient.parse_tool_path
parse_tool_path(path: str) -> typing.Dict[str, str]Parses a tool path into its component segments.
See more: google.cloud.ces_v1.services.session_service.SessionServiceAsyncClient.parse_tool_path
google.cloud.ces_v1.services.session_service.SessionServiceAsyncClient.parse_toolset_path
parse_toolset_path(path: str) -> typing.Dict[str, str]Parses a toolset path into its component segments.
See more: google.cloud.ces_v1.services.session_service.SessionServiceAsyncClient.parse_toolset_path
google.cloud.ces_v1.services.session_service.SessionServiceAsyncClient.run_session
run_session(
request: typing.Optional[
typing.Union[google.cloud.ces_v1.types.session_service.RunSessionRequest, dict]
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.ces_v1.types.session_service.RunSessionResponseInitiates a single-turn interaction with the CES agent within a session.
See more: google.cloud.ces_v1.services.session_service.SessionServiceAsyncClient.run_session
google.cloud.ces_v1.services.session_service.SessionServiceAsyncClient.session_path
session_path(project: str, location: str, app: str, session: str) -> strReturns a fully-qualified session string.
See more: google.cloud.ces_v1.services.session_service.SessionServiceAsyncClient.session_path
google.cloud.ces_v1.services.session_service.SessionServiceAsyncClient.stream_run_session
stream_run_session(
request: typing.Optional[
typing.Union[google.cloud.ces_v1.types.session_service.RunSessionRequest, dict]
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> typing.Awaitable[
typing.AsyncIterable[google.cloud.ces_v1.types.session_service.RunSessionResponse]
]Initiates a single-turn interaction with the CES agent.
See more: google.cloud.ces_v1.services.session_service.SessionServiceAsyncClient.stream_run_session
google.cloud.ces_v1.services.session_service.SessionServiceAsyncClient.tool_path
tool_path(project: str, location: str, app: str, tool: str) -> strReturns a fully-qualified tool string.
See more: google.cloud.ces_v1.services.session_service.SessionServiceAsyncClient.tool_path
google.cloud.ces_v1.services.session_service.SessionServiceAsyncClient.toolset_path
toolset_path(project: str, location: str, app: str, toolset: str) -> strReturns a fully-qualified toolset string.
See more: google.cloud.ces_v1.services.session_service.SessionServiceAsyncClient.toolset_path
google.cloud.ces_v1.services.session_service.SessionServiceClient
SessionServiceClient(
*,
credentials: typing.Optional[google.auth.credentials.Credentials] = None,
transport: typing.Optional[
typing.Union[
str,
google.cloud.ces_v1.services.session_service.transports.base.SessionServiceTransport,
typing.Callable[
[...],
google.cloud.ces_v1.services.session_service.transports.base.SessionServiceTransport,
],
]
] = None,
client_options: typing.Optional[
typing.Union[google.api_core.client_options.ClientOptions, dict]
] = None,
client_info: google.api_core.gapic_v1.client_info.ClientInfo = google.api_core.gapic_v1.client_info.ClientInfo
)Instantiates the session service client.
See more: google.cloud.ces_v1.services.session_service.SessionServiceClient
google.cloud.ces_v1.services.session_service.SessionServiceClient.__exit__
__exit__(type, value, traceback)Releases underlying transport's resources.
See more: google.cloud.ces_v1.services.session_service.SessionServiceClient.exit
google.cloud.ces_v1.services.session_service.SessionServiceClient.agent_path
agent_path(project: str, location: str, app: str, agent: str) -> strReturns a fully-qualified agent string.
See more: google.cloud.ces_v1.services.session_service.SessionServiceClient.agent_path
google.cloud.ces_v1.services.session_service.SessionServiceClient.bidi_run_session
bidi_run_session(
requests: typing.Optional[
typing.Iterator[
google.cloud.ces_v1.types.session_service.BidiSessionClientMessage
]
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> typing.Iterable[
google.cloud.ces_v1.types.session_service.BidiSessionServerMessage
]Establishes a bidirectional streaming connection with the CES agent.
See more: google.cloud.ces_v1.services.session_service.SessionServiceClient.bidi_run_session
google.cloud.ces_v1.services.session_service.SessionServiceClient.cancel_operation
cancel_operation(
request: typing.Optional[
typing.Union[google.longrunning.operations_pb2.CancelOperationRequest, dict]
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> NoneStarts asynchronous cancellation on a long-running operation.
See more: google.cloud.ces_v1.services.session_service.SessionServiceClient.cancel_operation
google.cloud.ces_v1.services.session_service.SessionServiceClient.common_billing_account_path
common_billing_account_path(billing_account: str) -> strReturns a fully-qualified billing_account string.
See more: google.cloud.ces_v1.services.session_service.SessionServiceClient.common_billing_account_path
google.cloud.ces_v1.services.session_service.SessionServiceClient.common_folder_path
common_folder_path(folder: str) -> strReturns a fully-qualified folder string.
See more: google.cloud.ces_v1.services.session_service.SessionServiceClient.common_folder_path
google.cloud.ces_v1.services.session_service.SessionServiceClient.common_location_path
common_location_path(project: str, location: str) -> strReturns a fully-qualified location string.
See more: google.cloud.ces_v1.services.session_service.SessionServiceClient.common_location_path
google.cloud.ces_v1.services.session_service.SessionServiceClient.common_organization_path
common_organization_path(organization: str) -> strReturns a fully-qualified organization string.
See more: google.cloud.ces_v1.services.session_service.SessionServiceClient.common_organization_path
google.cloud.ces_v1.services.session_service.SessionServiceClient.common_project_path
common_project_path(project: str) -> strReturns a fully-qualified project string.
See more: google.cloud.ces_v1.services.session_service.SessionServiceClient.common_project_path
google.cloud.ces_v1.services.session_service.SessionServiceClient.delete_operation
delete_operation(
request: typing.Optional[
typing.Union[google.longrunning.operations_pb2.DeleteOperationRequest, dict]
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> NoneDeletes a long-running operation.
See more: google.cloud.ces_v1.services.session_service.SessionServiceClient.delete_operation
google.cloud.ces_v1.services.session_service.SessionServiceClient.from_service_account_file
from_service_account_file(filename: str, *args, **kwargs)Creates an instance of this client using the provided credentials file.
See more: google.cloud.ces_v1.services.session_service.SessionServiceClient.from_service_account_file
google.cloud.ces_v1.services.session_service.SessionServiceClient.from_service_account_info
from_service_account_info(info: dict, *args, **kwargs)Creates an instance of this client using the provided credentials info.
See more: google.cloud.ces_v1.services.session_service.SessionServiceClient.from_service_account_info
google.cloud.ces_v1.services.session_service.SessionServiceClient.from_service_account_json
from_service_account_json(filename: str, *args, **kwargs)Creates an instance of this client using the provided credentials file.
See more: google.cloud.ces_v1.services.session_service.SessionServiceClient.from_service_account_json
google.cloud.ces_v1.services.session_service.SessionServiceClient.get_location
get_location(
request: typing.Optional[
typing.Union[google.cloud.location.locations_pb2.GetLocationRequest, dict]
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.location.locations_pb2.LocationGets information about a location.
See more: google.cloud.ces_v1.services.session_service.SessionServiceClient.get_location
google.cloud.ces_v1.services.session_service.SessionServiceClient.get_mtls_endpoint_and_cert_source
get_mtls_endpoint_and_cert_source(
client_options: typing.Optional[
google.api_core.client_options.ClientOptions
] = None,
)Deprecated.
See more: google.cloud.ces_v1.services.session_service.SessionServiceClient.get_mtls_endpoint_and_cert_source
google.cloud.ces_v1.services.session_service.SessionServiceClient.get_operation
get_operation(
request: typing.Optional[
typing.Union[google.longrunning.operations_pb2.GetOperationRequest, dict]
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.longrunning.operations_pb2.OperationGets the latest state of a long-running operation.
See more: google.cloud.ces_v1.services.session_service.SessionServiceClient.get_operation
google.cloud.ces_v1.services.session_service.SessionServiceClient.list_locations
list_locations(
request: typing.Optional[
typing.Union[google.cloud.location.locations_pb2.ListLocationsRequest, dict]
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.location.locations_pb2.ListLocationsResponseLists information about the supported locations for this service.
See more: google.cloud.ces_v1.services.session_service.SessionServiceClient.list_locations
google.cloud.ces_v1.services.session_service.SessionServiceClient.list_operations
list_operations(
request: typing.Optional[
typing.Union[google.longrunning.operations_pb2.ListOperationsRequest, dict]
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.longrunning.operations_pb2.ListOperationsResponseLists operations that match the specified filter in the request.
See more: google.cloud.ces_v1.services.session_service.SessionServiceClient.list_operations
google.cloud.ces_v1.services.session_service.SessionServiceClient.parse_agent_path
parse_agent_path(path: str) -> typing.Dict[str, str]Parses a agent path into its component segments.
See more: google.cloud.ces_v1.services.session_service.SessionServiceClient.parse_agent_path
google.cloud.ces_v1.services.session_service.SessionServiceClient.parse_common_billing_account_path
parse_common_billing_account_path(path: str) -> typing.Dict[str, str]Parse a billing_account path into its component segments.
See more: google.cloud.ces_v1.services.session_service.SessionServiceClient.parse_common_billing_account_path
google.cloud.ces_v1.services.session_service.SessionServiceClient.parse_common_folder_path
parse_common_folder_path(path: str) -> typing.Dict[str, str]Parse a folder path into its component segments.
See more: google.cloud.ces_v1.services.session_service.SessionServiceClient.parse_common_folder_path
google.cloud.ces_v1.services.session_service.SessionServiceClient.parse_common_location_path
parse_common_location_path(path: str) -> typing.Dict[str, str]Parse a location path into its component segments.
See more: google.cloud.ces_v1.services.session_service.SessionServiceClient.parse_common_location_path
google.cloud.ces_v1.services.session_service.SessionServiceClient.parse_common_organization_path
parse_common_organization_path(path: str) -> typing.Dict[str, str]Parse a organization path into its component segments.
See more: google.cloud.ces_v1.services.session_service.SessionServiceClient.parse_common_organization_path
google.cloud.ces_v1.services.session_service.SessionServiceClient.parse_common_project_path
parse_common_project_path(path: str) -> typing.Dict[str, str]Parse a project path into its component segments.
See more: google.cloud.ces_v1.services.session_service.SessionServiceClient.parse_common_project_path
google.cloud.ces_v1.services.session_service.SessionServiceClient.parse_session_path
parse_session_path(path: str) -> typing.Dict[str, str]Parses a session path into its component segments.
See more: google.cloud.ces_v1.services.session_service.SessionServiceClient.parse_session_path
google.cloud.ces_v1.services.session_service.SessionServiceClient.parse_tool_path
parse_tool_path(path: str) -> typing.Dict[str, str]Parses a tool path into its component segments.
See more: google.cloud.ces_v1.services.session_service.SessionServiceClient.parse_tool_path
google.cloud.ces_v1.services.session_service.SessionServiceClient.parse_toolset_path
parse_toolset_path(path: str) -> typing.Dict[str, str]Parses a toolset path into its component segments.
See more: google.cloud.ces_v1.services.session_service.SessionServiceClient.parse_toolset_path
google.cloud.ces_v1.services.session_service.SessionServiceClient.run_session
run_session(
request: typing.Optional[
typing.Union[google.cloud.ces_v1.types.session_service.RunSessionRequest, dict]
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.ces_v1.types.session_service.RunSessionResponseInitiates a single-turn interaction with the CES agent within a session.
See more: google.cloud.ces_v1.services.session_service.SessionServiceClient.run_session
google.cloud.ces_v1.services.session_service.SessionServiceClient.session_path
session_path(project: str, location: str, app: str, session: str) -> strReturns a fully-qualified session string.
See more: google.cloud.ces_v1.services.session_service.SessionServiceClient.session_path
google.cloud.ces_v1.services.session_service.SessionServiceClient.stream_run_session
stream_run_session(
request: typing.Optional[
typing.Union[google.cloud.ces_v1.types.session_service.RunSessionRequest, dict]
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> typing.Iterable[google.cloud.ces_v1.types.session_service.RunSessionResponse]Initiates a single-turn interaction with the CES agent.
See more: google.cloud.ces_v1.services.session_service.SessionServiceClient.stream_run_session
google.cloud.ces_v1.services.session_service.SessionServiceClient.tool_path
tool_path(project: str, location: str, app: str, tool: str) -> strReturns a fully-qualified tool string.
See more: google.cloud.ces_v1.services.session_service.SessionServiceClient.tool_path
google.cloud.ces_v1.services.session_service.SessionServiceClient.toolset_path
toolset_path(project: str, location: str, app: str, toolset: str) -> strReturns a fully-qualified toolset string.
See more: google.cloud.ces_v1.services.session_service.SessionServiceClient.toolset_path
google.cloud.ces_v1.services.tool_service.ToolServiceAsyncClient
ToolServiceAsyncClient(
*,
credentials: typing.Optional[google.auth.credentials.Credentials] = None,
transport: typing.Optional[
typing.Union[
str,
google.cloud.ces_v1.services.tool_service.transports.base.ToolServiceTransport,
typing.Callable[
[...],
google.cloud.ces_v1.services.tool_service.transports.base.ToolServiceTransport,
],
]
] = "grpc_asyncio",
client_options: typing.Optional[
google.api_core.client_options.ClientOptions
] = None,
client_info: google.api_core.gapic_v1.client_info.ClientInfo = google.api_core.gapic_v1.client_info.ClientInfo
)Instantiates the tool service async client.
See more: google.cloud.ces_v1.services.tool_service.ToolServiceAsyncClient
google.cloud.ces_v1.services.tool_service.ToolServiceAsyncClient.agent_path
agent_path(project: str, location: str, app: str, agent: str) -> strReturns a fully-qualified agent string.
See more: google.cloud.ces_v1.services.tool_service.ToolServiceAsyncClient.agent_path
google.cloud.ces_v1.services.tool_service.ToolServiceAsyncClient.app_path
app_path(project: str, location: str, app: str) -> strReturns a fully-qualified app string.
See more: google.cloud.ces_v1.services.tool_service.ToolServiceAsyncClient.app_path
google.cloud.ces_v1.services.tool_service.ToolServiceAsyncClient.cancel_operation
cancel_operation(
request: typing.Optional[
typing.Union[google.longrunning.operations_pb2.CancelOperationRequest, dict]
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> NoneStarts asynchronous cancellation on a long-running operation.
See more: google.cloud.ces_v1.services.tool_service.ToolServiceAsyncClient.cancel_operation
google.cloud.ces_v1.services.tool_service.ToolServiceAsyncClient.common_billing_account_path
common_billing_account_path(billing_account: str) -> strReturns a fully-qualified billing_account string.
See more: google.cloud.ces_v1.services.tool_service.ToolServiceAsyncClient.common_billing_account_path
google.cloud.ces_v1.services.tool_service.ToolServiceAsyncClient.common_folder_path
common_folder_path(folder: str) -> strReturns a fully-qualified folder string.
See more: google.cloud.ces_v1.services.tool_service.ToolServiceAsyncClient.common_folder_path
google.cloud.ces_v1.services.tool_service.ToolServiceAsyncClient.common_location_path
common_location_path(project: str, location: str) -> strReturns a fully-qualified location string.
See more: google.cloud.ces_v1.services.tool_service.ToolServiceAsyncClient.common_location_path
google.cloud.ces_v1.services.tool_service.ToolServiceAsyncClient.common_organization_path
common_organization_path(organization: str) -> strReturns a fully-qualified organization string.
See more: google.cloud.ces_v1.services.tool_service.ToolServiceAsyncClient.common_organization_path
google.cloud.ces_v1.services.tool_service.ToolServiceAsyncClient.common_project_path
common_project_path(project: str) -> strReturns a fully-qualified project string.
See more: google.cloud.ces_v1.services.tool_service.ToolServiceAsyncClient.common_project_path
google.cloud.ces_v1.services.tool_service.ToolServiceAsyncClient.delete_operation
delete_operation(
request: typing.Optional[
typing.Union[google.longrunning.operations_pb2.DeleteOperationRequest, dict]
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> NoneDeletes a long-running operation.
See more: google.cloud.ces_v1.services.tool_service.ToolServiceAsyncClient.delete_operation
google.cloud.ces_v1.services.tool_service.ToolServiceAsyncClient.execute_tool
execute_tool(
request: typing.Optional[
typing.Union[google.cloud.ces_v1.types.tool_service.ExecuteToolRequest, dict]
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.ces_v1.types.tool_service.ExecuteToolResponseExecutes the given tool with the given arguments.
See more: google.cloud.ces_v1.services.tool_service.ToolServiceAsyncClient.execute_tool
google.cloud.ces_v1.services.tool_service.ToolServiceAsyncClient.from_service_account_file
from_service_account_file(filename: str, *args, **kwargs)Creates an instance of this client using the provided credentials file.
See more: google.cloud.ces_v1.services.tool_service.ToolServiceAsyncClient.from_service_account_file
google.cloud.ces_v1.services.tool_service.ToolServiceAsyncClient.from_service_account_info
from_service_account_info(info: dict, *args, **kwargs)Creates an instance of this client using the provided credentials info.
See more: google.cloud.ces_v1.services.tool_service.ToolServiceAsyncClient.from_service_account_info
google.cloud.ces_v1.services.tool_service.ToolServiceAsyncClient.from_service_account_json
from_service_account_json(filename: str, *args, **kwargs)Creates an instance of this client using the provided credentials file.
See more: google.cloud.ces_v1.services.tool_service.ToolServiceAsyncClient.from_service_account_json
google.cloud.ces_v1.services.tool_service.ToolServiceAsyncClient.get_location
get_location(
request: typing.Optional[
typing.Union[google.cloud.location.locations_pb2.GetLocationRequest, dict]
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.location.locations_pb2.LocationGets information about a location.
See more: google.cloud.ces_v1.services.tool_service.ToolServiceAsyncClient.get_location
google.cloud.ces_v1.services.tool_service.ToolServiceAsyncClient.get_mtls_endpoint_and_cert_source
get_mtls_endpoint_and_cert_source(
client_options: typing.Optional[
google.api_core.client_options.ClientOptions
] = None,
)Return the API endpoint and client cert source for mutual TLS.
See more: google.cloud.ces_v1.services.tool_service.ToolServiceAsyncClient.get_mtls_endpoint_and_cert_source
google.cloud.ces_v1.services.tool_service.ToolServiceAsyncClient.get_operation
get_operation(
request: typing.Optional[
typing.Union[google.longrunning.operations_pb2.GetOperationRequest, dict]
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.longrunning.operations_pb2.OperationGets the latest state of a long-running operation.
See more: google.cloud.ces_v1.services.tool_service.ToolServiceAsyncClient.get_operation
google.cloud.ces_v1.services.tool_service.ToolServiceAsyncClient.get_transport_class
get_transport_class(
label: typing.Optional[str] = None,
) -> typing.Type[
google.cloud.ces_v1.services.tool_service.transports.base.ToolServiceTransport
]Returns an appropriate transport class.
See more: google.cloud.ces_v1.services.tool_service.ToolServiceAsyncClient.get_transport_class
google.cloud.ces_v1.services.tool_service.ToolServiceAsyncClient.list_locations
list_locations(
request: typing.Optional[
typing.Union[google.cloud.location.locations_pb2.ListLocationsRequest, dict]
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.location.locations_pb2.ListLocationsResponseLists information about the supported locations for this service.
See more: google.cloud.ces_v1.services.tool_service.ToolServiceAsyncClient.list_locations
google.cloud.ces_v1.services.tool_service.ToolServiceAsyncClient.list_operations
list_operations(
request: typing.Optional[
typing.Union[google.longrunning.operations_pb2.ListOperationsRequest, dict]
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.longrunning.operations_pb2.ListOperationsResponseLists operations that match the specified filter in the request.
See more: google.cloud.ces_v1.services.tool_service.ToolServiceAsyncClient.list_operations
google.cloud.ces_v1.services.tool_service.ToolServiceAsyncClient.parse_agent_path
parse_agent_path(path: str) -> typing.Dict[str, str]Parses a agent path into its component segments.
See more: google.cloud.ces_v1.services.tool_service.ToolServiceAsyncClient.parse_agent_path
google.cloud.ces_v1.services.tool_service.ToolServiceAsyncClient.parse_app_path
parse_app_path(path: str) -> typing.Dict[str, str]Parses a app path into its component segments.
See more: google.cloud.ces_v1.services.tool_service.ToolServiceAsyncClient.parse_app_path
google.cloud.ces_v1.services.tool_service.ToolServiceAsyncClient.parse_common_billing_account_path
parse_common_billing_account_path(path: str) -> typing.Dict[str, str]Parse a billing_account path into its component segments.
See more: google.cloud.ces_v1.services.tool_service.ToolServiceAsyncClient.parse_common_billing_account_path
google.cloud.ces_v1.services.tool_service.ToolServiceAsyncClient.parse_common_folder_path
parse_common_folder_path(path: str) -> typing.Dict[str, str]Parse a folder path into its component segments.
See more: google.cloud.ces_v1.services.tool_service.ToolServiceAsyncClient.parse_common_folder_path
google.cloud.ces_v1.services.tool_service.ToolServiceAsyncClient.parse_common_location_path
parse_common_location_path(path: str) -> typing.Dict[str, str]Parse a location path into its component segments.
See more: google.cloud.ces_v1.services.tool_service.ToolServiceAsyncClient.parse_common_location_path
google.cloud.ces_v1.services.tool_service.ToolServiceAsyncClient.parse_common_organization_path
parse_common_organization_path(path: str) -> typing.Dict[str, str]Parse a organization path into its component segments.
See more: google.cloud.ces_v1.services.tool_service.ToolServiceAsyncClient.parse_common_organization_path
google.cloud.ces_v1.services.tool_service.ToolServiceAsyncClient.parse_common_project_path
parse_common_project_path(path: str) -> typing.Dict[str, str]Parse a project path into its component segments.
See more: google.cloud.ces_v1.services.tool_service.ToolServiceAsyncClient.parse_common_project_path
google.cloud.ces_v1.services.tool_service.ToolServiceAsyncClient.parse_secret_version_path
parse_secret_version_path(path: str) -> typing.Dict[str, str]Parses a secret_version path into its component segments.
See more: google.cloud.ces_v1.services.tool_service.ToolServiceAsyncClient.parse_secret_version_path
google.cloud.ces_v1.services.tool_service.ToolServiceAsyncClient.parse_service_path
parse_service_path(path: str) -> typing.Dict[str, str]Parses a service path into its component segments.
See more: google.cloud.ces_v1.services.tool_service.ToolServiceAsyncClient.parse_service_path
google.cloud.ces_v1.services.tool_service.ToolServiceAsyncClient.parse_tool_path
parse_tool_path(path: str) -> typing.Dict[str, str]Parses a tool path into its component segments.
See more: google.cloud.ces_v1.services.tool_service.ToolServiceAsyncClient.parse_tool_path
google.cloud.ces_v1.services.tool_service.ToolServiceAsyncClient.parse_toolset_path
parse_toolset_path(path: str) -> typing.Dict[str, str]Parses a toolset path into its component segments.
See more: google.cloud.ces_v1.services.tool_service.ToolServiceAsyncClient.parse_toolset_path
google.cloud.ces_v1.services.tool_service.ToolServiceAsyncClient.retrieve_tool_schema
retrieve_tool_schema(
request: typing.Optional[
typing.Union[
google.cloud.ces_v1.types.tool_service.RetrieveToolSchemaRequest, dict
]
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.ces_v1.types.tool_service.RetrieveToolSchemaResponseRetrieve the schema of the given tool.
See more: google.cloud.ces_v1.services.tool_service.ToolServiceAsyncClient.retrieve_tool_schema
google.cloud.ces_v1.services.tool_service.ToolServiceAsyncClient.retrieve_tools
retrieve_tools(
request: typing.Optional[
typing.Union[google.cloud.ces_v1.types.tool_service.RetrieveToolsRequest, dict]
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.ces_v1.types.tool_service.RetrieveToolsResponseRetrieve the list of tools included in the specified toolset.
See more: google.cloud.ces_v1.services.tool_service.ToolServiceAsyncClient.retrieve_tools
google.cloud.ces_v1.services.tool_service.ToolServiceAsyncClient.secret_version_path
secret_version_path(project: str, secret: str, secret_version: str) -> strReturns a fully-qualified secret_version string.
See more: google.cloud.ces_v1.services.tool_service.ToolServiceAsyncClient.secret_version_path
google.cloud.ces_v1.services.tool_service.ToolServiceAsyncClient.service_path
service_path(project: str, location: str, namespace: str, service: str) -> strReturns a fully-qualified service string.
See more: google.cloud.ces_v1.services.tool_service.ToolServiceAsyncClient.service_path
google.cloud.ces_v1.services.tool_service.ToolServiceAsyncClient.tool_path
tool_path(project: str, location: str, app: str, tool: str) -> strReturns a fully-qualified tool string.
See more: google.cloud.ces_v1.services.tool_service.ToolServiceAsyncClient.tool_path
google.cloud.ces_v1.services.tool_service.ToolServiceAsyncClient.toolset_path
toolset_path(project: str, location: str, app: str, toolset: str) -> strReturns a fully-qualified toolset string.
See more: google.cloud.ces_v1.services.tool_service.ToolServiceAsyncClient.toolset_path
google.cloud.ces_v1.services.tool_service.ToolServiceClient
ToolServiceClient(
*,
credentials: typing.Optional[google.auth.credentials.Credentials] = None,
transport: typing.Optional[
typing.Union[
str,
google.cloud.ces_v1.services.tool_service.transports.base.ToolServiceTransport,
typing.Callable[
[...],
google.cloud.ces_v1.services.tool_service.transports.base.ToolServiceTransport,
],
]
] = None,
client_options: typing.Optional[
typing.Union[google.api_core.client_options.ClientOptions, dict]
] = None,
client_info: google.api_core.gapic_v1.client_info.ClientInfo = google.api_core.gapic_v1.client_info.ClientInfo
)Instantiates the tool service client.
See more: google.cloud.ces_v1.services.tool_service.ToolServiceClient
google.cloud.ces_v1.services.tool_service.ToolServiceClient.__exit__
__exit__(type, value, traceback)Releases underlying transport's resources.
See more: google.cloud.ces_v1.services.tool_service.ToolServiceClient.exit
google.cloud.ces_v1.services.tool_service.ToolServiceClient.agent_path
agent_path(project: str, location: str, app: str, agent: str) -> strReturns a fully-qualified agent string.
See more: google.cloud.ces_v1.services.tool_service.ToolServiceClient.agent_path
google.cloud.ces_v1.services.tool_service.ToolServiceClient.app_path
app_path(project: str, location: str, app: str) -> strReturns a fully-qualified app string.
See more: google.cloud.ces_v1.services.tool_service.ToolServiceClient.app_path
google.cloud.ces_v1.services.tool_service.ToolServiceClient.cancel_operation
cancel_operation(
request: typing.Optional[
typing.Union[google.longrunning.operations_pb2.CancelOperationRequest, dict]
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> NoneStarts asynchronous cancellation on a long-running operation.
See more: google.cloud.ces_v1.services.tool_service.ToolServiceClient.cancel_operation
google.cloud.ces_v1.services.tool_service.ToolServiceClient.common_billing_account_path
common_billing_account_path(billing_account: str) -> strReturns a fully-qualified billing_account string.
See more: google.cloud.ces_v1.services.tool_service.ToolServiceClient.common_billing_account_path
google.cloud.ces_v1.services.tool_service.ToolServiceClient.common_folder_path
common_folder_path(folder: str) -> strReturns a fully-qualified folder string.
See more: google.cloud.ces_v1.services.tool_service.ToolServiceClient.common_folder_path
google.cloud.ces_v1.services.tool_service.ToolServiceClient.common_location_path
common_location_path(project: str, location: str) -> strReturns a fully-qualified location string.
See more: google.cloud.ces_v1.services.tool_service.ToolServiceClient.common_location_path
google.cloud.ces_v1.services.tool_service.ToolServiceClient.common_organization_path
common_organization_path(organization: str) -> strReturns a fully-qualified organization string.
See more: google.cloud.ces_v1.services.tool_service.ToolServiceClient.common_organization_path
google.cloud.ces_v1.services.tool_service.ToolServiceClient.common_project_path
common_project_path(project: str) -> strReturns a fully-qualified project string.
See more: google.cloud.ces_v1.services.tool_service.ToolServiceClient.common_project_path
google.cloud.ces_v1.services.tool_service.ToolServiceClient.delete_operation
delete_operation(
request: typing.Optional[
typing.Union[google.longrunning.operations_pb2.DeleteOperationRequest, dict]
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> NoneDeletes a long-running operation.
See more: google.cloud.ces_v1.services.tool_service.ToolServiceClient.delete_operation
google.cloud.ces_v1.services.tool_service.ToolServiceClient.execute_tool
execute_tool(
request: typing.Optional[
typing.Union[google.cloud.ces_v1.types.tool_service.ExecuteToolRequest, dict]
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.ces_v1.types.tool_service.ExecuteToolResponseExecutes the given tool with the given arguments.
See more: google.cloud.ces_v1.services.tool_service.ToolServiceClient.execute_tool
google.cloud.ces_v1.services.tool_service.ToolServiceClient.from_service_account_file
from_service_account_file(filename: str, *args, **kwargs)Creates an instance of this client using the provided credentials file.
See more: google.cloud.ces_v1.services.tool_service.ToolServiceClient.from_service_account_file
google.cloud.ces_v1.services.tool_service.ToolServiceClient.from_service_account_info
from_service_account_info(info: dict, *args, **kwargs)Creates an instance of this client using the provided credentials info.
See more: google.cloud.ces_v1.services.tool_service.ToolServiceClient.from_service_account_info
google.cloud.ces_v1.services.tool_service.ToolServiceClient.from_service_account_json
from_service_account_json(filename: str, *args, **kwargs)Creates an instance of this client using the provided credentials file.
See more: google.cloud.ces_v1.services.tool_service.ToolServiceClient.from_service_account_json
google.cloud.ces_v1.services.tool_service.ToolServiceClient.get_location
get_location(
request: typing.Optional[
typing.Union[google.cloud.location.locations_pb2.GetLocationRequest, dict]
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.location.locations_pb2.LocationGets information about a location.
See more: google.cloud.ces_v1.services.tool_service.ToolServiceClient.get_location
google.cloud.ces_v1.services.tool_service.ToolServiceClient.get_mtls_endpoint_and_cert_source
get_mtls_endpoint_and_cert_source(
client_options: typing.Optional[
google.api_core.client_options.ClientOptions
] = None,
)Deprecated.
See more: google.cloud.ces_v1.services.tool_service.ToolServiceClient.get_mtls_endpoint_and_cert_source
google.cloud.ces_v1.services.tool_service.ToolServiceClient.get_operation
get_operation(
request: typing.Optional[
typing.Union[google.longrunning.operations_pb2.GetOperationRequest, dict]
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.longrunning.operations_pb2.OperationGets the latest state of a long-running operation.
See more: google.cloud.ces_v1.services.tool_service.ToolServiceClient.get_operation
google.cloud.ces_v1.services.tool_service.ToolServiceClient.list_locations
list_locations(
request: typing.Optional[
typing.Union[google.cloud.location.locations_pb2.ListLocationsRequest, dict]
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.location.locations_pb2.ListLocationsResponseLists information about the supported locations for this service.
See more: google.cloud.ces_v1.services.tool_service.ToolServiceClient.list_locations
google.cloud.ces_v1.services.tool_service.ToolServiceClient.list_operations
list_operations(
request: typing.Optional[
typing.Union[google.longrunning.operations_pb2.ListOperationsRequest, dict]
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.longrunning.operations_pb2.ListOperationsResponseLists operations that match the specified filter in the request.
See more: google.cloud.ces_v1.services.tool_service.ToolServiceClient.list_operations
google.cloud.ces_v1.services.tool_service.ToolServiceClient.parse_agent_path
parse_agent_path(path: str) -> typing.Dict[str, str]Parses a agent path into its component segments.
See more: google.cloud.ces_v1.services.tool_service.ToolServiceClient.parse_agent_path
google.cloud.ces_v1.services.tool_service.ToolServiceClient.parse_app_path
parse_app_path(path: str) -> typing.Dict[str, str]Parses a app path into its component segments.
See more: google.cloud.ces_v1.services.tool_service.ToolServiceClient.parse_app_path
google.cloud.ces_v1.services.tool_service.ToolServiceClient.parse_common_billing_account_path
parse_common_billing_account_path(path: str) -> typing.Dict[str, str]Parse a billing_account path into its component segments.
See more: google.cloud.ces_v1.services.tool_service.ToolServiceClient.parse_common_billing_account_path
google.cloud.ces_v1.services.tool_service.ToolServiceClient.parse_common_folder_path
parse_common_folder_path(path: str) -> typing.Dict[str, str]Parse a folder path into its component segments.
See more: google.cloud.ces_v1.services.tool_service.ToolServiceClient.parse_common_folder_path
google.cloud.ces_v1.services.tool_service.ToolServiceClient.parse_common_location_path
parse_common_location_path(path: str) -> typing.Dict[str, str]Parse a location path into its component segments.
See more: google.cloud.ces_v1.services.tool_service.ToolServiceClient.parse_common_location_path
google.cloud.ces_v1.services.tool_service.ToolServiceClient.parse_common_organization_path
parse_common_organization_path(path: str) -> typing.Dict[str, str]Parse a organization path into its component segments.
See more: google.cloud.ces_v1.services.tool_service.ToolServiceClient.parse_common_organization_path
google.cloud.ces_v1.services.tool_service.ToolServiceClient.parse_common_project_path
parse_common_project_path(path: str) -> typing.Dict[str, str]Parse a project path into its component segments.
See more: google.cloud.ces_v1.services.tool_service.ToolServiceClient.parse_common_project_path
google.cloud.ces_v1.services.tool_service.ToolServiceClient.parse_secret_version_path
parse_secret_version_path(path: str) -> typing.Dict[str, str]Parses a secret_version path into its component segments.
See more: google.cloud.ces_v1.services.tool_service.ToolServiceClient.parse_secret_version_path
google.cloud.ces_v1.services.tool_service.ToolServiceClient.parse_service_path
parse_service_path(path: str) -> typing.Dict[str, str]Parses a service path into its component segments.
See more: google.cloud.ces_v1.services.tool_service.ToolServiceClient.parse_service_path
google.cloud.ces_v1.services.tool_service.ToolServiceClient.parse_tool_path
parse_tool_path(path: str) -> typing.Dict[str, str]Parses a tool path into its component segments.
See more: google.cloud.ces_v1.services.tool_service.ToolServiceClient.parse_tool_path
google.cloud.ces_v1.services.tool_service.ToolServiceClient.parse_toolset_path
parse_toolset_path(path: str) -> typing.Dict[str, str]Parses a toolset path into its component segments.
See more: google.cloud.ces_v1.services.tool_service.ToolServiceClient.parse_toolset_path
google.cloud.ces_v1.services.tool_service.ToolServiceClient.retrieve_tool_schema
retrieve_tool_schema(
request: typing.Optional[
typing.Union[
google.cloud.ces_v1.types.tool_service.RetrieveToolSchemaRequest, dict
]
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.ces_v1.types.tool_service.RetrieveToolSchemaResponseRetrieve the schema of the given tool.
See more: google.cloud.ces_v1.services.tool_service.ToolServiceClient.retrieve_tool_schema
google.cloud.ces_v1.services.tool_service.ToolServiceClient.retrieve_tools
retrieve_tools(
request: typing.Optional[
typing.Union[google.cloud.ces_v1.types.tool_service.RetrieveToolsRequest, dict]
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.ces_v1.types.tool_service.RetrieveToolsResponseRetrieve the list of tools included in the specified toolset.
See more: google.cloud.ces_v1.services.tool_service.ToolServiceClient.retrieve_tools
google.cloud.ces_v1.services.tool_service.ToolServiceClient.secret_version_path
secret_version_path(project: str, secret: str, secret_version: str) -> strReturns a fully-qualified secret_version string.
See more: google.cloud.ces_v1.services.tool_service.ToolServiceClient.secret_version_path
google.cloud.ces_v1.services.tool_service.ToolServiceClient.service_path
service_path(project: str, location: str, namespace: str, service: str) -> strReturns a fully-qualified service string.
See more: google.cloud.ces_v1.services.tool_service.ToolServiceClient.service_path
google.cloud.ces_v1.services.tool_service.ToolServiceClient.tool_path
tool_path(project: str, location: str, app: str, tool: str) -> strReturns a fully-qualified tool string.
See more: google.cloud.ces_v1.services.tool_service.ToolServiceClient.tool_path
google.cloud.ces_v1.services.tool_service.ToolServiceClient.toolset_path
toolset_path(project: str, location: str, app: str, toolset: str) -> strReturns a fully-qualified toolset string.
See more: google.cloud.ces_v1.services.tool_service.ToolServiceClient.toolset_path
google.cloud.ces_v1.services.widget_service.WidgetServiceAsyncClient
WidgetServiceAsyncClient(
*,
credentials: typing.Optional[google.auth.credentials.Credentials] = None,
transport: typing.Optional[
typing.Union[
str,
google.cloud.ces_v1.services.widget_service.transports.base.WidgetServiceTransport,
typing.Callable[
[...],
google.cloud.ces_v1.services.widget_service.transports.base.WidgetServiceTransport,
],
]
] = "grpc_asyncio",
client_options: typing.Optional[
google.api_core.client_options.ClientOptions
] = None,
client_info: google.api_core.gapic_v1.client_info.ClientInfo = google.api_core.gapic_v1.client_info.ClientInfo
)Instantiates the widget service async client.
See more: google.cloud.ces_v1.services.widget_service.WidgetServiceAsyncClient
google.cloud.ces_v1.services.widget_service.WidgetServiceAsyncClient.cancel_operation
cancel_operation(
request: typing.Optional[
typing.Union[google.longrunning.operations_pb2.CancelOperationRequest, dict]
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> NoneStarts asynchronous cancellation on a long-running operation.
See more: google.cloud.ces_v1.services.widget_service.WidgetServiceAsyncClient.cancel_operation
google.cloud.ces_v1.services.widget_service.WidgetServiceAsyncClient.common_billing_account_path
common_billing_account_path(billing_account: str) -> strReturns a fully-qualified billing_account string.
See more: google.cloud.ces_v1.services.widget_service.WidgetServiceAsyncClient.common_billing_account_path
google.cloud.ces_v1.services.widget_service.WidgetServiceAsyncClient.common_folder_path
common_folder_path(folder: str) -> strReturns a fully-qualified folder string.
See more: google.cloud.ces_v1.services.widget_service.WidgetServiceAsyncClient.common_folder_path
google.cloud.ces_v1.services.widget_service.WidgetServiceAsyncClient.common_location_path
common_location_path(project: str, location: str) -> strReturns a fully-qualified location string.
See more: google.cloud.ces_v1.services.widget_service.WidgetServiceAsyncClient.common_location_path
google.cloud.ces_v1.services.widget_service.WidgetServiceAsyncClient.common_organization_path
common_organization_path(organization: str) -> strReturns a fully-qualified organization string.
See more: google.cloud.ces_v1.services.widget_service.WidgetServiceAsyncClient.common_organization_path
google.cloud.ces_v1.services.widget_service.WidgetServiceAsyncClient.common_project_path
common_project_path(project: str) -> strReturns a fully-qualified project string.
See more: google.cloud.ces_v1.services.widget_service.WidgetServiceAsyncClient.common_project_path
google.cloud.ces_v1.services.widget_service.WidgetServiceAsyncClient.delete_operation
delete_operation(
request: typing.Optional[
typing.Union[google.longrunning.operations_pb2.DeleteOperationRequest, dict]
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> NoneDeletes a long-running operation.
See more: google.cloud.ces_v1.services.widget_service.WidgetServiceAsyncClient.delete_operation
google.cloud.ces_v1.services.widget_service.WidgetServiceAsyncClient.deployment_path
deployment_path(project: str, location: str, app: str, deployment: str) -> strReturns a fully-qualified deployment string.
See more: google.cloud.ces_v1.services.widget_service.WidgetServiceAsyncClient.deployment_path
google.cloud.ces_v1.services.widget_service.WidgetServiceAsyncClient.from_service_account_file
from_service_account_file(filename: str, *args, **kwargs)Creates an instance of this client using the provided credentials file.
See more: google.cloud.ces_v1.services.widget_service.WidgetServiceAsyncClient.from_service_account_file
google.cloud.ces_v1.services.widget_service.WidgetServiceAsyncClient.from_service_account_info
from_service_account_info(info: dict, *args, **kwargs)Creates an instance of this client using the provided credentials info.
See more: google.cloud.ces_v1.services.widget_service.WidgetServiceAsyncClient.from_service_account_info
google.cloud.ces_v1.services.widget_service.WidgetServiceAsyncClient.from_service_account_json
from_service_account_json(filename: str, *args, **kwargs)Creates an instance of this client using the provided credentials file.
See more: google.cloud.ces_v1.services.widget_service.WidgetServiceAsyncClient.from_service_account_json
google.cloud.ces_v1.services.widget_service.WidgetServiceAsyncClient.generate_chat_token
generate_chat_token(
request: typing.Optional[
typing.Union[
google.cloud.ces_v1.types.widget_service.GenerateChatTokenRequest, dict
]
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.ces_v1.types.widget_service.GenerateChatTokenResponseGenerates a session scoped token for chat widget to authenticate with Session APIs.
See more: google.cloud.ces_v1.services.widget_service.WidgetServiceAsyncClient.generate_chat_token
google.cloud.ces_v1.services.widget_service.WidgetServiceAsyncClient.get_location
get_location(
request: typing.Optional[
typing.Union[google.cloud.location.locations_pb2.GetLocationRequest, dict]
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.location.locations_pb2.LocationGets information about a location.
See more: google.cloud.ces_v1.services.widget_service.WidgetServiceAsyncClient.get_location
google.cloud.ces_v1.services.widget_service.WidgetServiceAsyncClient.get_mtls_endpoint_and_cert_source
get_mtls_endpoint_and_cert_source(
client_options: typing.Optional[
google.api_core.client_options.ClientOptions
] = None,
)Return the API endpoint and client cert source for mutual TLS.
google.cloud.ces_v1.services.widget_service.WidgetServiceAsyncClient.get_operation
get_operation(
request: typing.Optional[
typing.Union[google.longrunning.operations_pb2.GetOperationRequest, dict]
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.longrunning.operations_pb2.OperationGets the latest state of a long-running operation.
See more: google.cloud.ces_v1.services.widget_service.WidgetServiceAsyncClient.get_operation
google.cloud.ces_v1.services.widget_service.WidgetServiceAsyncClient.get_transport_class
get_transport_class(
label: typing.Optional[str] = None,
) -> typing.Type[
google.cloud.ces_v1.services.widget_service.transports.base.WidgetServiceTransport
]Returns an appropriate transport class.
See more: google.cloud.ces_v1.services.widget_service.WidgetServiceAsyncClient.get_transport_class
google.cloud.ces_v1.services.widget_service.WidgetServiceAsyncClient.list_locations
list_locations(
request: typing.Optional[
typing.Union[google.cloud.location.locations_pb2.ListLocationsRequest, dict]
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.location.locations_pb2.ListLocationsResponseLists information about the supported locations for this service.
See more: google.cloud.ces_v1.services.widget_service.WidgetServiceAsyncClient.list_locations
google.cloud.ces_v1.services.widget_service.WidgetServiceAsyncClient.list_operations
list_operations(
request: typing.Optional[
typing.Union[google.longrunning.operations_pb2.ListOperationsRequest, dict]
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.longrunning.operations_pb2.ListOperationsResponseLists operations that match the specified filter in the request.
See more: google.cloud.ces_v1.services.widget_service.WidgetServiceAsyncClient.list_operations
google.cloud.ces_v1.services.widget_service.WidgetServiceAsyncClient.parse_common_billing_account_path
parse_common_billing_account_path(path: str) -> typing.Dict[str, str]Parse a billing_account path into its component segments.
google.cloud.ces_v1.services.widget_service.WidgetServiceAsyncClient.parse_common_folder_path
parse_common_folder_path(path: str) -> typing.Dict[str, str]Parse a folder path into its component segments.
See more: google.cloud.ces_v1.services.widget_service.WidgetServiceAsyncClient.parse_common_folder_path
google.cloud.ces_v1.services.widget_service.WidgetServiceAsyncClient.parse_common_location_path
parse_common_location_path(path: str) -> typing.Dict[str, str]Parse a location path into its component segments.
See more: google.cloud.ces_v1.services.widget_service.WidgetServiceAsyncClient.parse_common_location_path
google.cloud.ces_v1.services.widget_service.WidgetServiceAsyncClient.parse_common_organization_path
parse_common_organization_path(path: str) -> typing.Dict[str, str]Parse a organization path into its component segments.
See more: google.cloud.ces_v1.services.widget_service.WidgetServiceAsyncClient.parse_common_organization_path
google.cloud.ces_v1.services.widget_service.WidgetServiceAsyncClient.parse_common_project_path
parse_common_project_path(path: str) -> typing.Dict[str, str]Parse a project path into its component segments.
See more: google.cloud.ces_v1.services.widget_service.WidgetServiceAsyncClient.parse_common_project_path
google.cloud.ces_v1.services.widget_service.WidgetServiceAsyncClient.parse_deployment_path
parse_deployment_path(path: str) -> typing.Dict[str, str]Parses a deployment path into its component segments.
See more: google.cloud.ces_v1.services.widget_service.WidgetServiceAsyncClient.parse_deployment_path
google.cloud.ces_v1.services.widget_service.WidgetServiceAsyncClient.parse_session_path
parse_session_path(path: str) -> typing.Dict[str, str]Parses a session path into its component segments.
See more: google.cloud.ces_v1.services.widget_service.WidgetServiceAsyncClient.parse_session_path
google.cloud.ces_v1.services.widget_service.WidgetServiceAsyncClient.session_path
session_path(project: str, location: str, app: str, session: str) -> strReturns a fully-qualified session string.
See more: google.cloud.ces_v1.services.widget_service.WidgetServiceAsyncClient.session_path
google.cloud.ces_v1.services.widget_service.WidgetServiceClient
WidgetServiceClient(
*,
credentials: typing.Optional[google.auth.credentials.Credentials] = None,
transport: typing.Optional[
typing.Union[
str,
google.cloud.ces_v1.services.widget_service.transports.base.WidgetServiceTransport,
typing.Callable[
[...],
google.cloud.ces_v1.services.widget_service.transports.base.WidgetServiceTransport,
],
]
] = None,
client_options: typing.Optional[
typing.Union[google.api_core.client_options.ClientOptions, dict]
] = None,
client_info: google.api_core.gapic_v1.client_info.ClientInfo = google.api_core.gapic_v1.client_info.ClientInfo
)Instantiates the widget service client.
See more: google.cloud.ces_v1.services.widget_service.WidgetServiceClient
google.cloud.ces_v1.services.widget_service.WidgetServiceClient.__exit__
__exit__(type, value, traceback)Releases underlying transport's resources.
See more: google.cloud.ces_v1.services.widget_service.WidgetServiceClient.exit
google.cloud.ces_v1.services.widget_service.WidgetServiceClient.cancel_operation
cancel_operation(
request: typing.Optional[
typing.Union[google.longrunning.operations_pb2.CancelOperationRequest, dict]
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> NoneStarts asynchronous cancellation on a long-running operation.
See more: google.cloud.ces_v1.services.widget_service.WidgetServiceClient.cancel_operation
google.cloud.ces_v1.services.widget_service.WidgetServiceClient.common_billing_account_path
common_billing_account_path(billing_account: str) -> strReturns a fully-qualified billing_account string.
See more: google.cloud.ces_v1.services.widget_service.WidgetServiceClient.common_billing_account_path
google.cloud.ces_v1.services.widget_service.WidgetServiceClient.common_folder_path
common_folder_path(folder: str) -> strReturns a fully-qualified folder string.
See more: google.cloud.ces_v1.services.widget_service.WidgetServiceClient.common_folder_path
google.cloud.ces_v1.services.widget_service.WidgetServiceClient.common_location_path
common_location_path(project: str, location: str) -> strReturns a fully-qualified location string.
See more: google.cloud.ces_v1.services.widget_service.WidgetServiceClient.common_location_path
google.cloud.ces_v1.services.widget_service.WidgetServiceClient.common_organization_path
common_organization_path(organization: str) -> strReturns a fully-qualified organization string.
See more: google.cloud.ces_v1.services.widget_service.WidgetServiceClient.common_organization_path
google.cloud.ces_v1.services.widget_service.WidgetServiceClient.common_project_path
common_project_path(project: str) -> strReturns a fully-qualified project string.
See more: google.cloud.ces_v1.services.widget_service.WidgetServiceClient.common_project_path
google.cloud.ces_v1.services.widget_service.WidgetServiceClient.delete_operation
delete_operation(
request: typing.Optional[
typing.Union[google.longrunning.operations_pb2.DeleteOperationRequest, dict]
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> NoneDeletes a long-running operation.
See more: google.cloud.ces_v1.services.widget_service.WidgetServiceClient.delete_operation
google.cloud.ces_v1.services.widget_service.WidgetServiceClient.deployment_path
deployment_path(project: str, location: str, app: str, deployment: str) -> strReturns a fully-qualified deployment string.
See more: google.cloud.ces_v1.services.widget_service.WidgetServiceClient.deployment_path
google.cloud.ces_v1.services.widget_service.WidgetServiceClient.from_service_account_file
from_service_account_file(filename: str, *args, **kwargs)Creates an instance of this client using the provided credentials file.
See more: google.cloud.ces_v1.services.widget_service.WidgetServiceClient.from_service_account_file
google.cloud.ces_v1.services.widget_service.WidgetServiceClient.from_service_account_info
from_service_account_info(info: dict, *args, **kwargs)Creates an instance of this client using the provided credentials info.
See more: google.cloud.ces_v1.services.widget_service.WidgetServiceClient.from_service_account_info
google.cloud.ces_v1.services.widget_service.WidgetServiceClient.from_service_account_json
from_service_account_json(filename: str, *args, **kwargs)Creates an instance of this client using the provided credentials file.
See more: google.cloud.ces_v1.services.widget_service.WidgetServiceClient.from_service_account_json
google.cloud.ces_v1.services.widget_service.WidgetServiceClient.generate_chat_token
generate_chat_token(
request: typing.Optional[
typing.Union[
google.cloud.ces_v1.types.widget_service.GenerateChatTokenRequest, dict
]
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.ces_v1.types.widget_service.GenerateChatTokenResponseGenerates a session scoped token for chat widget to authenticate with Session APIs.
See more: google.cloud.ces_v1.services.widget_service.WidgetServiceClient.generate_chat_token
google.cloud.ces_v1.services.widget_service.WidgetServiceClient.get_location
get_location(
request: typing.Optional[
typing.Union[google.cloud.location.locations_pb2.GetLocationRequest, dict]
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.location.locations_pb2.LocationGets information about a location.
See more: google.cloud.ces_v1.services.widget_service.WidgetServiceClient.get_location
google.cloud.ces_v1.services.widget_service.WidgetServiceClient.get_mtls_endpoint_and_cert_source
get_mtls_endpoint_and_cert_source(
client_options: typing.Optional[
google.api_core.client_options.ClientOptions
] = None,
)Deprecated.
See more: google.cloud.ces_v1.services.widget_service.WidgetServiceClient.get_mtls_endpoint_and_cert_source
google.cloud.ces_v1.services.widget_service.WidgetServiceClient.get_operation
get_operation(
request: typing.Optional[
typing.Union[google.longrunning.operations_pb2.GetOperationRequest, dict]
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.longrunning.operations_pb2.OperationGets the latest state of a long-running operation.
See more: google.cloud.ces_v1.services.widget_service.WidgetServiceClient.get_operation
google.cloud.ces_v1.services.widget_service.WidgetServiceClient.list_locations
list_locations(
request: typing.Optional[
typing.Union[google.cloud.location.locations_pb2.ListLocationsRequest, dict]
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.location.locations_pb2.ListLocationsResponseLists information about the supported locations for this service.
See more: google.cloud.ces_v1.services.widget_service.WidgetServiceClient.list_locations
google.cloud.ces_v1.services.widget_service.WidgetServiceClient.list_operations
list_operations(
request: typing.Optional[
typing.Union[google.longrunning.operations_pb2.ListOperationsRequest, dict]
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.longrunning.operations_pb2.ListOperationsResponseLists operations that match the specified filter in the request.
See more: google.cloud.ces_v1.services.widget_service.WidgetServiceClient.list_operations
google.cloud.ces_v1.services.widget_service.WidgetServiceClient.parse_common_billing_account_path
parse_common_billing_account_path(path: str) -> typing.Dict[str, str]Parse a billing_account path into its component segments.
See more: google.cloud.ces_v1.services.widget_service.WidgetServiceClient.parse_common_billing_account_path
google.cloud.ces_v1.services.widget_service.WidgetServiceClient.parse_common_folder_path
parse_common_folder_path(path: str) -> typing.Dict[str, str]Parse a folder path into its component segments.
See more: google.cloud.ces_v1.services.widget_service.WidgetServiceClient.parse_common_folder_path
google.cloud.ces_v1.services.widget_service.WidgetServiceClient.parse_common_location_path
parse_common_location_path(path: str) -> typing.Dict[str, str]Parse a location path into its component segments.
See more: google.cloud.ces_v1.services.widget_service.WidgetServiceClient.parse_common_location_path
google.cloud.ces_v1.services.widget_service.WidgetServiceClient.parse_common_organization_path
parse_common_organization_path(path: str) -> typing.Dict[str, str]Parse a organization path into its component segments.
See more: google.cloud.ces_v1.services.widget_service.WidgetServiceClient.parse_common_organization_path
google.cloud.ces_v1.services.widget_service.WidgetServiceClient.parse_common_project_path
parse_common_project_path(path: str) -> typing.Dict[str, str]Parse a project path into its component segments.
See more: google.cloud.ces_v1.services.widget_service.WidgetServiceClient.parse_common_project_path
google.cloud.ces_v1.services.widget_service.WidgetServiceClient.parse_deployment_path
parse_deployment_path(path: str) -> typing.Dict[str, str]Parses a deployment path into its component segments.
See more: google.cloud.ces_v1.services.widget_service.WidgetServiceClient.parse_deployment_path
google.cloud.ces_v1.services.widget_service.WidgetServiceClient.parse_session_path
parse_session_path(path: str) -> typing.Dict[str, str]Parses a session path into its component segments.
See more: google.cloud.ces_v1.services.widget_service.WidgetServiceClient.parse_session_path
google.cloud.ces_v1.services.widget_service.WidgetServiceClient.session_path
session_path(project: str, location: str, app: str, session: str) -> strReturns a fully-qualified session string.
See more: google.cloud.ces_v1.services.widget_service.WidgetServiceClient.session_path
google.cloud.ces_v1beta.services.agent_service.AgentServiceAsyncClient
AgentServiceAsyncClient(
*,
credentials: typing.Optional[google.auth.credentials.Credentials] = None,
transport: typing.Optional[
typing.Union[
str,
google.cloud.ces_v1beta.services.agent_service.transports.base.AgentServiceTransport,
typing.Callable[
[...],
google.cloud.ces_v1beta.services.agent_service.transports.base.AgentServiceTransport,
],
]
] = "grpc_asyncio",
client_options: typing.Optional[
google.api_core.client_options.ClientOptions
] = None,
client_info: google.api_core.gapic_v1.client_info.ClientInfo = google.api_core.gapic_v1.client_info.ClientInfo
)Instantiates the agent service async client.
See more: google.cloud.ces_v1beta.services.agent_service.AgentServiceAsyncClient
google.cloud.ces_v1beta.services.agent_service.AgentServiceAsyncClient.agent_path
agent_path(project: str, location: str, app: str, agent: str) -> strReturns a fully-qualified agent string.
See more: google.cloud.ces_v1beta.services.agent_service.AgentServiceAsyncClient.agent_path
google.cloud.ces_v1beta.services.agent_service.AgentServiceAsyncClient.app_path
app_path(project: str, location: str, app: str) -> strReturns a fully-qualified app string.
See more: google.cloud.ces_v1beta.services.agent_service.AgentServiceAsyncClient.app_path
google.cloud.ces_v1beta.services.agent_service.AgentServiceAsyncClient.app_version_path
app_version_path(project: str, location: str, app: str, version: str) -> strReturns a fully-qualified app_version string.
See more: google.cloud.ces_v1beta.services.agent_service.AgentServiceAsyncClient.app_version_path
google.cloud.ces_v1beta.services.agent_service.AgentServiceAsyncClient.batch_delete_conversations
batch_delete_conversations(
request: typing.Optional[
typing.Union[
google.cloud.ces_v1beta.types.agent_service.BatchDeleteConversationsRequest,
dict,
]
] = None,
*,
parent: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.api_core.operation_async.AsyncOperationBatch deletes the specified conversations.
See more: google.cloud.ces_v1beta.services.agent_service.AgentServiceAsyncClient.batch_delete_conversations
google.cloud.ces_v1beta.services.agent_service.AgentServiceAsyncClient.cancel_operation
cancel_operation(
request: typing.Optional[
typing.Union[google.longrunning.operations_pb2.CancelOperationRequest, dict]
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> NoneStarts asynchronous cancellation on a long-running operation.
See more: google.cloud.ces_v1beta.services.agent_service.AgentServiceAsyncClient.cancel_operation
google.cloud.ces_v1beta.services.agent_service.AgentServiceAsyncClient.changelog_path
changelog_path(project: str, location: str, app: str, changelog: str) -> strReturns a fully-qualified changelog string.
See more: google.cloud.ces_v1beta.services.agent_service.AgentServiceAsyncClient.changelog_path
google.cloud.ces_v1beta.services.agent_service.AgentServiceAsyncClient.common_billing_account_path
common_billing_account_path(billing_account: str) -> strReturns a fully-qualified billing_account string.
See more: google.cloud.ces_v1beta.services.agent_service.AgentServiceAsyncClient.common_billing_account_path
google.cloud.ces_v1beta.services.agent_service.AgentServiceAsyncClient.common_folder_path
common_folder_path(folder: str) -> strReturns a fully-qualified folder string.
See more: google.cloud.ces_v1beta.services.agent_service.AgentServiceAsyncClient.common_folder_path
google.cloud.ces_v1beta.services.agent_service.AgentServiceAsyncClient.common_location_path
common_location_path(project: str, location: str) -> strReturns a fully-qualified location string.
See more: google.cloud.ces_v1beta.services.agent_service.AgentServiceAsyncClient.common_location_path
google.cloud.ces_v1beta.services.agent_service.AgentServiceAsyncClient.common_organization_path
common_organization_path(organization: str) -> strReturns a fully-qualified organization string.
See more: google.cloud.ces_v1beta.services.agent_service.AgentServiceAsyncClient.common_organization_path
google.cloud.ces_v1beta.services.agent_service.AgentServiceAsyncClient.common_project_path
common_project_path(project: str) -> strReturns a fully-qualified project string.
See more: google.cloud.ces_v1beta.services.agent_service.AgentServiceAsyncClient.common_project_path
google.cloud.ces_v1beta.services.agent_service.AgentServiceAsyncClient.conversation_path
conversation_path(project: str, location: str, app: str, conversation: str) -> strReturns a fully-qualified conversation string.
See more: google.cloud.ces_v1beta.services.agent_service.AgentServiceAsyncClient.conversation_path
google.cloud.ces_v1beta.services.agent_service.AgentServiceAsyncClient.create_agent
create_agent(
request: typing.Optional[
typing.Union[
google.cloud.ces_v1beta.types.agent_service.CreateAgentRequest, dict
]
] = None,
*,
parent: typing.Optional[str] = None,
agent: typing.Optional[google.cloud.ces_v1beta.types.agent.Agent] = None,
agent_id: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.ces_v1beta.types.agent.AgentCreates a new agent in the given app.
See more: google.cloud.ces_v1beta.services.agent_service.AgentServiceAsyncClient.create_agent
google.cloud.ces_v1beta.services.agent_service.AgentServiceAsyncClient.create_app
create_app(
request: typing.Optional[
typing.Union[google.cloud.ces_v1beta.types.agent_service.CreateAppRequest, dict]
] = None,
*,
parent: typing.Optional[str] = None,
app: typing.Optional[google.cloud.ces_v1beta.types.app.App] = None,
app_id: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.api_core.operation_async.AsyncOperationCreates a new app in the given project and location.
See more: google.cloud.ces_v1beta.services.agent_service.AgentServiceAsyncClient.create_app
google.cloud.ces_v1beta.services.agent_service.AgentServiceAsyncClient.create_app_version
create_app_version(
request: typing.Optional[
typing.Union[
google.cloud.ces_v1beta.types.agent_service.CreateAppVersionRequest, dict
]
] = None,
*,
parent: typing.Optional[str] = None,
app_version: typing.Optional[
google.cloud.ces_v1beta.types.app_version.AppVersion
] = None,
app_version_id: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.ces_v1beta.types.app_version.AppVersionCreates a new app version in the given app.
See more: google.cloud.ces_v1beta.services.agent_service.AgentServiceAsyncClient.create_app_version
google.cloud.ces_v1beta.services.agent_service.AgentServiceAsyncClient.create_deployment
create_deployment(
request: typing.Optional[
typing.Union[
google.cloud.ces_v1beta.types.agent_service.CreateDeploymentRequest, dict
]
] = None,
*,
parent: typing.Optional[str] = None,
deployment: typing.Optional[
google.cloud.ces_v1beta.types.deployment.Deployment
] = None,
deployment_id: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.ces_v1beta.types.deployment.DeploymentCreates a new deployment in the given app.
See more: google.cloud.ces_v1beta.services.agent_service.AgentServiceAsyncClient.create_deployment
google.cloud.ces_v1beta.services.agent_service.AgentServiceAsyncClient.create_example
create_example(
request: typing.Optional[
typing.Union[
google.cloud.ces_v1beta.types.agent_service.CreateExampleRequest, dict
]
] = None,
*,
parent: typing.Optional[str] = None,
example: typing.Optional[google.cloud.ces_v1beta.types.example.Example] = None,
example_id: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.ces_v1beta.types.example.ExampleCreates a new example in the given app.
See more: google.cloud.ces_v1beta.services.agent_service.AgentServiceAsyncClient.create_example
google.cloud.ces_v1beta.services.agent_service.AgentServiceAsyncClient.create_guardrail
create_guardrail(
request: typing.Optional[
typing.Union[
google.cloud.ces_v1beta.types.agent_service.CreateGuardrailRequest, dict
]
] = None,
*,
parent: typing.Optional[str] = None,
guardrail: typing.Optional[
google.cloud.ces_v1beta.types.guardrail.Guardrail
] = None,
guardrail_id: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.ces_v1beta.types.guardrail.GuardrailCreates a new guardrail in the given app.
See more: google.cloud.ces_v1beta.services.agent_service.AgentServiceAsyncClient.create_guardrail
google.cloud.ces_v1beta.services.agent_service.AgentServiceAsyncClient.create_tool
create_tool(
request: typing.Optional[
typing.Union[
google.cloud.ces_v1beta.types.agent_service.CreateToolRequest, dict
]
] = None,
*,
parent: typing.Optional[str] = None,
tool: typing.Optional[google.cloud.ces_v1beta.types.tool.Tool] = None,
tool_id: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.ces_v1beta.types.tool.ToolCreates a new tool in the given app.
See more: google.cloud.ces_v1beta.services.agent_service.AgentServiceAsyncClient.create_tool
google.cloud.ces_v1beta.services.agent_service.AgentServiceAsyncClient.create_toolset
create_toolset(
request: typing.Optional[
typing.Union[
google.cloud.ces_v1beta.types.agent_service.CreateToolsetRequest, dict
]
] = None,
*,
parent: typing.Optional[str] = None,
toolset: typing.Optional[google.cloud.ces_v1beta.types.toolset.Toolset] = None,
toolset_id: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.ces_v1beta.types.toolset.ToolsetCreates a new toolset in the given app.
See more: google.cloud.ces_v1beta.services.agent_service.AgentServiceAsyncClient.create_toolset
google.cloud.ces_v1beta.services.agent_service.AgentServiceAsyncClient.deidentify_template_path
deidentify_template_path(
organization: str, location: str, deidentify_template: str
) -> strReturns a fully-qualified deidentify_template string.
See more: google.cloud.ces_v1beta.services.agent_service.AgentServiceAsyncClient.deidentify_template_path
google.cloud.ces_v1beta.services.agent_service.AgentServiceAsyncClient.delete_agent
delete_agent(
request: typing.Optional[
typing.Union[
google.cloud.ces_v1beta.types.agent_service.DeleteAgentRequest, dict
]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> NoneDeletes the specified agent.
See more: google.cloud.ces_v1beta.services.agent_service.AgentServiceAsyncClient.delete_agent
google.cloud.ces_v1beta.services.agent_service.AgentServiceAsyncClient.delete_app
delete_app(
request: typing.Optional[
typing.Union[google.cloud.ces_v1beta.types.agent_service.DeleteAppRequest, dict]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.api_core.operation_async.AsyncOperationDeletes the specified app.
See more: google.cloud.ces_v1beta.services.agent_service.AgentServiceAsyncClient.delete_app
google.cloud.ces_v1beta.services.agent_service.AgentServiceAsyncClient.delete_app_version
delete_app_version(
request: typing.Optional[
typing.Union[
google.cloud.ces_v1beta.types.agent_service.DeleteAppVersionRequest, dict
]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> NoneDeletes the specified app version.
See more: google.cloud.ces_v1beta.services.agent_service.AgentServiceAsyncClient.delete_app_version
google.cloud.ces_v1beta.services.agent_service.AgentServiceAsyncClient.delete_conversation
delete_conversation(
request: typing.Optional[
typing.Union[
google.cloud.ces_v1beta.types.agent_service.DeleteConversationRequest, dict
]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> NoneDeletes the specified conversation.
See more: google.cloud.ces_v1beta.services.agent_service.AgentServiceAsyncClient.delete_conversation
google.cloud.ces_v1beta.services.agent_service.AgentServiceAsyncClient.delete_deployment
delete_deployment(
request: typing.Optional[
typing.Union[
google.cloud.ces_v1beta.types.agent_service.DeleteDeploymentRequest, dict
]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> NoneDeletes the specified deployment.
See more: google.cloud.ces_v1beta.services.agent_service.AgentServiceAsyncClient.delete_deployment
google.cloud.ces_v1beta.services.agent_service.AgentServiceAsyncClient.delete_example
delete_example(
request: typing.Optional[
typing.Union[
google.cloud.ces_v1beta.types.agent_service.DeleteExampleRequest, dict
]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> NoneDeletes the specified example.
See more: google.cloud.ces_v1beta.services.agent_service.AgentServiceAsyncClient.delete_example
google.cloud.ces_v1beta.services.agent_service.AgentServiceAsyncClient.delete_guardrail
delete_guardrail(
request: typing.Optional[
typing.Union[
google.cloud.ces_v1beta.types.agent_service.DeleteGuardrailRequest, dict
]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> NoneDeletes the specified guardrail.
See more: google.cloud.ces_v1beta.services.agent_service.AgentServiceAsyncClient.delete_guardrail
google.cloud.ces_v1beta.services.agent_service.AgentServiceAsyncClient.delete_operation
delete_operation(
request: typing.Optional[
typing.Union[google.longrunning.operations_pb2.DeleteOperationRequest, dict]
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> NoneDeletes a long-running operation.
See more: google.cloud.ces_v1beta.services.agent_service.AgentServiceAsyncClient.delete_operation
google.cloud.ces_v1beta.services.agent_service.AgentServiceAsyncClient.delete_tool
delete_tool(
request: typing.Optional[
typing.Union[
google.cloud.ces_v1beta.types.agent_service.DeleteToolRequest, dict
]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> NoneDeletes the specified tool.
See more: google.cloud.ces_v1beta.services.agent_service.AgentServiceAsyncClient.delete_tool
google.cloud.ces_v1beta.services.agent_service.AgentServiceAsyncClient.delete_toolset
delete_toolset(
request: typing.Optional[
typing.Union[
google.cloud.ces_v1beta.types.agent_service.DeleteToolsetRequest, dict
]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> NoneDeletes the specified toolset.
See more: google.cloud.ces_v1beta.services.agent_service.AgentServiceAsyncClient.delete_toolset
google.cloud.ces_v1beta.services.agent_service.AgentServiceAsyncClient.deployment_path
deployment_path(project: str, location: str, app: str, deployment: str) -> strReturns a fully-qualified deployment string.
See more: google.cloud.ces_v1beta.services.agent_service.AgentServiceAsyncClient.deployment_path
google.cloud.ces_v1beta.services.agent_service.AgentServiceAsyncClient.dialogflow_agent_path
dialogflow_agent_path(project: str, location: str, agent: str) -> strReturns a fully-qualified dialogflow_agent string.
See more: google.cloud.ces_v1beta.services.agent_service.AgentServiceAsyncClient.dialogflow_agent_path
google.cloud.ces_v1beta.services.agent_service.AgentServiceAsyncClient.engine_path
engine_path(project: str, location: str, collection: str, engine: str) -> strReturns a fully-qualified engine string.
See more: google.cloud.ces_v1beta.services.agent_service.AgentServiceAsyncClient.engine_path
google.cloud.ces_v1beta.services.agent_service.AgentServiceAsyncClient.example_path
example_path(project: str, location: str, app: str, example: str) -> strReturns a fully-qualified example string.
See more: google.cloud.ces_v1beta.services.agent_service.AgentServiceAsyncClient.example_path
google.cloud.ces_v1beta.services.agent_service.AgentServiceAsyncClient.export_app
export_app(
request: typing.Optional[
typing.Union[google.cloud.ces_v1beta.types.agent_service.ExportAppRequest, dict]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.api_core.operation_async.AsyncOperationExports the specified app.
See more: google.cloud.ces_v1beta.services.agent_service.AgentServiceAsyncClient.export_app
google.cloud.ces_v1beta.services.agent_service.AgentServiceAsyncClient.from_service_account_file
from_service_account_file(filename: str, *args, **kwargs)Creates an instance of this client using the provided credentials file.
See more: google.cloud.ces_v1beta.services.agent_service.AgentServiceAsyncClient.from_service_account_file
google.cloud.ces_v1beta.services.agent_service.AgentServiceAsyncClient.from_service_account_info
from_service_account_info(info: dict, *args, **kwargs)Creates an instance of this client using the provided credentials info.
See more: google.cloud.ces_v1beta.services.agent_service.AgentServiceAsyncClient.from_service_account_info
google.cloud.ces_v1beta.services.agent_service.AgentServiceAsyncClient.from_service_account_json
from_service_account_json(filename: str, *args, **kwargs)Creates an instance of this client using the provided credentials file.
See more: google.cloud.ces_v1beta.services.agent_service.AgentServiceAsyncClient.from_service_account_json
google.cloud.ces_v1beta.services.agent_service.AgentServiceAsyncClient.get_agent
get_agent(
request: typing.Optional[
typing.Union[google.cloud.ces_v1beta.types.agent_service.GetAgentRequest, dict]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.ces_v1beta.types.agent.AgentGets details of the specified agent.
See more: google.cloud.ces_v1beta.services.agent_service.AgentServiceAsyncClient.get_agent
google.cloud.ces_v1beta.services.agent_service.AgentServiceAsyncClient.get_app
get_app(
request: typing.Optional[
typing.Union[google.cloud.ces_v1beta.types.agent_service.GetAppRequest, dict]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.ces_v1beta.types.app.AppGets details of the specified app.
See more: google.cloud.ces_v1beta.services.agent_service.AgentServiceAsyncClient.get_app
google.cloud.ces_v1beta.services.agent_service.AgentServiceAsyncClient.get_app_version
get_app_version(
request: typing.Optional[
typing.Union[
google.cloud.ces_v1beta.types.agent_service.GetAppVersionRequest, dict
]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.ces_v1beta.types.app_version.AppVersionGets details of the specified app version.
See more: google.cloud.ces_v1beta.services.agent_service.AgentServiceAsyncClient.get_app_version
google.cloud.ces_v1beta.services.agent_service.AgentServiceAsyncClient.get_changelog
get_changelog(
request: typing.Optional[
typing.Union[
google.cloud.ces_v1beta.types.agent_service.GetChangelogRequest, dict
]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.ces_v1beta.types.changelog.ChangelogGets the specified changelog.
See more: google.cloud.ces_v1beta.services.agent_service.AgentServiceAsyncClient.get_changelog
google.cloud.ces_v1beta.services.agent_service.AgentServiceAsyncClient.get_conversation
get_conversation(
request: typing.Optional[
typing.Union[
google.cloud.ces_v1beta.types.agent_service.GetConversationRequest, dict
]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.ces_v1beta.types.conversation.ConversationGets details of the specified conversation.
See more: google.cloud.ces_v1beta.services.agent_service.AgentServiceAsyncClient.get_conversation
google.cloud.ces_v1beta.services.agent_service.AgentServiceAsyncClient.get_deployment
get_deployment(
request: typing.Optional[
typing.Union[
google.cloud.ces_v1beta.types.agent_service.GetDeploymentRequest, dict
]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.ces_v1beta.types.deployment.DeploymentGets details of the specified deployment.
See more: google.cloud.ces_v1beta.services.agent_service.AgentServiceAsyncClient.get_deployment
google.cloud.ces_v1beta.services.agent_service.AgentServiceAsyncClient.get_example
get_example(
request: typing.Optional[
typing.Union[
google.cloud.ces_v1beta.types.agent_service.GetExampleRequest, dict
]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.ces_v1beta.types.example.ExampleGets details of the specified example.
See more: google.cloud.ces_v1beta.services.agent_service.AgentServiceAsyncClient.get_example
google.cloud.ces_v1beta.services.agent_service.AgentServiceAsyncClient.get_guardrail
get_guardrail(
request: typing.Optional[
typing.Union[
google.cloud.ces_v1beta.types.agent_service.GetGuardrailRequest, dict
]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.ces_v1beta.types.guardrail.GuardrailGets details of the specified guardrail.
See more: google.cloud.ces_v1beta.services.agent_service.AgentServiceAsyncClient.get_guardrail
google.cloud.ces_v1beta.services.agent_service.AgentServiceAsyncClient.get_location
get_location(
request: typing.Optional[
typing.Union[google.cloud.location.locations_pb2.GetLocationRequest, dict]
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.location.locations_pb2.LocationGets information about a location.
See more: google.cloud.ces_v1beta.services.agent_service.AgentServiceAsyncClient.get_location
google.cloud.ces_v1beta.services.agent_service.AgentServiceAsyncClient.get_mtls_endpoint_and_cert_source
get_mtls_endpoint_and_cert_source(
client_options: typing.Optional[
google.api_core.client_options.ClientOptions
] = None,
)Return the API endpoint and client cert source for mutual TLS.
google.cloud.ces_v1beta.services.agent_service.AgentServiceAsyncClient.get_operation
get_operation(
request: typing.Optional[
typing.Union[google.longrunning.operations_pb2.GetOperationRequest, dict]
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.longrunning.operations_pb2.OperationGets the latest state of a long-running operation.
See more: google.cloud.ces_v1beta.services.agent_service.AgentServiceAsyncClient.get_operation
google.cloud.ces_v1beta.services.agent_service.AgentServiceAsyncClient.get_security_settings
get_security_settings(
request: typing.Optional[
typing.Union[
google.cloud.ces_v1beta.types.agent_service.GetSecuritySettingsRequest, dict
]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.ces_v1beta.types.security_settings.SecuritySettingsRetrieves the security settings for the project and location.
See more: google.cloud.ces_v1beta.services.agent_service.AgentServiceAsyncClient.get_security_settings
google.cloud.ces_v1beta.services.agent_service.AgentServiceAsyncClient.get_tool
get_tool(
request: typing.Optional[
typing.Union[google.cloud.ces_v1beta.types.agent_service.GetToolRequest, dict]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.ces_v1beta.types.tool.ToolGets details of the specified tool.
See more: google.cloud.ces_v1beta.services.agent_service.AgentServiceAsyncClient.get_tool
google.cloud.ces_v1beta.services.agent_service.AgentServiceAsyncClient.get_toolset
get_toolset(
request: typing.Optional[
typing.Union[
google.cloud.ces_v1beta.types.agent_service.GetToolsetRequest, dict
]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.ces_v1beta.types.toolset.ToolsetGets details of the specified toolset.
See more: google.cloud.ces_v1beta.services.agent_service.AgentServiceAsyncClient.get_toolset
google.cloud.ces_v1beta.services.agent_service.AgentServiceAsyncClient.get_transport_class
get_transport_class(
label: typing.Optional[str] = None,
) -> typing.Type[
google.cloud.ces_v1beta.services.agent_service.transports.base.AgentServiceTransport
]Returns an appropriate transport class.
See more: google.cloud.ces_v1beta.services.agent_service.AgentServiceAsyncClient.get_transport_class
google.cloud.ces_v1beta.services.agent_service.AgentServiceAsyncClient.guardrail_path
guardrail_path(project: str, location: str, app: str, guardrail: str) -> strReturns a fully-qualified guardrail string.
See more: google.cloud.ces_v1beta.services.agent_service.AgentServiceAsyncClient.guardrail_path
google.cloud.ces_v1beta.services.agent_service.AgentServiceAsyncClient.import_app
import_app(
request: typing.Optional[
typing.Union[google.cloud.ces_v1beta.types.agent_service.ImportAppRequest, dict]
] = None,
*,
parent: typing.Optional[str] = None,
display_name: typing.Optional[str] = None,
app_id: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.api_core.operation_async.AsyncOperationImports the specified app.
See more: google.cloud.ces_v1beta.services.agent_service.AgentServiceAsyncClient.import_app
google.cloud.ces_v1beta.services.agent_service.AgentServiceAsyncClient.inspect_template_path
inspect_template_path(
organization: str, location: str, inspect_template: str
) -> strReturns a fully-qualified inspect_template string.
See more: google.cloud.ces_v1beta.services.agent_service.AgentServiceAsyncClient.inspect_template_path
google.cloud.ces_v1beta.services.agent_service.AgentServiceAsyncClient.list_agents
list_agents(
request: typing.Optional[
typing.Union[
google.cloud.ces_v1beta.types.agent_service.ListAgentsRequest, dict
]
] = None,
*,
parent: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.ces_v1beta.services.agent_service.pagers.ListAgentsAsyncPagerLists agents in the given app.
See more: google.cloud.ces_v1beta.services.agent_service.AgentServiceAsyncClient.list_agents
google.cloud.ces_v1beta.services.agent_service.AgentServiceAsyncClient.list_app_versions
list_app_versions(
request: typing.Optional[
typing.Union[
google.cloud.ces_v1beta.types.agent_service.ListAppVersionsRequest, dict
]
] = None,
*,
parent: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.ces_v1beta.services.agent_service.pagers.ListAppVersionsAsyncPagerLists all app versions in the given app.
See more: google.cloud.ces_v1beta.services.agent_service.AgentServiceAsyncClient.list_app_versions
google.cloud.ces_v1beta.services.agent_service.AgentServiceAsyncClient.list_apps
list_apps(
request: typing.Optional[
typing.Union[google.cloud.ces_v1beta.types.agent_service.ListAppsRequest, dict]
] = None,
*,
parent: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.ces_v1beta.services.agent_service.pagers.ListAppsAsyncPagerLists apps in the given project and location.
See more: google.cloud.ces_v1beta.services.agent_service.AgentServiceAsyncClient.list_apps
google.cloud.ces_v1beta.services.agent_service.AgentServiceAsyncClient.list_changelogs
list_changelogs(
request: typing.Optional[
typing.Union[
google.cloud.ces_v1beta.types.agent_service.ListChangelogsRequest, dict
]
] = None,
*,
parent: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.ces_v1beta.services.agent_service.pagers.ListChangelogsAsyncPagerLists the changelogs of the specified app.
See more: google.cloud.ces_v1beta.services.agent_service.AgentServiceAsyncClient.list_changelogs
google.cloud.ces_v1beta.services.agent_service.AgentServiceAsyncClient.list_conversations
list_conversations(
request: typing.Optional[
typing.Union[
google.cloud.ces_v1beta.types.agent_service.ListConversationsRequest, dict
]
] = None,
*,
parent: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.ces_v1beta.services.agent_service.pagers.ListConversationsAsyncPagerLists conversations in the given app.
See more: google.cloud.ces_v1beta.services.agent_service.AgentServiceAsyncClient.list_conversations
google.cloud.ces_v1beta.services.agent_service.AgentServiceAsyncClient.list_deployments
list_deployments(
request: typing.Optional[
typing.Union[
google.cloud.ces_v1beta.types.agent_service.ListDeploymentsRequest, dict
]
] = None,
*,
parent: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.ces_v1beta.services.agent_service.pagers.ListDeploymentsAsyncPagerLists deployments in the given app.
See more: google.cloud.ces_v1beta.services.agent_service.AgentServiceAsyncClient.list_deployments
google.cloud.ces_v1beta.services.agent_service.AgentServiceAsyncClient.list_examples
list_examples(
request: typing.Optional[
typing.Union[
google.cloud.ces_v1beta.types.agent_service.ListExamplesRequest, dict
]
] = None,
*,
parent: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.ces_v1beta.services.agent_service.pagers.ListExamplesAsyncPagerLists examples in the given app.
See more: google.cloud.ces_v1beta.services.agent_service.AgentServiceAsyncClient.list_examples
google.cloud.ces_v1beta.services.agent_service.AgentServiceAsyncClient.list_guardrails
list_guardrails(
request: typing.Optional[
typing.Union[
google.cloud.ces_v1beta.types.agent_service.ListGuardrailsRequest, dict
]
] = None,
*,
parent: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.ces_v1beta.services.agent_service.pagers.ListGuardrailsAsyncPagerLists guardrails in the given app.
See more: google.cloud.ces_v1beta.services.agent_service.AgentServiceAsyncClient.list_guardrails
google.cloud.ces_v1beta.services.agent_service.AgentServiceAsyncClient.list_locations
list_locations(
request: typing.Optional[
typing.Union[google.cloud.location.locations_pb2.ListLocationsRequest, dict]
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.location.locations_pb2.ListLocationsResponseLists information about the supported locations for this service.
See more: google.cloud.ces_v1beta.services.agent_service.AgentServiceAsyncClient.list_locations
google.cloud.ces_v1beta.services.agent_service.AgentServiceAsyncClient.list_operations
list_operations(
request: typing.Optional[
typing.Union[google.longrunning.operations_pb2.ListOperationsRequest, dict]
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.longrunning.operations_pb2.ListOperationsResponseLists operations that match the specified filter in the request.
See more: google.cloud.ces_v1beta.services.agent_service.AgentServiceAsyncClient.list_operations
google.cloud.ces_v1beta.services.agent_service.AgentServiceAsyncClient.list_tools
list_tools(
request: typing.Optional[
typing.Union[google.cloud.ces_v1beta.types.agent_service.ListToolsRequest, dict]
] = None,
*,
parent: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.ces_v1beta.services.agent_service.pagers.ListToolsAsyncPagerLists tools in the given app.
See more: google.cloud.ces_v1beta.services.agent_service.AgentServiceAsyncClient.list_tools
google.cloud.ces_v1beta.services.agent_service.AgentServiceAsyncClient.list_toolsets
list_toolsets(
request: typing.Optional[
typing.Union[
google.cloud.ces_v1beta.types.agent_service.ListToolsetsRequest, dict
]
] = None,
*,
parent: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.ces_v1beta.services.agent_service.pagers.ListToolsetsAsyncPagerLists toolsets in the given app.
See more: google.cloud.ces_v1beta.services.agent_service.AgentServiceAsyncClient.list_toolsets
google.cloud.ces_v1beta.services.agent_service.AgentServiceAsyncClient.parse_agent_path
parse_agent_path(path: str) -> typing.Dict[str, str]Parses a agent path into its component segments.
See more: google.cloud.ces_v1beta.services.agent_service.AgentServiceAsyncClient.parse_agent_path
google.cloud.ces_v1beta.services.agent_service.AgentServiceAsyncClient.parse_app_path
parse_app_path(path: str) -> typing.Dict[str, str]Parses a app path into its component segments.
See more: google.cloud.ces_v1beta.services.agent_service.AgentServiceAsyncClient.parse_app_path
google.cloud.ces_v1beta.services.agent_service.AgentServiceAsyncClient.parse_app_version_path
parse_app_version_path(path: str) -> typing.Dict[str, str]Parses a app_version path into its component segments.
See more: google.cloud.ces_v1beta.services.agent_service.AgentServiceAsyncClient.parse_app_version_path
google.cloud.ces_v1beta.services.agent_service.AgentServiceAsyncClient.parse_changelog_path
parse_changelog_path(path: str) -> typing.Dict[str, str]Parses a changelog path into its component segments.
See more: google.cloud.ces_v1beta.services.agent_service.AgentServiceAsyncClient.parse_changelog_path
google.cloud.ces_v1beta.services.agent_service.AgentServiceAsyncClient.parse_common_billing_account_path
parse_common_billing_account_path(path: str) -> typing.Dict[str, str]Parse a billing_account path into its component segments.
google.cloud.ces_v1beta.services.agent_service.AgentServiceAsyncClient.parse_common_folder_path
parse_common_folder_path(path: str) -> typing.Dict[str, str]Parse a folder path into its component segments.
See more: google.cloud.ces_v1beta.services.agent_service.AgentServiceAsyncClient.parse_common_folder_path
google.cloud.ces_v1beta.services.agent_service.AgentServiceAsyncClient.parse_common_location_path
parse_common_location_path(path: str) -> typing.Dict[str, str]Parse a location path into its component segments.
See more: google.cloud.ces_v1beta.services.agent_service.AgentServiceAsyncClient.parse_common_location_path
google.cloud.ces_v1beta.services.agent_service.AgentServiceAsyncClient.parse_common_organization_path
parse_common_organization_path(path: str) -> typing.Dict[str, str]Parse a organization path into its component segments.
google.cloud.ces_v1beta.services.agent_service.AgentServiceAsyncClient.parse_common_project_path
parse_common_project_path(path: str) -> typing.Dict[str, str]Parse a project path into its component segments.
See more: google.cloud.ces_v1beta.services.agent_service.AgentServiceAsyncClient.parse_common_project_path
google.cloud.ces_v1beta.services.agent_service.AgentServiceAsyncClient.parse_conversation_path
parse_conversation_path(path: str) -> typing.Dict[str, str]Parses a conversation path into its component segments.
See more: google.cloud.ces_v1beta.services.agent_service.AgentServiceAsyncClient.parse_conversation_path
google.cloud.ces_v1beta.services.agent_service.AgentServiceAsyncClient.parse_deidentify_template_path
parse_deidentify_template_path(path: str) -> typing.Dict[str, str]Parses a deidentify_template path into its component segments.
google.cloud.ces_v1beta.services.agent_service.AgentServiceAsyncClient.parse_deployment_path
parse_deployment_path(path: str) -> typing.Dict[str, str]Parses a deployment path into its component segments.
See more: google.cloud.ces_v1beta.services.agent_service.AgentServiceAsyncClient.parse_deployment_path
google.cloud.ces_v1beta.services.agent_service.AgentServiceAsyncClient.parse_dialogflow_agent_path
parse_dialogflow_agent_path(path: str) -> typing.Dict[str, str]Parses a dialogflow_agent path into its component segments.
See more: google.cloud.ces_v1beta.services.agent_service.AgentServiceAsyncClient.parse_dialogflow_agent_path
google.cloud.ces_v1beta.services.agent_service.AgentServiceAsyncClient.parse_engine_path
parse_engine_path(path: str) -> typing.Dict[str, str]Parses a engine path into its component segments.
See more: google.cloud.ces_v1beta.services.agent_service.AgentServiceAsyncClient.parse_engine_path
google.cloud.ces_v1beta.services.agent_service.AgentServiceAsyncClient.parse_example_path
parse_example_path(path: str) -> typing.Dict[str, str]Parses a example path into its component segments.
See more: google.cloud.ces_v1beta.services.agent_service.AgentServiceAsyncClient.parse_example_path
google.cloud.ces_v1beta.services.agent_service.AgentServiceAsyncClient.parse_guardrail_path
parse_guardrail_path(path: str) -> typing.Dict[str, str]Parses a guardrail path into its component segments.
See more: google.cloud.ces_v1beta.services.agent_service.AgentServiceAsyncClient.parse_guardrail_path
google.cloud.ces_v1beta.services.agent_service.AgentServiceAsyncClient.parse_inspect_template_path
parse_inspect_template_path(path: str) -> typing.Dict[str, str]Parses a inspect_template path into its component segments.
See more: google.cloud.ces_v1beta.services.agent_service.AgentServiceAsyncClient.parse_inspect_template_path
google.cloud.ces_v1beta.services.agent_service.AgentServiceAsyncClient.parse_secret_version_path
parse_secret_version_path(path: str) -> typing.Dict[str, str]Parses a secret_version path into its component segments.
See more: google.cloud.ces_v1beta.services.agent_service.AgentServiceAsyncClient.parse_secret_version_path
google.cloud.ces_v1beta.services.agent_service.AgentServiceAsyncClient.parse_security_settings_path
parse_security_settings_path(path: str) -> typing.Dict[str, str]Parses a security_settings path into its component segments.
See more: google.cloud.ces_v1beta.services.agent_service.AgentServiceAsyncClient.parse_security_settings_path
google.cloud.ces_v1beta.services.agent_service.AgentServiceAsyncClient.parse_service_path
parse_service_path(path: str) -> typing.Dict[str, str]Parses a service path into its component segments.
See more: google.cloud.ces_v1beta.services.agent_service.AgentServiceAsyncClient.parse_service_path
google.cloud.ces_v1beta.services.agent_service.AgentServiceAsyncClient.parse_tool_path
parse_tool_path(path: str) -> typing.Dict[str, str]Parses a tool path into its component segments.
See more: google.cloud.ces_v1beta.services.agent_service.AgentServiceAsyncClient.parse_tool_path
google.cloud.ces_v1beta.services.agent_service.AgentServiceAsyncClient.parse_toolset_path
parse_toolset_path(path: str) -> typing.Dict[str, str]Parses a toolset path into its component segments.
See more: google.cloud.ces_v1beta.services.agent_service.AgentServiceAsyncClient.parse_toolset_path
google.cloud.ces_v1beta.services.agent_service.AgentServiceAsyncClient.restore_app_version
restore_app_version(
request: typing.Optional[
typing.Union[
google.cloud.ces_v1beta.types.agent_service.RestoreAppVersionRequest, dict
]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.api_core.operation_async.AsyncOperationRestores the specified app version.
See more: google.cloud.ces_v1beta.services.agent_service.AgentServiceAsyncClient.restore_app_version
google.cloud.ces_v1beta.services.agent_service.AgentServiceAsyncClient.secret_version_path
secret_version_path(project: str, secret: str, secret_version: str) -> strReturns a fully-qualified secret_version string.
See more: google.cloud.ces_v1beta.services.agent_service.AgentServiceAsyncClient.secret_version_path
google.cloud.ces_v1beta.services.agent_service.AgentServiceAsyncClient.security_settings_path
security_settings_path(project: str, location: str) -> strReturns a fully-qualified security_settings string.
See more: google.cloud.ces_v1beta.services.agent_service.AgentServiceAsyncClient.security_settings_path
google.cloud.ces_v1beta.services.agent_service.AgentServiceAsyncClient.service_path
service_path(project: str, location: str, namespace: str, service: str) -> strReturns a fully-qualified service string.
See more: google.cloud.ces_v1beta.services.agent_service.AgentServiceAsyncClient.service_path
google.cloud.ces_v1beta.services.agent_service.AgentServiceAsyncClient.tool_path
tool_path(project: str, location: str, app: str, tool: str) -> strReturns a fully-qualified tool string.
See more: google.cloud.ces_v1beta.services.agent_service.AgentServiceAsyncClient.tool_path
google.cloud.ces_v1beta.services.agent_service.AgentServiceAsyncClient.toolset_path
toolset_path(project: str, location: str, app: str, toolset: str) -> strReturns a fully-qualified toolset string.
See more: google.cloud.ces_v1beta.services.agent_service.AgentServiceAsyncClient.toolset_path
google.cloud.ces_v1beta.services.agent_service.AgentServiceAsyncClient.update_agent
update_agent(
request: typing.Optional[
typing.Union[
google.cloud.ces_v1beta.types.agent_service.UpdateAgentRequest, dict
]
] = None,
*,
agent: typing.Optional[google.cloud.ces_v1beta.types.agent.Agent] = None,
update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.ces_v1beta.types.agent.AgentUpdates the specified agent.
See more: google.cloud.ces_v1beta.services.agent_service.AgentServiceAsyncClient.update_agent
google.cloud.ces_v1beta.services.agent_service.AgentServiceAsyncClient.update_app
update_app(
request: typing.Optional[
typing.Union[google.cloud.ces_v1beta.types.agent_service.UpdateAppRequest, dict]
] = None,
*,
app: typing.Optional[google.cloud.ces_v1beta.types.app.App] = None,
update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.ces_v1beta.types.app.AppUpdates the specified app.
See more: google.cloud.ces_v1beta.services.agent_service.AgentServiceAsyncClient.update_app
google.cloud.ces_v1beta.services.agent_service.AgentServiceAsyncClient.update_deployment
update_deployment(
request: typing.Optional[
typing.Union[
google.cloud.ces_v1beta.types.agent_service.UpdateDeploymentRequest, dict
]
] = None,
*,
deployment: typing.Optional[
google.cloud.ces_v1beta.types.deployment.Deployment
] = None,
update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.ces_v1beta.types.deployment.DeploymentUpdates the specified deployment.
See more: google.cloud.ces_v1beta.services.agent_service.AgentServiceAsyncClient.update_deployment
google.cloud.ces_v1beta.services.agent_service.AgentServiceAsyncClient.update_example
update_example(
request: typing.Optional[
typing.Union[
google.cloud.ces_v1beta.types.agent_service.UpdateExampleRequest, dict
]
] = None,
*,
example: typing.Optional[google.cloud.ces_v1beta.types.example.Example] = None,
update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.ces_v1beta.types.example.ExampleUpdates the specified example.
See more: google.cloud.ces_v1beta.services.agent_service.AgentServiceAsyncClient.update_example
google.cloud.ces_v1beta.services.agent_service.AgentServiceAsyncClient.update_guardrail
update_guardrail(
request: typing.Optional[
typing.Union[
google.cloud.ces_v1beta.types.agent_service.UpdateGuardrailRequest, dict
]
] = None,
*,
guardrail: typing.Optional[
google.cloud.ces_v1beta.types.guardrail.Guardrail
] = None,
update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.ces_v1beta.types.guardrail.GuardrailUpdates the specified guardrail.
See more: google.cloud.ces_v1beta.services.agent_service.AgentServiceAsyncClient.update_guardrail
google.cloud.ces_v1beta.services.agent_service.AgentServiceAsyncClient.update_security_settings
update_security_settings(
request: typing.Optional[
typing.Union[
google.cloud.ces_v1beta.types.agent_service.UpdateSecuritySettingsRequest,
dict,
]
] = None,
*,
security_settings: typing.Optional[
google.cloud.ces_v1beta.types.security_settings.SecuritySettings
] = None,
update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.ces_v1beta.types.security_settings.SecuritySettingsUpdates the security settings for the project and location.
See more: google.cloud.ces_v1beta.services.agent_service.AgentServiceAsyncClient.update_security_settings
google.cloud.ces_v1beta.services.agent_service.AgentServiceAsyncClient.update_tool
update_tool(
request: typing.Optional[
typing.Union[
google.cloud.ces_v1beta.types.agent_service.UpdateToolRequest, dict
]
] = None,
*,
tool: typing.Optional[google.cloud.ces_v1beta.types.tool.Tool] = None,
update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.ces_v1beta.types.tool.ToolUpdates the specified tool.
See more: google.cloud.ces_v1beta.services.agent_service.AgentServiceAsyncClient.update_tool
google.cloud.ces_v1beta.services.agent_service.AgentServiceAsyncClient.update_toolset
update_toolset(
request: typing.Optional[
typing.Union[
google.cloud.ces_v1beta.types.agent_service.UpdateToolsetRequest, dict
]
] = None,
*,
toolset: typing.Optional[google.cloud.ces_v1beta.types.toolset.Toolset] = None,
update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.ces_v1beta.types.toolset.ToolsetUpdates the specified toolset.
See more: google.cloud.ces_v1beta.services.agent_service.AgentServiceAsyncClient.update_toolset
google.cloud.ces_v1beta.services.agent_service.AgentServiceClient
AgentServiceClient(
*,
credentials: typing.Optional[google.auth.credentials.Credentials] = None,
transport: typing.Optional[
typing.Union[
str,
google.cloud.ces_v1beta.services.agent_service.transports.base.AgentServiceTransport,
typing.Callable[
[...],
google.cloud.ces_v1beta.services.agent_service.transports.base.AgentServiceTransport,
],
]
] = None,
client_options: typing.Optional[
typing.Union[google.api_core.client_options.ClientOptions, dict]
] = None,
client_info: google.api_core.gapic_v1.client_info.ClientInfo = google.api_core.gapic_v1.client_info.ClientInfo
)Instantiates the agent service client.
See more: google.cloud.ces_v1beta.services.agent_service.AgentServiceClient
google.cloud.ces_v1beta.services.agent_service.AgentServiceClient.__exit__
__exit__(type, value, traceback)Releases underlying transport's resources.
See more: google.cloud.ces_v1beta.services.agent_service.AgentServiceClient.exit
google.cloud.ces_v1beta.services.agent_service.AgentServiceClient.agent_path
agent_path(project: str, location: str, app: str, agent: str) -> strReturns a fully-qualified agent string.
See more: google.cloud.ces_v1beta.services.agent_service.AgentServiceClient.agent_path
google.cloud.ces_v1beta.services.agent_service.AgentServiceClient.app_path
app_path(project: str, location: str, app: str) -> strReturns a fully-qualified app string.
See more: google.cloud.ces_v1beta.services.agent_service.AgentServiceClient.app_path
google.cloud.ces_v1beta.services.agent_service.AgentServiceClient.app_version_path
app_version_path(project: str, location: str, app: str, version: str) -> strReturns a fully-qualified app_version string.
See more: google.cloud.ces_v1beta.services.agent_service.AgentServiceClient.app_version_path
google.cloud.ces_v1beta.services.agent_service.AgentServiceClient.batch_delete_conversations
batch_delete_conversations(
request: typing.Optional[
typing.Union[
google.cloud.ces_v1beta.types.agent_service.BatchDeleteConversationsRequest,
dict,
]
] = None,
*,
parent: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.api_core.operation.OperationBatch deletes the specified conversations.
See more: google.cloud.ces_v1beta.services.agent_service.AgentServiceClient.batch_delete_conversations
google.cloud.ces_v1beta.services.agent_service.AgentServiceClient.cancel_operation
cancel_operation(
request: typing.Optional[
typing.Union[google.longrunning.operations_pb2.CancelOperationRequest, dict]
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> NoneStarts asynchronous cancellation on a long-running operation.
See more: google.cloud.ces_v1beta.services.agent_service.AgentServiceClient.cancel_operation
google.cloud.ces_v1beta.services.agent_service.AgentServiceClient.changelog_path
changelog_path(project: str, location: str, app: str, changelog: str) -> strReturns a fully-qualified changelog string.
See more: google.cloud.ces_v1beta.services.agent_service.AgentServiceClient.changelog_path
google.cloud.ces_v1beta.services.agent_service.AgentServiceClient.common_billing_account_path
common_billing_account_path(billing_account: str) -> strReturns a fully-qualified billing_account string.
See more: google.cloud.ces_v1beta.services.agent_service.AgentServiceClient.common_billing_account_path
google.cloud.ces_v1beta.services.agent_service.AgentServiceClient.common_folder_path
common_folder_path(folder: str) -> strReturns a fully-qualified folder string.
See more: google.cloud.ces_v1beta.services.agent_service.AgentServiceClient.common_folder_path
google.cloud.ces_v1beta.services.agent_service.AgentServiceClient.common_location_path
common_location_path(project: str, location: str) -> strReturns a fully-qualified location string.
See more: google.cloud.ces_v1beta.services.agent_service.AgentServiceClient.common_location_path
google.cloud.ces_v1beta.services.agent_service.AgentServiceClient.common_organization_path
common_organization_path(organization: str) -> strReturns a fully-qualified organization string.
See more: google.cloud.ces_v1beta.services.agent_service.AgentServiceClient.common_organization_path
google.cloud.ces_v1beta.services.agent_service.AgentServiceClient.common_project_path
common_project_path(project: str) -> strReturns a fully-qualified project string.
See more: google.cloud.ces_v1beta.services.agent_service.AgentServiceClient.common_project_path
google.cloud.ces_v1beta.services.agent_service.AgentServiceClient.conversation_path
conversation_path(project: str, location: str, app: str, conversation: str) -> strReturns a fully-qualified conversation string.
See more: google.cloud.ces_v1beta.services.agent_service.AgentServiceClient.conversation_path
google.cloud.ces_v1beta.services.agent_service.AgentServiceClient.create_agent
create_agent(
request: typing.Optional[
typing.Union[
google.cloud.ces_v1beta.types.agent_service.CreateAgentRequest, dict
]
] = None,
*,
parent: typing.Optional[str] = None,
agent: typing.Optional[google.cloud.ces_v1beta.types.agent.Agent] = None,
agent_id: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.ces_v1beta.types.agent.AgentCreates a new agent in the given app.
See more: google.cloud.ces_v1beta.services.agent_service.AgentServiceClient.create_agent
google.cloud.ces_v1beta.services.agent_service.AgentServiceClient.create_app
create_app(
request: typing.Optional[
typing.Union[google.cloud.ces_v1beta.types.agent_service.CreateAppRequest, dict]
] = None,
*,
parent: typing.Optional[str] = None,
app: typing.Optional[google.cloud.ces_v1beta.types.app.App] = None,
app_id: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.api_core.operation.OperationCreates a new app in the given project and location.
See more: google.cloud.ces_v1beta.services.agent_service.AgentServiceClient.create_app
google.cloud.ces_v1beta.services.agent_service.AgentServiceClient.create_app_version
create_app_version(
request: typing.Optional[
typing.Union[
google.cloud.ces_v1beta.types.agent_service.CreateAppVersionRequest, dict
]
] = None,
*,
parent: typing.Optional[str] = None,
app_version: typing.Optional[
google.cloud.ces_v1beta.types.app_version.AppVersion
] = None,
app_version_id: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.ces_v1beta.types.app_version.AppVersionCreates a new app version in the given app.
See more: google.cloud.ces_v1beta.services.agent_service.AgentServiceClient.create_app_version
google.cloud.ces_v1beta.services.agent_service.AgentServiceClient.create_deployment
create_deployment(
request: typing.Optional[
typing.Union[
google.cloud.ces_v1beta.types.agent_service.CreateDeploymentRequest, dict
]
] = None,
*,
parent: typing.Optional[str] = None,
deployment: typing.Optional[
google.cloud.ces_v1beta.types.deployment.Deployment
] = None,
deployment_id: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.ces_v1beta.types.deployment.DeploymentCreates a new deployment in the given app.
See more: google.cloud.ces_v1beta.services.agent_service.AgentServiceClient.create_deployment
google.cloud.ces_v1beta.services.agent_service.AgentServiceClient.create_example
create_example(
request: typing.Optional[
typing.Union[
google.cloud.ces_v1beta.types.agent_service.CreateExampleRequest, dict
]
] = None,
*,
parent: typing.Optional[str] = None,
example: typing.Optional[google.cloud.ces_v1beta.types.example.Example] = None,
example_id: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.ces_v1beta.types.example.ExampleCreates a new example in the given app.
See more: google.cloud.ces_v1beta.services.agent_service.AgentServiceClient.create_example
google.cloud.ces_v1beta.services.agent_service.AgentServiceClient.create_guardrail
create_guardrail(
request: typing.Optional[
typing.Union[
google.cloud.ces_v1beta.types.agent_service.CreateGuardrailRequest, dict
]
] = None,
*,
parent: typing.Optional[str] = None,
guardrail: typing.Optional[
google.cloud.ces_v1beta.types.guardrail.Guardrail
] = None,
guardrail_id: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.ces_v1beta.types.guardrail.GuardrailCreates a new guardrail in the given app.
See more: google.cloud.ces_v1beta.services.agent_service.AgentServiceClient.create_guardrail
google.cloud.ces_v1beta.services.agent_service.AgentServiceClient.create_tool
create_tool(
request: typing.Optional[
typing.Union[
google.cloud.ces_v1beta.types.agent_service.CreateToolRequest, dict
]
] = None,
*,
parent: typing.Optional[str] = None,
tool: typing.Optional[google.cloud.ces_v1beta.types.tool.Tool] = None,
tool_id: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.ces_v1beta.types.tool.ToolCreates a new tool in the given app.
See more: google.cloud.ces_v1beta.services.agent_service.AgentServiceClient.create_tool
google.cloud.ces_v1beta.services.agent_service.AgentServiceClient.create_toolset
create_toolset(
request: typing.Optional[
typing.Union[
google.cloud.ces_v1beta.types.agent_service.CreateToolsetRequest, dict
]
] = None,
*,
parent: typing.Optional[str] = None,
toolset: typing.Optional[google.cloud.ces_v1beta.types.toolset.Toolset] = None,
toolset_id: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.ces_v1beta.types.toolset.ToolsetCreates a new toolset in the given app.
See more: google.cloud.ces_v1beta.services.agent_service.AgentServiceClient.create_toolset
google.cloud.ces_v1beta.services.agent_service.AgentServiceClient.deidentify_template_path
deidentify_template_path(
organization: str, location: str, deidentify_template: str
) -> strReturns a fully-qualified deidentify_template string.
See more: google.cloud.ces_v1beta.services.agent_service.AgentServiceClient.deidentify_template_path
google.cloud.ces_v1beta.services.agent_service.AgentServiceClient.delete_agent
delete_agent(
request: typing.Optional[
typing.Union[
google.cloud.ces_v1beta.types.agent_service.DeleteAgentRequest, dict
]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> NoneDeletes the specified agent.
See more: google.cloud.ces_v1beta.services.agent_service.AgentServiceClient.delete_agent
google.cloud.ces_v1beta.services.agent_service.AgentServiceClient.delete_app
delete_app(
request: typing.Optional[
typing.Union[google.cloud.ces_v1beta.types.agent_service.DeleteAppRequest, dict]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.api_core.operation.OperationDeletes the specified app.
See more: google.cloud.ces_v1beta.services.agent_service.AgentServiceClient.delete_app
google.cloud.ces_v1beta.services.agent_service.AgentServiceClient.delete_app_version
delete_app_version(
request: typing.Optional[
typing.Union[
google.cloud.ces_v1beta.types.agent_service.DeleteAppVersionRequest, dict
]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> NoneDeletes the specified app version.
See more: google.cloud.ces_v1beta.services.agent_service.AgentServiceClient.delete_app_version
google.cloud.ces_v1beta.services.agent_service.AgentServiceClient.delete_conversation
delete_conversation(
request: typing.Optional[
typing.Union[
google.cloud.ces_v1beta.types.agent_service.DeleteConversationRequest, dict
]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> NoneDeletes the specified conversation.
See more: google.cloud.ces_v1beta.services.agent_service.AgentServiceClient.delete_conversation
google.cloud.ces_v1beta.services.agent_service.AgentServiceClient.delete_deployment
delete_deployment(
request: typing.Optional[
typing.Union[
google.cloud.ces_v1beta.types.agent_service.DeleteDeploymentRequest, dict
]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> NoneDeletes the specified deployment.
See more: google.cloud.ces_v1beta.services.agent_service.AgentServiceClient.delete_deployment
google.cloud.ces_v1beta.services.agent_service.AgentServiceClient.delete_example
delete_example(
request: typing.Optional[
typing.Union[
google.cloud.ces_v1beta.types.agent_service.DeleteExampleRequest, dict
]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> NoneDeletes the specified example.
See more: google.cloud.ces_v1beta.services.agent_service.AgentServiceClient.delete_example
google.cloud.ces_v1beta.services.agent_service.AgentServiceClient.delete_guardrail
delete_guardrail(
request: typing.Optional[
typing.Union[
google.cloud.ces_v1beta.types.agent_service.DeleteGuardrailRequest, dict
]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> NoneDeletes the specified guardrail.
See more: google.cloud.ces_v1beta.services.agent_service.AgentServiceClient.delete_guardrail
google.cloud.ces_v1beta.services.agent_service.AgentServiceClient.delete_operation
delete_operation(
request: typing.Optional[
typing.Union[google.longrunning.operations_pb2.DeleteOperationRequest, dict]
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> NoneDeletes a long-running operation.
See more: google.cloud.ces_v1beta.services.agent_service.AgentServiceClient.delete_operation
google.cloud.ces_v1beta.services.agent_service.AgentServiceClient.delete_tool
delete_tool(
request: typing.Optional[
typing.Union[
google.cloud.ces_v1beta.types.agent_service.DeleteToolRequest, dict
]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> NoneDeletes the specified tool.
See more: google.cloud.ces_v1beta.services.agent_service.AgentServiceClient.delete_tool
google.cloud.ces_v1beta.services.agent_service.AgentServiceClient.delete_toolset
delete_toolset(
request: typing.Optional[
typing.Union[
google.cloud.ces_v1beta.types.agent_service.DeleteToolsetRequest, dict
]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> NoneDeletes the specified toolset.
See more: google.cloud.ces_v1beta.services.agent_service.AgentServiceClient.delete_toolset
google.cloud.ces_v1beta.services.agent_service.AgentServiceClient.deployment_path
deployment_path(project: str, location: str, app: str, deployment: str) -> strReturns a fully-qualified deployment string.
See more: google.cloud.ces_v1beta.services.agent_service.AgentServiceClient.deployment_path
google.cloud.ces_v1beta.services.agent_service.AgentServiceClient.dialogflow_agent_path
dialogflow_agent_path(project: str, location: str, agent: str) -> strReturns a fully-qualified dialogflow_agent string.
See more: google.cloud.ces_v1beta.services.agent_service.AgentServiceClient.dialogflow_agent_path
google.cloud.ces_v1beta.services.agent_service.AgentServiceClient.engine_path
engine_path(project: str, location: str, collection: str, engine: str) -> strReturns a fully-qualified engine string.
See more: google.cloud.ces_v1beta.services.agent_service.AgentServiceClient.engine_path
google.cloud.ces_v1beta.services.agent_service.AgentServiceClient.example_path
example_path(project: str, location: str, app: str, example: str) -> strReturns a fully-qualified example string.
See more: google.cloud.ces_v1beta.services.agent_service.AgentServiceClient.example_path
google.cloud.ces_v1beta.services.agent_service.AgentServiceClient.export_app
export_app(
request: typing.Optional[
typing.Union[google.cloud.ces_v1beta.types.agent_service.ExportAppRequest, dict]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.api_core.operation.OperationExports the specified app.
See more: google.cloud.ces_v1beta.services.agent_service.AgentServiceClient.export_app
google.cloud.ces_v1beta.services.agent_service.AgentServiceClient.from_service_account_file
from_service_account_file(filename: str, *args, **kwargs)Creates an instance of this client using the provided credentials file.
See more: google.cloud.ces_v1beta.services.agent_service.AgentServiceClient.from_service_account_file
google.cloud.ces_v1beta.services.agent_service.AgentServiceClient.from_service_account_info
from_service_account_info(info: dict, *args, **kwargs)Creates an instance of this client using the provided credentials info.
See more: google.cloud.ces_v1beta.services.agent_service.AgentServiceClient.from_service_account_info
google.cloud.ces_v1beta.services.agent_service.AgentServiceClient.from_service_account_json
from_service_account_json(filename: str, *args, **kwargs)Creates an instance of this client using the provided credentials file.
See more: google.cloud.ces_v1beta.services.agent_service.AgentServiceClient.from_service_account_json
google.cloud.ces_v1beta.services.agent_service.AgentServiceClient.get_agent
get_agent(
request: typing.Optional[
typing.Union[google.cloud.ces_v1beta.types.agent_service.GetAgentRequest, dict]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.ces_v1beta.types.agent.AgentGets details of the specified agent.
See more: google.cloud.ces_v1beta.services.agent_service.AgentServiceClient.get_agent
google.cloud.ces_v1beta.services.agent_service.AgentServiceClient.get_app
get_app(
request: typing.Optional[
typing.Union[google.cloud.ces_v1beta.types.agent_service.GetAppRequest, dict]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.ces_v1beta.types.app.AppGets details of the specified app.
See more: google.cloud.ces_v1beta.services.agent_service.AgentServiceClient.get_app
google.cloud.ces_v1beta.services.agent_service.AgentServiceClient.get_app_version
get_app_version(
request: typing.Optional[
typing.Union[
google.cloud.ces_v1beta.types.agent_service.GetAppVersionRequest, dict
]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.ces_v1beta.types.app_version.AppVersionGets details of the specified app version.
See more: google.cloud.ces_v1beta.services.agent_service.AgentServiceClient.get_app_version
google.cloud.ces_v1beta.services.agent_service.AgentServiceClient.get_changelog
get_changelog(
request: typing.Optional[
typing.Union[
google.cloud.ces_v1beta.types.agent_service.GetChangelogRequest, dict
]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.ces_v1beta.types.changelog.ChangelogGets the specified changelog.
See more: google.cloud.ces_v1beta.services.agent_service.AgentServiceClient.get_changelog
google.cloud.ces_v1beta.services.agent_service.AgentServiceClient.get_conversation
get_conversation(
request: typing.Optional[
typing.Union[
google.cloud.ces_v1beta.types.agent_service.GetConversationRequest, dict
]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.ces_v1beta.types.conversation.ConversationGets details of the specified conversation.
See more: google.cloud.ces_v1beta.services.agent_service.AgentServiceClient.get_conversation
google.cloud.ces_v1beta.services.agent_service.AgentServiceClient.get_deployment
get_deployment(
request: typing.Optional[
typing.Union[
google.cloud.ces_v1beta.types.agent_service.GetDeploymentRequest, dict
]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.ces_v1beta.types.deployment.DeploymentGets details of the specified deployment.
See more: google.cloud.ces_v1beta.services.agent_service.AgentServiceClient.get_deployment
google.cloud.ces_v1beta.services.agent_service.AgentServiceClient.get_example
get_example(
request: typing.Optional[
typing.Union[
google.cloud.ces_v1beta.types.agent_service.GetExampleRequest, dict
]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.ces_v1beta.types.example.ExampleGets details of the specified example.
See more: google.cloud.ces_v1beta.services.agent_service.AgentServiceClient.get_example
google.cloud.ces_v1beta.services.agent_service.AgentServiceClient.get_guardrail
get_guardrail(
request: typing.Optional[
typing.Union[
google.cloud.ces_v1beta.types.agent_service.GetGuardrailRequest, dict
]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.ces_v1beta.types.guardrail.GuardrailGets details of the specified guardrail.
See more: google.cloud.ces_v1beta.services.agent_service.AgentServiceClient.get_guardrail
google.cloud.ces_v1beta.services.agent_service.AgentServiceClient.get_location
get_location(
request: typing.Optional[
typing.Union[google.cloud.location.locations_pb2.GetLocationRequest, dict]
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.location.locations_pb2.LocationGets information about a location.
See more: google.cloud.ces_v1beta.services.agent_service.AgentServiceClient.get_location
google.cloud.ces_v1beta.services.agent_service.AgentServiceClient.get_mtls_endpoint_and_cert_source
get_mtls_endpoint_and_cert_source(
client_options: typing.Optional[
google.api_core.client_options.ClientOptions
] = None,
)Deprecated.
See more: google.cloud.ces_v1beta.services.agent_service.AgentServiceClient.get_mtls_endpoint_and_cert_source
google.cloud.ces_v1beta.services.agent_service.AgentServiceClient.get_operation
get_operation(
request: typing.Optional[
typing.Union[google.longrunning.operations_pb2.GetOperationRequest, dict]
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.longrunning.operations_pb2.OperationGets the latest state of a long-running operation.
See more: google.cloud.ces_v1beta.services.agent_service.AgentServiceClient.get_operation
google.cloud.ces_v1beta.services.agent_service.AgentServiceClient.get_security_settings
get_security_settings(
request: typing.Optional[
typing.Union[
google.cloud.ces_v1beta.types.agent_service.GetSecuritySettingsRequest, dict
]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.ces_v1beta.types.security_settings.SecuritySettingsRetrieves the security settings for the project and location.
See more: google.cloud.ces_v1beta.services.agent_service.AgentServiceClient.get_security_settings
google.cloud.ces_v1beta.services.agent_service.AgentServiceClient.get_tool
get_tool(
request: typing.Optional[
typing.Union[google.cloud.ces_v1beta.types.agent_service.GetToolRequest, dict]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.ces_v1beta.types.tool.ToolGets details of the specified tool.
See more: google.cloud.ces_v1beta.services.agent_service.AgentServiceClient.get_tool
google.cloud.ces_v1beta.services.agent_service.AgentServiceClient.get_toolset
get_toolset(
request: typing.Optional[
typing.Union[
google.cloud.ces_v1beta.types.agent_service.GetToolsetRequest, dict
]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.ces_v1beta.types.toolset.ToolsetGets details of the specified toolset.
See more: google.cloud.ces_v1beta.services.agent_service.AgentServiceClient.get_toolset
google.cloud.ces_v1beta.services.agent_service.AgentServiceClient.guardrail_path
guardrail_path(project: str, location: str, app: str, guardrail: str) -> strReturns a fully-qualified guardrail string.
See more: google.cloud.ces_v1beta.services.agent_service.AgentServiceClient.guardrail_path
google.cloud.ces_v1beta.services.agent_service.AgentServiceClient.import_app
import_app(
request: typing.Optional[
typing.Union[google.cloud.ces_v1beta.types.agent_service.ImportAppRequest, dict]
] = None,
*,
parent: typing.Optional[str] = None,
display_name: typing.Optional[str] = None,
app_id: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.api_core.operation.OperationImports the specified app.
See more: google.cloud.ces_v1beta.services.agent_service.AgentServiceClient.import_app
google.cloud.ces_v1beta.services.agent_service.AgentServiceClient.inspect_template_path
inspect_template_path(
organization: str, location: str, inspect_template: str
) -> strReturns a fully-qualified inspect_template string.
See more: google.cloud.ces_v1beta.services.agent_service.AgentServiceClient.inspect_template_path
google.cloud.ces_v1beta.services.agent_service.AgentServiceClient.list_agents
list_agents(
request: typing.Optional[
typing.Union[
google.cloud.ces_v1beta.types.agent_service.ListAgentsRequest, dict
]
] = None,
*,
parent: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.ces_v1beta.services.agent_service.pagers.ListAgentsPagerLists agents in the given app.
See more: google.cloud.ces_v1beta.services.agent_service.AgentServiceClient.list_agents
google.cloud.ces_v1beta.services.agent_service.AgentServiceClient.list_app_versions
list_app_versions(
request: typing.Optional[
typing.Union[
google.cloud.ces_v1beta.types.agent_service.ListAppVersionsRequest, dict
]
] = None,
*,
parent: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.ces_v1beta.services.agent_service.pagers.ListAppVersionsPagerLists all app versions in the given app.
See more: google.cloud.ces_v1beta.services.agent_service.AgentServiceClient.list_app_versions
google.cloud.ces_v1beta.services.agent_service.AgentServiceClient.list_apps
list_apps(
request: typing.Optional[
typing.Union[google.cloud.ces_v1beta.types.agent_service.ListAppsRequest, dict]
] = None,
*,
parent: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.ces_v1beta.services.agent_service.pagers.ListAppsPagerLists apps in the given project and location.
See more: google.cloud.ces_v1beta.services.agent_service.AgentServiceClient.list_apps
google.cloud.ces_v1beta.services.agent_service.AgentServiceClient.list_changelogs
list_changelogs(
request: typing.Optional[
typing.Union[
google.cloud.ces_v1beta.types.agent_service.ListChangelogsRequest, dict
]
] = None,
*,
parent: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.ces_v1beta.services.agent_service.pagers.ListChangelogsPagerLists the changelogs of the specified app.
See more: google.cloud.ces_v1beta.services.agent_service.AgentServiceClient.list_changelogs
google.cloud.ces_v1beta.services.agent_service.AgentServiceClient.list_conversations
list_conversations(
request: typing.Optional[
typing.Union[
google.cloud.ces_v1beta.types.agent_service.ListConversationsRequest, dict
]
] = None,
*,
parent: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.ces_v1beta.services.agent_service.pagers.ListConversationsPagerLists conversations in the given app.
See more: google.cloud.ces_v1beta.services.agent_service.AgentServiceClient.list_conversations
google.cloud.ces_v1beta.services.agent_service.AgentServiceClient.list_deployments
list_deployments(
request: typing.Optional[
typing.Union[
google.cloud.ces_v1beta.types.agent_service.ListDeploymentsRequest, dict
]
] = None,
*,
parent: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.ces_v1beta.services.agent_service.pagers.ListDeploymentsPagerLists deployments in the given app.
See more: google.cloud.ces_v1beta.services.agent_service.AgentServiceClient.list_deployments
google.cloud.ces_v1beta.services.agent_service.AgentServiceClient.list_examples
list_examples(
request: typing.Optional[
typing.Union[
google.cloud.ces_v1beta.types.agent_service.ListExamplesRequest, dict
]
] = None,
*,
parent: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.ces_v1beta.services.agent_service.pagers.ListExamplesPagerLists examples in the given app.
See more: google.cloud.ces_v1beta.services.agent_service.AgentServiceClient.list_examples
google.cloud.ces_v1beta.services.agent_service.AgentServiceClient.list_guardrails
list_guardrails(
request: typing.Optional[
typing.Union[
google.cloud.ces_v1beta.types.agent_service.ListGuardrailsRequest, dict
]
] = None,
*,
parent: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.ces_v1beta.services.agent_service.pagers.ListGuardrailsPagerLists guardrails in the given app.
See more: google.cloud.ces_v1beta.services.agent_service.AgentServiceClient.list_guardrails
google.cloud.ces_v1beta.services.agent_service.AgentServiceClient.list_locations
list_locations(
request: typing.Optional[
typing.Union[google.cloud.location.locations_pb2.ListLocationsRequest, dict]
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.location.locations_pb2.ListLocationsResponseLists information about the supported locations for this service.
See more: google.cloud.ces_v1beta.services.agent_service.AgentServiceClient.list_locations
google.cloud.ces_v1beta.services.agent_service.AgentServiceClient.list_operations
list_operations(
request: typing.Optional[
typing.Union[google.longrunning.operations_pb2.ListOperationsRequest, dict]
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.longrunning.operations_pb2.ListOperationsResponseLists operations that match the specified filter in the request.
See more: google.cloud.ces_v1beta.services.agent_service.AgentServiceClient.list_operations
google.cloud.ces_v1beta.services.agent_service.AgentServiceClient.list_tools
list_tools(
request: typing.Optional[
typing.Union[google.cloud.ces_v1beta.types.agent_service.ListToolsRequest, dict]
] = None,
*,
parent: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.ces_v1beta.services.agent_service.pagers.ListToolsPagerLists tools in the given app.
See more: google.cloud.ces_v1beta.services.agent_service.AgentServiceClient.list_tools
google.cloud.ces_v1beta.services.agent_service.AgentServiceClient.list_toolsets
list_toolsets(
request: typing.Optional[
typing.Union[
google.cloud.ces_v1beta.types.agent_service.ListToolsetsRequest, dict
]
] = None,
*,
parent: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.ces_v1beta.services.agent_service.pagers.ListToolsetsPagerLists toolsets in the given app.
See more: google.cloud.ces_v1beta.services.agent_service.AgentServiceClient.list_toolsets
google.cloud.ces_v1beta.services.agent_service.AgentServiceClient.parse_agent_path
parse_agent_path(path: str) -> typing.Dict[str, str]Parses a agent path into its component segments.
See more: google.cloud.ces_v1beta.services.agent_service.AgentServiceClient.parse_agent_path
google.cloud.ces_v1beta.services.agent_service.AgentServiceClient.parse_app_path
parse_app_path(path: str) -> typing.Dict[str, str]Parses a app path into its component segments.
See more: google.cloud.ces_v1beta.services.agent_service.AgentServiceClient.parse_app_path
google.cloud.ces_v1beta.services.agent_service.AgentServiceClient.parse_app_version_path
parse_app_version_path(path: str) -> typing.Dict[str, str]Parses a app_version path into its component segments.
See more: google.cloud.ces_v1beta.services.agent_service.AgentServiceClient.parse_app_version_path
google.cloud.ces_v1beta.services.agent_service.AgentServiceClient.parse_changelog_path
parse_changelog_path(path: str) -> typing.Dict[str, str]Parses a changelog path into its component segments.
See more: google.cloud.ces_v1beta.services.agent_service.AgentServiceClient.parse_changelog_path
google.cloud.ces_v1beta.services.agent_service.AgentServiceClient.parse_common_billing_account_path
parse_common_billing_account_path(path: str) -> typing.Dict[str, str]Parse a billing_account path into its component segments.
See more: google.cloud.ces_v1beta.services.agent_service.AgentServiceClient.parse_common_billing_account_path
google.cloud.ces_v1beta.services.agent_service.AgentServiceClient.parse_common_folder_path
parse_common_folder_path(path: str) -> typing.Dict[str, str]Parse a folder path into its component segments.
See more: google.cloud.ces_v1beta.services.agent_service.AgentServiceClient.parse_common_folder_path
google.cloud.ces_v1beta.services.agent_service.AgentServiceClient.parse_common_location_path
parse_common_location_path(path: str) -> typing.Dict[str, str]Parse a location path into its component segments.
See more: google.cloud.ces_v1beta.services.agent_service.AgentServiceClient.parse_common_location_path
google.cloud.ces_v1beta.services.agent_service.AgentServiceClient.parse_common_organization_path
parse_common_organization_path(path: str) -> typing.Dict[str, str]Parse a organization path into its component segments.
See more: google.cloud.ces_v1beta.services.agent_service.AgentServiceClient.parse_common_organization_path
google.cloud.ces_v1beta.services.agent_service.AgentServiceClient.parse_common_project_path
parse_common_project_path(path: str) -> typing.Dict[str, str]Parse a project path into its component segments.
See more: google.cloud.ces_v1beta.services.agent_service.AgentServiceClient.parse_common_project_path
google.cloud.ces_v1beta.services.agent_service.AgentServiceClient.parse_conversation_path
parse_conversation_path(path: str) -> typing.Dict[str, str]Parses a conversation path into its component segments.
See more: google.cloud.ces_v1beta.services.agent_service.AgentServiceClient.parse_conversation_path
google.cloud.ces_v1beta.services.agent_service.AgentServiceClient.parse_deidentify_template_path
parse_deidentify_template_path(path: str) -> typing.Dict[str, str]Parses a deidentify_template path into its component segments.
See more: google.cloud.ces_v1beta.services.agent_service.AgentServiceClient.parse_deidentify_template_path
google.cloud.ces_v1beta.services.agent_service.AgentServiceClient.parse_deployment_path
parse_deployment_path(path: str) -> typing.Dict[str, str]Parses a deployment path into its component segments.
See more: google.cloud.ces_v1beta.services.agent_service.AgentServiceClient.parse_deployment_path
google.cloud.ces_v1beta.services.agent_service.AgentServiceClient.parse_dialogflow_agent_path
parse_dialogflow_agent_path(path: str) -> typing.Dict[str, str]Parses a dialogflow_agent path into its component segments.
See more: google.cloud.ces_v1beta.services.agent_service.AgentServiceClient.parse_dialogflow_agent_path
google.cloud.ces_v1beta.services.agent_service.AgentServiceClient.parse_engine_path
parse_engine_path(path: str) -> typing.Dict[str, str]Parses a engine path into its component segments.
See more: google.cloud.ces_v1beta.services.agent_service.AgentServiceClient.parse_engine_path
google.cloud.ces_v1beta.services.agent_service.AgentServiceClient.parse_example_path
parse_example_path(path: str) -> typing.Dict[str, str]Parses a example path into its component segments.
See more: google.cloud.ces_v1beta.services.agent_service.AgentServiceClient.parse_example_path
google.cloud.ces_v1beta.services.agent_service.AgentServiceClient.parse_guardrail_path
parse_guardrail_path(path: str) -> typing.Dict[str, str]Parses a guardrail path into its component segments.
See more: google.cloud.ces_v1beta.services.agent_service.AgentServiceClient.parse_guardrail_path
google.cloud.ces_v1beta.services.agent_service.AgentServiceClient.parse_inspect_template_path
parse_inspect_template_path(path: str) -> typing.Dict[str, str]Parses a inspect_template path into its component segments.
See more: google.cloud.ces_v1beta.services.agent_service.AgentServiceClient.parse_inspect_template_path
google.cloud.ces_v1beta.services.agent_service.AgentServiceClient.parse_secret_version_path
parse_secret_version_path(path: str) -> typing.Dict[str, str]Parses a secret_version path into its component segments.
See more: google.cloud.ces_v1beta.services.agent_service.AgentServiceClient.parse_secret_version_path
google.cloud.ces_v1beta.services.agent_service.AgentServiceClient.parse_security_settings_path
parse_security_settings_path(path: str) -> typing.Dict[str, str]Parses a security_settings path into its component segments.
See more: google.cloud.ces_v1beta.services.agent_service.AgentServiceClient.parse_security_settings_path
google.cloud.ces_v1beta.services.agent_service.AgentServiceClient.parse_service_path
parse_service_path(path: str) -> typing.Dict[str, str]Parses a service path into its component segments.
See more: google.cloud.ces_v1beta.services.agent_service.AgentServiceClient.parse_service_path
google.cloud.ces_v1beta.services.agent_service.AgentServiceClient.parse_tool_path
parse_tool_path(path: str) -> typing.Dict[str, str]Parses a tool path into its component segments.
See more: google.cloud.ces_v1beta.services.agent_service.AgentServiceClient.parse_tool_path
google.cloud.ces_v1beta.services.agent_service.AgentServiceClient.parse_toolset_path
parse_toolset_path(path: str) -> typing.Dict[str, str]Parses a toolset path into its component segments.
See more: google.cloud.ces_v1beta.services.agent_service.AgentServiceClient.parse_toolset_path
google.cloud.ces_v1beta.services.agent_service.AgentServiceClient.restore_app_version
restore_app_version(
request: typing.Optional[
typing.Union[
google.cloud.ces_v1beta.types.agent_service.RestoreAppVersionRequest, dict
]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.api_core.operation.OperationRestores the specified app version.
See more: google.cloud.ces_v1beta.services.agent_service.AgentServiceClient.restore_app_version
google.cloud.ces_v1beta.services.agent_service.AgentServiceClient.secret_version_path
secret_version_path(project: str, secret: str, secret_version: str) -> strReturns a fully-qualified secret_version string.
See more: google.cloud.ces_v1beta.services.agent_service.AgentServiceClient.secret_version_path
google.cloud.ces_v1beta.services.agent_service.AgentServiceClient.security_settings_path
security_settings_path(project: str, location: str) -> strReturns a fully-qualified security_settings string.
See more: google.cloud.ces_v1beta.services.agent_service.AgentServiceClient.security_settings_path
google.cloud.ces_v1beta.services.agent_service.AgentServiceClient.service_path
service_path(project: str, location: str, namespace: str, service: str) -> strReturns a fully-qualified service string.
See more: google.cloud.ces_v1beta.services.agent_service.AgentServiceClient.service_path
google.cloud.ces_v1beta.services.agent_service.AgentServiceClient.tool_path
tool_path(project: str, location: str, app: str, tool: str) -> strReturns a fully-qualified tool string.
See more: google.cloud.ces_v1beta.services.agent_service.AgentServiceClient.tool_path
google.cloud.ces_v1beta.services.agent_service.AgentServiceClient.toolset_path
toolset_path(project: str, location: str, app: str, toolset: str) -> strReturns a fully-qualified toolset string.
See more: google.cloud.ces_v1beta.services.agent_service.AgentServiceClient.toolset_path
google.cloud.ces_v1beta.services.agent_service.AgentServiceClient.update_agent
update_agent(
request: typing.Optional[
typing.Union[
google.cloud.ces_v1beta.types.agent_service.UpdateAgentRequest, dict
]
] = None,
*,
agent: typing.Optional[google.cloud.ces_v1beta.types.agent.Agent] = None,
update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.ces_v1beta.types.agent.AgentUpdates the specified agent.
See more: google.cloud.ces_v1beta.services.agent_service.AgentServiceClient.update_agent
google.cloud.ces_v1beta.services.agent_service.AgentServiceClient.update_app
update_app(
request: typing.Optional[
typing.Union[google.cloud.ces_v1beta.types.agent_service.UpdateAppRequest, dict]
] = None,
*,
app: typing.Optional[google.cloud.ces_v1beta.types.app.App] = None,
update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.ces_v1beta.types.app.AppUpdates the specified app.
See more: google.cloud.ces_v1beta.services.agent_service.AgentServiceClient.update_app
google.cloud.ces_v1beta.services.agent_service.AgentServiceClient.update_deployment
update_deployment(
request: typing.Optional[
typing.Union[
google.cloud.ces_v1beta.types.agent_service.UpdateDeploymentRequest, dict
]
] = None,
*,
deployment: typing.Optional[
google.cloud.ces_v1beta.types.deployment.Deployment
] = None,
update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.ces_v1beta.types.deployment.DeploymentUpdates the specified deployment.
See more: google.cloud.ces_v1beta.services.agent_service.AgentServiceClient.update_deployment
google.cloud.ces_v1beta.services.agent_service.AgentServiceClient.update_example
update_example(
request: typing.Optional[
typing.Union[
google.cloud.ces_v1beta.types.agent_service.UpdateExampleRequest, dict
]
] = None,
*,
example: typing.Optional[google.cloud.ces_v1beta.types.example.Example] = None,
update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.ces_v1beta.types.example.ExampleUpdates the specified example.
See more: google.cloud.ces_v1beta.services.agent_service.AgentServiceClient.update_example
google.cloud.ces_v1beta.services.agent_service.AgentServiceClient.update_guardrail
update_guardrail(
request: typing.Optional[
typing.Union[
google.cloud.ces_v1beta.types.agent_service.UpdateGuardrailRequest, dict
]
] = None,
*,
guardrail: typing.Optional[
google.cloud.ces_v1beta.types.guardrail.Guardrail
] = None,
update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.ces_v1beta.types.guardrail.GuardrailUpdates the specified guardrail.
See more: google.cloud.ces_v1beta.services.agent_service.AgentServiceClient.update_guardrail
google.cloud.ces_v1beta.services.agent_service.AgentServiceClient.update_security_settings
update_security_settings(
request: typing.Optional[
typing.Union[
google.cloud.ces_v1beta.types.agent_service.UpdateSecuritySettingsRequest,
dict,
]
] = None,
*,
security_settings: typing.Optional[
google.cloud.ces_v1beta.types.security_settings.SecuritySettings
] = None,
update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.ces_v1beta.types.security_settings.SecuritySettingsUpdates the security settings for the project and location.
See more: google.cloud.ces_v1beta.services.agent_service.AgentServiceClient.update_security_settings
google.cloud.ces_v1beta.services.agent_service.AgentServiceClient.update_tool
update_tool(
request: typing.Optional[
typing.Union[
google.cloud.ces_v1beta.types.agent_service.UpdateToolRequest, dict
]
] = None,
*,
tool: typing.Optional[google.cloud.ces_v1beta.types.tool.Tool] = None,
update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.ces_v1beta.types.tool.ToolUpdates the specified tool.
See more: google.cloud.ces_v1beta.services.agent_service.AgentServiceClient.update_tool
google.cloud.ces_v1beta.services.agent_service.AgentServiceClient.update_toolset
update_toolset(
request: typing.Optional[
typing.Union[
google.cloud.ces_v1beta.types.agent_service.UpdateToolsetRequest, dict
]
] = None,
*,
toolset: typing.Optional[google.cloud.ces_v1beta.types.toolset.Toolset] = None,
update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.ces_v1beta.types.toolset.ToolsetUpdates the specified toolset.
See more: google.cloud.ces_v1beta.services.agent_service.AgentServiceClient.update_toolset
google.cloud.ces_v1beta.services.agent_service.pagers.ListAgentsAsyncPager
ListAgentsAsyncPager(
method: typing.Callable[
[...],
typing.Awaitable[
google.cloud.ces_v1beta.types.agent_service.ListAgentsResponse
],
],
request: google.cloud.ces_v1beta.types.agent_service.ListAgentsRequest,
response: google.cloud.ces_v1beta.types.agent_service.ListAgentsResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)Instantiates the pager.
See more: google.cloud.ces_v1beta.services.agent_service.pagers.ListAgentsAsyncPager
google.cloud.ces_v1beta.services.agent_service.pagers.ListAgentsPager
ListAgentsPager(
method: typing.Callable[
[...], google.cloud.ces_v1beta.types.agent_service.ListAgentsResponse
],
request: google.cloud.ces_v1beta.types.agent_service.ListAgentsRequest,
response: google.cloud.ces_v1beta.types.agent_service.ListAgentsResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)Instantiate the pager.
See more: google.cloud.ces_v1beta.services.agent_service.pagers.ListAgentsPager
google.cloud.ces_v1beta.services.agent_service.pagers.ListAppVersionsAsyncPager
ListAppVersionsAsyncPager(
method: typing.Callable[
[...],
typing.Awaitable[
google.cloud.ces_v1beta.types.agent_service.ListAppVersionsResponse
],
],
request: google.cloud.ces_v1beta.types.agent_service.ListAppVersionsRequest,
response: google.cloud.ces_v1beta.types.agent_service.ListAppVersionsResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)Instantiates the pager.
See more: google.cloud.ces_v1beta.services.agent_service.pagers.ListAppVersionsAsyncPager
google.cloud.ces_v1beta.services.agent_service.pagers.ListAppVersionsPager
ListAppVersionsPager(
method: typing.Callable[
[...], google.cloud.ces_v1beta.types.agent_service.ListAppVersionsResponse
],
request: google.cloud.ces_v1beta.types.agent_service.ListAppVersionsRequest,
response: google.cloud.ces_v1beta.types.agent_service.ListAppVersionsResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)Instantiate the pager.
See more: google.cloud.ces_v1beta.services.agent_service.pagers.ListAppVersionsPager
google.cloud.ces_v1beta.services.agent_service.pagers.ListAppsAsyncPager
ListAppsAsyncPager(
method: typing.Callable[
[...],
typing.Awaitable[google.cloud.ces_v1beta.types.agent_service.ListAppsResponse],
],
request: google.cloud.ces_v1beta.types.agent_service.ListAppsRequest,
response: google.cloud.ces_v1beta.types.agent_service.ListAppsResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)Instantiates the pager.
See more: google.cloud.ces_v1beta.services.agent_service.pagers.ListAppsAsyncPager
google.cloud.ces_v1beta.services.agent_service.pagers.ListAppsPager
ListAppsPager(
method: typing.Callable[
[...], google.cloud.ces_v1beta.types.agent_service.ListAppsResponse
],
request: google.cloud.ces_v1beta.types.agent_service.ListAppsRequest,
response: google.cloud.ces_v1beta.types.agent_service.ListAppsResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)Instantiate the pager.
See more: google.cloud.ces_v1beta.services.agent_service.pagers.ListAppsPager
google.cloud.ces_v1beta.services.agent_service.pagers.ListChangelogsAsyncPager
ListChangelogsAsyncPager(
method: typing.Callable[
[...],
typing.Awaitable[
google.cloud.ces_v1beta.types.agent_service.ListChangelogsResponse
],
],
request: google.cloud.ces_v1beta.types.agent_service.ListChangelogsRequest,
response: google.cloud.ces_v1beta.types.agent_service.ListChangelogsResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)Instantiates the pager.
See more: google.cloud.ces_v1beta.services.agent_service.pagers.ListChangelogsAsyncPager
google.cloud.ces_v1beta.services.agent_service.pagers.ListChangelogsPager
ListChangelogsPager(
method: typing.Callable[
[...], google.cloud.ces_v1beta.types.agent_service.ListChangelogsResponse
],
request: google.cloud.ces_v1beta.types.agent_service.ListChangelogsRequest,
response: google.cloud.ces_v1beta.types.agent_service.ListChangelogsResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)Instantiate the pager.
See more: google.cloud.ces_v1beta.services.agent_service.pagers.ListChangelogsPager
google.cloud.ces_v1beta.services.agent_service.pagers.ListConversationsAsyncPager
ListConversationsAsyncPager(
method: typing.Callable[
[...],
typing.Awaitable[
google.cloud.ces_v1beta.types.agent_service.ListConversationsResponse
],
],
request: google.cloud.ces_v1beta.types.agent_service.ListConversationsRequest,
response: google.cloud.ces_v1beta.types.agent_service.ListConversationsResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)Instantiates the pager.
See more: google.cloud.ces_v1beta.services.agent_service.pagers.ListConversationsAsyncPager
google.cloud.ces_v1beta.services.agent_service.pagers.ListConversationsPager
ListConversationsPager(
method: typing.Callable[
[...], google.cloud.ces_v1beta.types.agent_service.ListConversationsResponse
],
request: google.cloud.ces_v1beta.types.agent_service.ListConversationsRequest,
response: google.cloud.ces_v1beta.types.agent_service.ListConversationsResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)Instantiate the pager.
See more: google.cloud.ces_v1beta.services.agent_service.pagers.ListConversationsPager
google.cloud.ces_v1beta.services.agent_service.pagers.ListDeploymentsAsyncPager
ListDeploymentsAsyncPager(
method: typing.Callable[
[...],
typing.Awaitable[
google.cloud.ces_v1beta.types.agent_service.ListDeploymentsResponse
],
],
request: google.cloud.ces_v1beta.types.agent_service.ListDeploymentsRequest,
response: google.cloud.ces_v1beta.types.agent_service.ListDeploymentsResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)Instantiates the pager.
See more: google.cloud.ces_v1beta.services.agent_service.pagers.ListDeploymentsAsyncPager
google.cloud.ces_v1beta.services.agent_service.pagers.ListDeploymentsPager
ListDeploymentsPager(
method: typing.Callable[
[...], google.cloud.ces_v1beta.types.agent_service.ListDeploymentsResponse
],
request: google.cloud.ces_v1beta.types.agent_service.ListDeploymentsRequest,
response: google.cloud.ces_v1beta.types.agent_service.ListDeploymentsResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)Instantiate the pager.
See more: google.cloud.ces_v1beta.services.agent_service.pagers.ListDeploymentsPager
google.cloud.ces_v1beta.services.agent_service.pagers.ListExamplesAsyncPager
ListExamplesAsyncPager(
method: typing.Callable[
[...],
typing.Awaitable[
google.cloud.ces_v1beta.types.agent_service.ListExamplesResponse
],
],
request: google.cloud.ces_v1beta.types.agent_service.ListExamplesRequest,
response: google.cloud.ces_v1beta.types.agent_service.ListExamplesResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)Instantiates the pager.
See more: google.cloud.ces_v1beta.services.agent_service.pagers.ListExamplesAsyncPager
google.cloud.ces_v1beta.services.agent_service.pagers.ListExamplesPager
ListExamplesPager(
method: typing.Callable[
[...], google.cloud.ces_v1beta.types.agent_service.ListExamplesResponse
],
request: google.cloud.ces_v1beta.types.agent_service.ListExamplesRequest,
response: google.cloud.ces_v1beta.types.agent_service.ListExamplesResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)Instantiate the pager.
See more: google.cloud.ces_v1beta.services.agent_service.pagers.ListExamplesPager
google.cloud.ces_v1beta.services.agent_service.pagers.ListGuardrailsAsyncPager
ListGuardrailsAsyncPager(
method: typing.Callable[
[...],
typing.Awaitable[
google.cloud.ces_v1beta.types.agent_service.ListGuardrailsResponse
],
],
request: google.cloud.ces_v1beta.types.agent_service.ListGuardrailsRequest,
response: google.cloud.ces_v1beta.types.agent_service.ListGuardrailsResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)Instantiates the pager.
See more: google.cloud.ces_v1beta.services.agent_service.pagers.ListGuardrailsAsyncPager
google.cloud.ces_v1beta.services.agent_service.pagers.ListGuardrailsPager
ListGuardrailsPager(
method: typing.Callable[
[...], google.cloud.ces_v1beta.types.agent_service.ListGuardrailsResponse
],
request: google.cloud.ces_v1beta.types.agent_service.ListGuardrailsRequest,
response: google.cloud.ces_v1beta.types.agent_service.ListGuardrailsResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)Instantiate the pager.
See more: google.cloud.ces_v1beta.services.agent_service.pagers.ListGuardrailsPager
google.cloud.ces_v1beta.services.agent_service.pagers.ListToolsAsyncPager
ListToolsAsyncPager(
method: typing.Callable[
[...],
typing.Awaitable[google.cloud.ces_v1beta.types.agent_service.ListToolsResponse],
],
request: google.cloud.ces_v1beta.types.agent_service.ListToolsRequest,
response: google.cloud.ces_v1beta.types.agent_service.ListToolsResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)Instantiates the pager.
See more: google.cloud.ces_v1beta.services.agent_service.pagers.ListToolsAsyncPager
google.cloud.ces_v1beta.services.agent_service.pagers.ListToolsPager
ListToolsPager(
method: typing.Callable[
[...], google.cloud.ces_v1beta.types.agent_service.ListToolsResponse
],
request: google.cloud.ces_v1beta.types.agent_service.ListToolsRequest,
response: google.cloud.ces_v1beta.types.agent_service.ListToolsResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)Instantiate the pager.
See more: google.cloud.ces_v1beta.services.agent_service.pagers.ListToolsPager
google.cloud.ces_v1beta.services.agent_service.pagers.ListToolsetsAsyncPager
ListToolsetsAsyncPager(
method: typing.Callable[
[...],
typing.Awaitable[
google.cloud.ces_v1beta.types.agent_service.ListToolsetsResponse
],
],
request: google.cloud.ces_v1beta.types.agent_service.ListToolsetsRequest,
response: google.cloud.ces_v1beta.types.agent_service.ListToolsetsResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)Instantiates the pager.
See more: google.cloud.ces_v1beta.services.agent_service.pagers.ListToolsetsAsyncPager
google.cloud.ces_v1beta.services.agent_service.pagers.ListToolsetsPager
ListToolsetsPager(
method: typing.Callable[
[...], google.cloud.ces_v1beta.types.agent_service.ListToolsetsResponse
],
request: google.cloud.ces_v1beta.types.agent_service.ListToolsetsRequest,
response: google.cloud.ces_v1beta.types.agent_service.ListToolsetsResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)Instantiate the pager.
See more: google.cloud.ces_v1beta.services.agent_service.pagers.ListToolsetsPager
google.cloud.ces_v1beta.services.evaluation_service.EvaluationServiceAsyncClient
EvaluationServiceAsyncClient(
*,
credentials: typing.Optional[google.auth.credentials.Credentials] = None,
transport: typing.Optional[
typing.Union[
str,
google.cloud.ces_v1beta.services.evaluation_service.transports.base.EvaluationServiceTransport,
typing.Callable[
[...],
google.cloud.ces_v1beta.services.evaluation_service.transports.base.EvaluationServiceTransport,
],
]
] = "grpc_asyncio",
client_options: typing.Optional[
google.api_core.client_options.ClientOptions
] = None,
client_info: google.api_core.gapic_v1.client_info.ClientInfo = google.api_core.gapic_v1.client_info.ClientInfo
)Instantiates the evaluation service async client.
See more: google.cloud.ces_v1beta.services.evaluation_service.EvaluationServiceAsyncClient
google.cloud.ces_v1beta.services.evaluation_service.EvaluationServiceAsyncClient.agent_path
agent_path(project: str, location: str, app: str, agent: str) -> strReturns a fully-qualified agent string.
See more: google.cloud.ces_v1beta.services.evaluation_service.EvaluationServiceAsyncClient.agent_path
google.cloud.ces_v1beta.services.evaluation_service.EvaluationServiceAsyncClient.app_path
app_path(project: str, location: str, app: str) -> strReturns a fully-qualified app string.
See more: google.cloud.ces_v1beta.services.evaluation_service.EvaluationServiceAsyncClient.app_path
google.cloud.ces_v1beta.services.evaluation_service.EvaluationServiceAsyncClient.app_version_path
app_version_path(project: str, location: str, app: str, version: str) -> strReturns a fully-qualified app_version string.
See more: google.cloud.ces_v1beta.services.evaluation_service.EvaluationServiceAsyncClient.app_version_path
google.cloud.ces_v1beta.services.evaluation_service.EvaluationServiceAsyncClient.cancel_operation
cancel_operation(
request: typing.Optional[
typing.Union[google.longrunning.operations_pb2.CancelOperationRequest, dict]
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> NoneStarts asynchronous cancellation on a long-running operation.
See more: google.cloud.ces_v1beta.services.evaluation_service.EvaluationServiceAsyncClient.cancel_operation
google.cloud.ces_v1beta.services.evaluation_service.EvaluationServiceAsyncClient.changelog_path
changelog_path(project: str, location: str, app: str, changelog: str) -> strReturns a fully-qualified changelog string.
See more: google.cloud.ces_v1beta.services.evaluation_service.EvaluationServiceAsyncClient.changelog_path
google.cloud.ces_v1beta.services.evaluation_service.EvaluationServiceAsyncClient.common_billing_account_path
common_billing_account_path(billing_account: str) -> strReturns a fully-qualified billing_account string.
google.cloud.ces_v1beta.services.evaluation_service.EvaluationServiceAsyncClient.common_folder_path
common_folder_path(folder: str) -> strReturns a fully-qualified folder string.
See more: google.cloud.ces_v1beta.services.evaluation_service.EvaluationServiceAsyncClient.common_folder_path
google.cloud.ces_v1beta.services.evaluation_service.EvaluationServiceAsyncClient.common_location_path
common_location_path(project: str, location: str) -> strReturns a fully-qualified location string.
google.cloud.ces_v1beta.services.evaluation_service.EvaluationServiceAsyncClient.common_organization_path
common_organization_path(organization: str) -> strReturns a fully-qualified organization string.
google.cloud.ces_v1beta.services.evaluation_service.EvaluationServiceAsyncClient.common_project_path
common_project_path(project: str) -> strReturns a fully-qualified project string.
See more: google.cloud.ces_v1beta.services.evaluation_service.EvaluationServiceAsyncClient.common_project_path
google.cloud.ces_v1beta.services.evaluation_service.EvaluationServiceAsyncClient.conversation_path
conversation_path(project: str, location: str, app: str, conversation: str) -> strReturns a fully-qualified conversation string.
See more: google.cloud.ces_v1beta.services.evaluation_service.EvaluationServiceAsyncClient.conversation_path
google.cloud.ces_v1beta.services.evaluation_service.EvaluationServiceAsyncClient.create_evaluation
create_evaluation(
request: typing.Optional[
typing.Union[
google.cloud.ces_v1beta.types.evaluation_service.CreateEvaluationRequest,
dict,
]
] = None,
*,
parent: typing.Optional[str] = None,
evaluation: typing.Optional[
google.cloud.ces_v1beta.types.evaluation.Evaluation
] = None,
evaluation_id: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.ces_v1beta.types.evaluation.EvaluationCreates an evaluation.
See more: google.cloud.ces_v1beta.services.evaluation_service.EvaluationServiceAsyncClient.create_evaluation
google.cloud.ces_v1beta.services.evaluation_service.EvaluationServiceAsyncClient.create_evaluation_dataset
create_evaluation_dataset(
request: typing.Optional[
typing.Union[
google.cloud.ces_v1beta.types.evaluation_service.CreateEvaluationDatasetRequest,
dict,
]
] = None,
*,
parent: typing.Optional[str] = None,
evaluation_dataset: typing.Optional[
google.cloud.ces_v1beta.types.evaluation.EvaluationDataset
] = None,
evaluation_dataset_id: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.ces_v1beta.types.evaluation.EvaluationDatasetCreates an evaluation dataset.
google.cloud.ces_v1beta.services.evaluation_service.EvaluationServiceAsyncClient.create_evaluation_expectation
create_evaluation_expectation(
request: typing.Optional[
typing.Union[
google.cloud.ces_v1beta.types.evaluation_service.CreateEvaluationExpectationRequest,
dict,
]
] = None,
*,
parent: typing.Optional[str] = None,
evaluation_expectation: typing.Optional[
google.cloud.ces_v1beta.types.evaluation.EvaluationExpectation
] = None,
evaluation_expectation_id: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.ces_v1beta.types.evaluation.EvaluationExpectationCreates an evaluation expectation.
google.cloud.ces_v1beta.services.evaluation_service.EvaluationServiceAsyncClient.create_scheduled_evaluation_run
create_scheduled_evaluation_run(
request: typing.Optional[
typing.Union[
google.cloud.ces_v1beta.types.evaluation_service.CreateScheduledEvaluationRunRequest,
dict,
]
] = None,
*,
parent: typing.Optional[str] = None,
scheduled_evaluation_run: typing.Optional[
google.cloud.ces_v1beta.types.evaluation.ScheduledEvaluationRun
] = None,
scheduled_evaluation_run_id: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.ces_v1beta.types.evaluation.ScheduledEvaluationRunCreates a scheduled evaluation run.
google.cloud.ces_v1beta.services.evaluation_service.EvaluationServiceAsyncClient.delete_evaluation
delete_evaluation(
request: typing.Optional[
typing.Union[
google.cloud.ces_v1beta.types.evaluation_service.DeleteEvaluationRequest,
dict,
]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> NoneDeletes an evaluation.
See more: google.cloud.ces_v1beta.services.evaluation_service.EvaluationServiceAsyncClient.delete_evaluation
google.cloud.ces_v1beta.services.evaluation_service.EvaluationServiceAsyncClient.delete_evaluation_dataset
delete_evaluation_dataset(
request: typing.Optional[
typing.Union[
google.cloud.ces_v1beta.types.evaluation_service.DeleteEvaluationDatasetRequest,
dict,
]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> NoneDeletes an evaluation dataset.
google.cloud.ces_v1beta.services.evaluation_service.EvaluationServiceAsyncClient.delete_evaluation_expectation
delete_evaluation_expectation(
request: typing.Optional[
typing.Union[
google.cloud.ces_v1beta.types.evaluation_service.DeleteEvaluationExpectationRequest,
dict,
]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> NoneDeletes an evaluation expectation.
google.cloud.ces_v1beta.services.evaluation_service.EvaluationServiceAsyncClient.delete_evaluation_result
delete_evaluation_result(
request: typing.Optional[
typing.Union[
google.cloud.ces_v1beta.types.evaluation_service.DeleteEvaluationResultRequest,
dict,
]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> NoneDeletes an evaluation result.
google.cloud.ces_v1beta.services.evaluation_service.EvaluationServiceAsyncClient.delete_evaluation_run
delete_evaluation_run(
request: typing.Optional[
typing.Union[
google.cloud.ces_v1beta.types.evaluation_service.DeleteEvaluationRunRequest,
dict,
]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.api_core.operation_async.AsyncOperationDeletes an evaluation run.
google.cloud.ces_v1beta.services.evaluation_service.EvaluationServiceAsyncClient.delete_operation
delete_operation(
request: typing.Optional[
typing.Union[google.longrunning.operations_pb2.DeleteOperationRequest, dict]
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> NoneDeletes a long-running operation.
See more: google.cloud.ces_v1beta.services.evaluation_service.EvaluationServiceAsyncClient.delete_operation
google.cloud.ces_v1beta.services.evaluation_service.EvaluationServiceAsyncClient.delete_scheduled_evaluation_run
delete_scheduled_evaluation_run(
request: typing.Optional[
typing.Union[
google.cloud.ces_v1beta.types.evaluation_service.DeleteScheduledEvaluationRunRequest,
dict,
]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> NoneDeletes a scheduled evaluation run.
google.cloud.ces_v1beta.services.evaluation_service.EvaluationServiceAsyncClient.evaluation_dataset_path
evaluation_dataset_path(
project: str, location: str, app: str, evaluation_dataset: str
) -> strReturns a fully-qualified evaluation_dataset string.
google.cloud.ces_v1beta.services.evaluation_service.EvaluationServiceAsyncClient.evaluation_expectation_path
evaluation_expectation_path(
project: str, location: str, app: str, evaluation_expectation: str
) -> strReturns a fully-qualified evaluation_expectation string.
google.cloud.ces_v1beta.services.evaluation_service.EvaluationServiceAsyncClient.evaluation_path
evaluation_path(project: str, location: str, app: str, evaluation: str) -> strReturns a fully-qualified evaluation string.
See more: google.cloud.ces_v1beta.services.evaluation_service.EvaluationServiceAsyncClient.evaluation_path
google.cloud.ces_v1beta.services.evaluation_service.EvaluationServiceAsyncClient.evaluation_result_path
evaluation_result_path(
project: str, location: str, app: str, evaluation: str, evaluation_result: str
) -> strReturns a fully-qualified evaluation_result string.
google.cloud.ces_v1beta.services.evaluation_service.EvaluationServiceAsyncClient.evaluation_run_path
evaluation_run_path(
project: str, location: str, app: str, evaluation_run: str
) -> strReturns a fully-qualified evaluation_run string.
See more: google.cloud.ces_v1beta.services.evaluation_service.EvaluationServiceAsyncClient.evaluation_run_path
google.cloud.ces_v1beta.services.evaluation_service.EvaluationServiceAsyncClient.from_service_account_file
from_service_account_file(filename: str, *args, **kwargs)Creates an instance of this client using the provided credentials file.
google.cloud.ces_v1beta.services.evaluation_service.EvaluationServiceAsyncClient.from_service_account_info
from_service_account_info(info: dict, *args, **kwargs)Creates an instance of this client using the provided credentials info.
google.cloud.ces_v1beta.services.evaluation_service.EvaluationServiceAsyncClient.from_service_account_json
from_service_account_json(filename: str, *args, **kwargs)Creates an instance of this client using the provided credentials file.
google.cloud.ces_v1beta.services.evaluation_service.EvaluationServiceAsyncClient.generate_evaluation
generate_evaluation(
request: typing.Optional[
typing.Union[
google.cloud.ces_v1beta.types.evaluation_service.GenerateEvaluationRequest,
dict,
]
] = None,
*,
conversation: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.api_core.operation_async.AsyncOperationCreates a golden evaluation from a conversation.
See more: google.cloud.ces_v1beta.services.evaluation_service.EvaluationServiceAsyncClient.generate_evaluation
google.cloud.ces_v1beta.services.evaluation_service.EvaluationServiceAsyncClient.get_evaluation
get_evaluation(
request: typing.Optional[
typing.Union[
google.cloud.ces_v1beta.types.evaluation_service.GetEvaluationRequest, dict
]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.ces_v1beta.types.evaluation.EvaluationGets details of the specified evaluation.
See more: google.cloud.ces_v1beta.services.evaluation_service.EvaluationServiceAsyncClient.get_evaluation
google.cloud.ces_v1beta.services.evaluation_service.EvaluationServiceAsyncClient.get_evaluation_dataset
get_evaluation_dataset(
request: typing.Optional[
typing.Union[
google.cloud.ces_v1beta.types.evaluation_service.GetEvaluationDatasetRequest,
dict,
]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.ces_v1beta.types.evaluation.EvaluationDatasetGets details of the specified evaluation dataset.
google.cloud.ces_v1beta.services.evaluation_service.EvaluationServiceAsyncClient.get_evaluation_expectation
get_evaluation_expectation(
request: typing.Optional[
typing.Union[
google.cloud.ces_v1beta.types.evaluation_service.GetEvaluationExpectationRequest,
dict,
]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.ces_v1beta.types.evaluation.EvaluationExpectationGets details of the specified evaluation expectation.
google.cloud.ces_v1beta.services.evaluation_service.EvaluationServiceAsyncClient.get_evaluation_result
get_evaluation_result(
request: typing.Optional[
typing.Union[
google.cloud.ces_v1beta.types.evaluation_service.GetEvaluationResultRequest,
dict,
]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.ces_v1beta.types.evaluation.EvaluationResultGets details of the specified evaluation result.
google.cloud.ces_v1beta.services.evaluation_service.EvaluationServiceAsyncClient.get_evaluation_run
get_evaluation_run(
request: typing.Optional[
typing.Union[
google.cloud.ces_v1beta.types.evaluation_service.GetEvaluationRunRequest,
dict,
]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.ces_v1beta.types.evaluation.EvaluationRunGets details of the specified evaluation run.
See more: google.cloud.ces_v1beta.services.evaluation_service.EvaluationServiceAsyncClient.get_evaluation_run
google.cloud.ces_v1beta.services.evaluation_service.EvaluationServiceAsyncClient.get_location
get_location(
request: typing.Optional[
typing.Union[google.cloud.location.locations_pb2.GetLocationRequest, dict]
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.location.locations_pb2.LocationGets information about a location.
See more: google.cloud.ces_v1beta.services.evaluation_service.EvaluationServiceAsyncClient.get_location
google.cloud.ces_v1beta.services.evaluation_service.EvaluationServiceAsyncClient.get_mtls_endpoint_and_cert_source
get_mtls_endpoint_and_cert_source(
client_options: typing.Optional[
google.api_core.client_options.ClientOptions
] = None,
)Return the API endpoint and client cert source for mutual TLS.
google.cloud.ces_v1beta.services.evaluation_service.EvaluationServiceAsyncClient.get_operation
get_operation(
request: typing.Optional[
typing.Union[google.longrunning.operations_pb2.GetOperationRequest, dict]
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.longrunning.operations_pb2.OperationGets the latest state of a long-running operation.
See more: google.cloud.ces_v1beta.services.evaluation_service.EvaluationServiceAsyncClient.get_operation
google.cloud.ces_v1beta.services.evaluation_service.EvaluationServiceAsyncClient.get_scheduled_evaluation_run
get_scheduled_evaluation_run(
request: typing.Optional[
typing.Union[
google.cloud.ces_v1beta.types.evaluation_service.GetScheduledEvaluationRunRequest,
dict,
]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.ces_v1beta.types.evaluation.ScheduledEvaluationRunGets details of the specified scheduled evaluation run.
google.cloud.ces_v1beta.services.evaluation_service.EvaluationServiceAsyncClient.get_transport_class
get_transport_class(
label: typing.Optional[str] = None,
) -> typing.Type[
google.cloud.ces_v1beta.services.evaluation_service.transports.base.EvaluationServiceTransport
]Returns an appropriate transport class.
See more: google.cloud.ces_v1beta.services.evaluation_service.EvaluationServiceAsyncClient.get_transport_class
google.cloud.ces_v1beta.services.evaluation_service.EvaluationServiceAsyncClient.guardrail_path
guardrail_path(project: str, location: str, app: str, guardrail: str) -> strReturns a fully-qualified guardrail string.
See more: google.cloud.ces_v1beta.services.evaluation_service.EvaluationServiceAsyncClient.guardrail_path
google.cloud.ces_v1beta.services.evaluation_service.EvaluationServiceAsyncClient.import_evaluations
import_evaluations(
request: typing.Optional[
typing.Union[
google.cloud.ces_v1beta.types.evaluation_service.ImportEvaluationsRequest,
dict,
]
] = None,
*,
parent: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.api_core.operation_async.AsyncOperationImports evaluations into the app.
See more: google.cloud.ces_v1beta.services.evaluation_service.EvaluationServiceAsyncClient.import_evaluations
google.cloud.ces_v1beta.services.evaluation_service.EvaluationServiceAsyncClient.list_evaluation_datasets
list_evaluation_datasets(
request: typing.Optional[
typing.Union[
google.cloud.ces_v1beta.types.evaluation_service.ListEvaluationDatasetsRequest,
dict,
]
] = None,
*,
parent: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> (
google.cloud.ces_v1beta.services.evaluation_service.pagers.ListEvaluationDatasetsAsyncPager
)Lists all evaluation datasets in the given app.
google.cloud.ces_v1beta.services.evaluation_service.EvaluationServiceAsyncClient.list_evaluation_expectations
list_evaluation_expectations(
request: typing.Optional[
typing.Union[
google.cloud.ces_v1beta.types.evaluation_service.ListEvaluationExpectationsRequest,
dict,
]
] = None,
*,
parent: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> (
google.cloud.ces_v1beta.services.evaluation_service.pagers.ListEvaluationExpectationsAsyncPager
)Lists all evaluation expectations in the given app.
google.cloud.ces_v1beta.services.evaluation_service.EvaluationServiceAsyncClient.list_evaluation_results
list_evaluation_results(
request: typing.Optional[
typing.Union[
google.cloud.ces_v1beta.types.evaluation_service.ListEvaluationResultsRequest,
dict,
]
] = None,
*,
parent: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> (
google.cloud.ces_v1beta.services.evaluation_service.pagers.ListEvaluationResultsAsyncPager
)Lists all evaluation results for a given evaluation.
google.cloud.ces_v1beta.services.evaluation_service.EvaluationServiceAsyncClient.list_evaluation_runs
list_evaluation_runs(
request: typing.Optional[
typing.Union[
google.cloud.ces_v1beta.types.evaluation_service.ListEvaluationRunsRequest,
dict,
]
] = None,
*,
parent: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> (
google.cloud.ces_v1beta.services.evaluation_service.pagers.ListEvaluationRunsAsyncPager
)Lists all evaluation runs in the given app.
google.cloud.ces_v1beta.services.evaluation_service.EvaluationServiceAsyncClient.list_evaluations
list_evaluations(
request: typing.Optional[
typing.Union[
google.cloud.ces_v1beta.types.evaluation_service.ListEvaluationsRequest,
dict,
]
] = None,
*,
parent: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> (
google.cloud.ces_v1beta.services.evaluation_service.pagers.ListEvaluationsAsyncPager
)Lists all evaluations in the given app.
See more: google.cloud.ces_v1beta.services.evaluation_service.EvaluationServiceAsyncClient.list_evaluations
google.cloud.ces_v1beta.services.evaluation_service.EvaluationServiceAsyncClient.list_locations
list_locations(
request: typing.Optional[
typing.Union[google.cloud.location.locations_pb2.ListLocationsRequest, dict]
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.location.locations_pb2.ListLocationsResponseLists information about the supported locations for this service.
See more: google.cloud.ces_v1beta.services.evaluation_service.EvaluationServiceAsyncClient.list_locations
google.cloud.ces_v1beta.services.evaluation_service.EvaluationServiceAsyncClient.list_operations
list_operations(
request: typing.Optional[
typing.Union[google.longrunning.operations_pb2.ListOperationsRequest, dict]
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.longrunning.operations_pb2.ListOperationsResponseLists operations that match the specified filter in the request.
See more: google.cloud.ces_v1beta.services.evaluation_service.EvaluationServiceAsyncClient.list_operations
google.cloud.ces_v1beta.services.evaluation_service.EvaluationServiceAsyncClient.list_scheduled_evaluation_runs
list_scheduled_evaluation_runs(
request: typing.Optional[
typing.Union[
google.cloud.ces_v1beta.types.evaluation_service.ListScheduledEvaluationRunsRequest,
dict,
]
] = None,
*,
parent: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> (
google.cloud.ces_v1beta.services.evaluation_service.pagers.ListScheduledEvaluationRunsAsyncPager
)Lists all scheduled evaluation runs in the given app.
google.cloud.ces_v1beta.services.evaluation_service.EvaluationServiceAsyncClient.parse_agent_path
parse_agent_path(path: str) -> typing.Dict[str, str]Parses a agent path into its component segments.
See more: google.cloud.ces_v1beta.services.evaluation_service.EvaluationServiceAsyncClient.parse_agent_path
google.cloud.ces_v1beta.services.evaluation_service.EvaluationServiceAsyncClient.parse_app_path
parse_app_path(path: str) -> typing.Dict[str, str]Parses a app path into its component segments.
See more: google.cloud.ces_v1beta.services.evaluation_service.EvaluationServiceAsyncClient.parse_app_path
google.cloud.ces_v1beta.services.evaluation_service.EvaluationServiceAsyncClient.parse_app_version_path
parse_app_version_path(path: str) -> typing.Dict[str, str]Parses a app_version path into its component segments.
google.cloud.ces_v1beta.services.evaluation_service.EvaluationServiceAsyncClient.parse_changelog_path
parse_changelog_path(path: str) -> typing.Dict[str, str]Parses a changelog path into its component segments.
google.cloud.ces_v1beta.services.evaluation_service.EvaluationServiceAsyncClient.parse_common_billing_account_path
parse_common_billing_account_path(path: str) -> typing.Dict[str, str]Parse a billing_account path into its component segments.
google.cloud.ces_v1beta.services.evaluation_service.EvaluationServiceAsyncClient.parse_common_folder_path
parse_common_folder_path(path: str) -> typing.Dict[str, str]Parse a folder path into its component segments.
google.cloud.ces_v1beta.services.evaluation_service.EvaluationServiceAsyncClient.parse_common_location_path
parse_common_location_path(path: str) -> typing.Dict[str, str]Parse a location path into its component segments.
google.cloud.ces_v1beta.services.evaluation_service.EvaluationServiceAsyncClient.parse_common_organization_path
parse_common_organization_path(path: str) -> typing.Dict[str, str]Parse a organization path into its component segments.
google.cloud.ces_v1beta.services.evaluation_service.EvaluationServiceAsyncClient.parse_common_project_path
parse_common_project_path(path: str) -> typing.Dict[str, str]Parse a project path into its component segments.
google.cloud.ces_v1beta.services.evaluation_service.EvaluationServiceAsyncClient.parse_conversation_path
parse_conversation_path(path: str) -> typing.Dict[str, str]Parses a conversation path into its component segments.
google.cloud.ces_v1beta.services.evaluation_service.EvaluationServiceAsyncClient.parse_evaluation_dataset_path
parse_evaluation_dataset_path(path: str) -> typing.Dict[str, str]Parses a evaluation_dataset path into its component segments.
google.cloud.ces_v1beta.services.evaluation_service.EvaluationServiceAsyncClient.parse_evaluation_expectation_path
parse_evaluation_expectation_path(path: str) -> typing.Dict[str, str]Parses a evaluation_expectation path into its component segments.
google.cloud.ces_v1beta.services.evaluation_service.EvaluationServiceAsyncClient.parse_evaluation_path
parse_evaluation_path(path: str) -> typing.Dict[str, str]Parses a evaluation path into its component segments.
google.cloud.ces_v1beta.services.evaluation_service.EvaluationServiceAsyncClient.parse_evaluation_result_path
parse_evaluation_result_path(path: str) -> typing.Dict[str, str]Parses a evaluation_result path into its component segments.
google.cloud.ces_v1beta.services.evaluation_service.EvaluationServiceAsyncClient.parse_evaluation_run_path
parse_evaluation_run_path(path: str) -> typing.Dict[str, str]Parses a evaluation_run path into its component segments.
google.cloud.ces_v1beta.services.evaluation_service.EvaluationServiceAsyncClient.parse_guardrail_path
parse_guardrail_path(path: str) -> typing.Dict[str, str]Parses a guardrail path into its component segments.
google.cloud.ces_v1beta.services.evaluation_service.EvaluationServiceAsyncClient.parse_scheduled_evaluation_run_path
parse_scheduled_evaluation_run_path(path: str) -> typing.Dict[str, str]Parses a scheduled_evaluation_run path into its component segments.
google.cloud.ces_v1beta.services.evaluation_service.EvaluationServiceAsyncClient.parse_tool_path
parse_tool_path(path: str) -> typing.Dict[str, str]Parses a tool path into its component segments.
See more: google.cloud.ces_v1beta.services.evaluation_service.EvaluationServiceAsyncClient.parse_tool_path
google.cloud.ces_v1beta.services.evaluation_service.EvaluationServiceAsyncClient.parse_toolset_path
parse_toolset_path(path: str) -> typing.Dict[str, str]Parses a toolset path into its component segments.
See more: google.cloud.ces_v1beta.services.evaluation_service.EvaluationServiceAsyncClient.parse_toolset_path
google.cloud.ces_v1beta.services.evaluation_service.EvaluationServiceAsyncClient.run_evaluation
run_evaluation(
request: typing.Optional[
typing.Union[
google.cloud.ces_v1beta.types.evaluation.RunEvaluationRequest, dict
]
] = None,
*,
app: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.api_core.operation_async.AsyncOperationRuns an evaluation of the app.
See more: google.cloud.ces_v1beta.services.evaluation_service.EvaluationServiceAsyncClient.run_evaluation
google.cloud.ces_v1beta.services.evaluation_service.EvaluationServiceAsyncClient.scheduled_evaluation_run_path
scheduled_evaluation_run_path(
project: str, location: str, app: str, scheduled_evaluation_run: str
) -> strReturns a fully-qualified scheduled_evaluation_run string.
google.cloud.ces_v1beta.services.evaluation_service.EvaluationServiceAsyncClient.test_persona_voice
test_persona_voice(
request: typing.Optional[
typing.Union[
google.cloud.ces_v1beta.types.evaluation_service.TestPersonaVoiceRequest,
dict,
]
] = None,
*,
app: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.ces_v1beta.types.evaluation_service.TestPersonaVoiceResponseTests the voice of a persona.
See more: google.cloud.ces_v1beta.services.evaluation_service.EvaluationServiceAsyncClient.test_persona_voice
google.cloud.ces_v1beta.services.evaluation_service.EvaluationServiceAsyncClient.tool_path
tool_path(project: str, location: str, app: str, tool: str) -> strReturns a fully-qualified tool string.
See more: google.cloud.ces_v1beta.services.evaluation_service.EvaluationServiceAsyncClient.tool_path
google.cloud.ces_v1beta.services.evaluation_service.EvaluationServiceAsyncClient.toolset_path
toolset_path(project: str, location: str, app: str, toolset: str) -> strReturns a fully-qualified toolset string.
See more: google.cloud.ces_v1beta.services.evaluation_service.EvaluationServiceAsyncClient.toolset_path
google.cloud.ces_v1beta.services.evaluation_service.EvaluationServiceAsyncClient.update_evaluation
update_evaluation(
request: typing.Optional[
typing.Union[
google.cloud.ces_v1beta.types.evaluation_service.UpdateEvaluationRequest,
dict,
]
] = None,
*,
evaluation: typing.Optional[
google.cloud.ces_v1beta.types.evaluation.Evaluation
] = None,
update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.ces_v1beta.types.evaluation.EvaluationUpdates an evaluation.
See more: google.cloud.ces_v1beta.services.evaluation_service.EvaluationServiceAsyncClient.update_evaluation
google.cloud.ces_v1beta.services.evaluation_service.EvaluationServiceAsyncClient.update_evaluation_dataset
update_evaluation_dataset(
request: typing.Optional[
typing.Union[
google.cloud.ces_v1beta.types.evaluation_service.UpdateEvaluationDatasetRequest,
dict,
]
] = None,
*,
evaluation_dataset: typing.Optional[
google.cloud.ces_v1beta.types.evaluation.EvaluationDataset
] = None,
update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.ces_v1beta.types.evaluation.EvaluationDatasetUpdates an evaluation dataset.
google.cloud.ces_v1beta.services.evaluation_service.EvaluationServiceAsyncClient.update_evaluation_expectation
update_evaluation_expectation(
request: typing.Optional[
typing.Union[
google.cloud.ces_v1beta.types.evaluation_service.UpdateEvaluationExpectationRequest,
dict,
]
] = None,
*,
evaluation_expectation: typing.Optional[
google.cloud.ces_v1beta.types.evaluation.EvaluationExpectation
] = None,
update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.ces_v1beta.types.evaluation.EvaluationExpectationUpdates an evaluation expectation.
google.cloud.ces_v1beta.services.evaluation_service.EvaluationServiceAsyncClient.update_scheduled_evaluation_run
update_scheduled_evaluation_run(
request: typing.Optional[
typing.Union[
google.cloud.ces_v1beta.types.evaluation_service.UpdateScheduledEvaluationRunRequest,
dict,
]
] = None,
*,
scheduled_evaluation_run: typing.Optional[
google.cloud.ces_v1beta.types.evaluation.ScheduledEvaluationRun
] = None,
update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.ces_v1beta.types.evaluation.ScheduledEvaluationRunUpdates a scheduled evaluation run.
google.cloud.ces_v1beta.services.evaluation_service.EvaluationServiceAsyncClient.upload_evaluation_audio
upload_evaluation_audio(
request: typing.Optional[
typing.Union[
google.cloud.ces_v1beta.types.evaluation_service.UploadEvaluationAudioRequest,
dict,
]
] = None,
*,
name: typing.Optional[str] = None,
audio_content: typing.Optional[bytes] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.ces_v1beta.types.evaluation_service.UploadEvaluationAudioResponseUploads audio for use in Golden Evaluations.
google.cloud.ces_v1beta.services.evaluation_service.EvaluationServiceClient
EvaluationServiceClient(
*,
credentials: typing.Optional[google.auth.credentials.Credentials] = None,
transport: typing.Optional[
typing.Union[
str,
google.cloud.ces_v1beta.services.evaluation_service.transports.base.EvaluationServiceTransport,
typing.Callable[
[...],
google.cloud.ces_v1beta.services.evaluation_service.transports.base.EvaluationServiceTransport,
],
]
] = None,
client_options: typing.Optional[
typing.Union[google.api_core.client_options.ClientOptions, dict]
] = None,
client_info: google.api_core.gapic_v1.client_info.ClientInfo = google.api_core.gapic_v1.client_info.ClientInfo
)Instantiates the evaluation service client.
See more: google.cloud.ces_v1beta.services.evaluation_service.EvaluationServiceClient
google.cloud.ces_v1beta.services.evaluation_service.EvaluationServiceClient.__exit__
__exit__(type, value, traceback)Releases underlying transport's resources.
See more: google.cloud.ces_v1beta.services.evaluation_service.EvaluationServiceClient.exit
google.cloud.ces_v1beta.services.evaluation_service.EvaluationServiceClient.agent_path
agent_path(project: str, location: str, app: str, agent: str) -> strReturns a fully-qualified agent string.
See more: google.cloud.ces_v1beta.services.evaluation_service.EvaluationServiceClient.agent_path
google.cloud.ces_v1beta.services.evaluation_service.EvaluationServiceClient.app_path
app_path(project: str, location: str, app: str) -> strReturns a fully-qualified app string.
See more: google.cloud.ces_v1beta.services.evaluation_service.EvaluationServiceClient.app_path
google.cloud.ces_v1beta.services.evaluation_service.EvaluationServiceClient.app_version_path
app_version_path(project: str, location: str, app: str, version: str) -> strReturns a fully-qualified app_version string.
See more: google.cloud.ces_v1beta.services.evaluation_service.EvaluationServiceClient.app_version_path
google.cloud.ces_v1beta.services.evaluation_service.EvaluationServiceClient.cancel_operation
cancel_operation(
request: typing.Optional[
typing.Union[google.longrunning.operations_pb2.CancelOperationRequest, dict]
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> NoneStarts asynchronous cancellation on a long-running operation.
See more: google.cloud.ces_v1beta.services.evaluation_service.EvaluationServiceClient.cancel_operation
google.cloud.ces_v1beta.services.evaluation_service.EvaluationServiceClient.changelog_path
changelog_path(project: str, location: str, app: str, changelog: str) -> strReturns a fully-qualified changelog string.
See more: google.cloud.ces_v1beta.services.evaluation_service.EvaluationServiceClient.changelog_path
google.cloud.ces_v1beta.services.evaluation_service.EvaluationServiceClient.common_billing_account_path
common_billing_account_path(billing_account: str) -> strReturns a fully-qualified billing_account string.
google.cloud.ces_v1beta.services.evaluation_service.EvaluationServiceClient.common_folder_path
common_folder_path(folder: str) -> strReturns a fully-qualified folder string.
See more: google.cloud.ces_v1beta.services.evaluation_service.EvaluationServiceClient.common_folder_path
google.cloud.ces_v1beta.services.evaluation_service.EvaluationServiceClient.common_location_path
common_location_path(project: str, location: str) -> strReturns a fully-qualified location string.
See more: google.cloud.ces_v1beta.services.evaluation_service.EvaluationServiceClient.common_location_path
google.cloud.ces_v1beta.services.evaluation_service.EvaluationServiceClient.common_organization_path
common_organization_path(organization: str) -> strReturns a fully-qualified organization string.
See more: google.cloud.ces_v1beta.services.evaluation_service.EvaluationServiceClient.common_organization_path
google.cloud.ces_v1beta.services.evaluation_service.EvaluationServiceClient.common_project_path
common_project_path(project: str) -> strReturns a fully-qualified project string.
See more: google.cloud.ces_v1beta.services.evaluation_service.EvaluationServiceClient.common_project_path
google.cloud.ces_v1beta.services.evaluation_service.EvaluationServiceClient.conversation_path
conversation_path(project: str, location: str, app: str, conversation: str) -> strReturns a fully-qualified conversation string.
See more: google.cloud.ces_v1beta.services.evaluation_service.EvaluationServiceClient.conversation_path
google.cloud.ces_v1beta.services.evaluation_service.EvaluationServiceClient.create_evaluation
create_evaluation(
request: typing.Optional[
typing.Union[
google.cloud.ces_v1beta.types.evaluation_service.CreateEvaluationRequest,
dict,
]
] = None,
*,
parent: typing.Optional[str] = None,
evaluation: typing.Optional[
google.cloud.ces_v1beta.types.evaluation.Evaluation
] = None,
evaluation_id: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.ces_v1beta.types.evaluation.EvaluationCreates an evaluation.
See more: google.cloud.ces_v1beta.services.evaluation_service.EvaluationServiceClient.create_evaluation
google.cloud.ces_v1beta.services.evaluation_service.EvaluationServiceClient.create_evaluation_dataset
create_evaluation_dataset(
request: typing.Optional[
typing.Union[
google.cloud.ces_v1beta.types.evaluation_service.CreateEvaluationDatasetRequest,
dict,
]
] = None,
*,
parent: typing.Optional[str] = None,
evaluation_dataset: typing.Optional[
google.cloud.ces_v1beta.types.evaluation.EvaluationDataset
] = None,
evaluation_dataset_id: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.ces_v1beta.types.evaluation.EvaluationDatasetCreates an evaluation dataset.
google.cloud.ces_v1beta.services.evaluation_service.EvaluationServiceClient.create_evaluation_expectation
create_evaluation_expectation(
request: typing.Optional[
typing.Union[
google.cloud.ces_v1beta.types.evaluation_service.CreateEvaluationExpectationRequest,
dict,
]
] = None,
*,
parent: typing.Optional[str] = None,
evaluation_expectation: typing.Optional[
google.cloud.ces_v1beta.types.evaluation.EvaluationExpectation
] = None,
evaluation_expectation_id: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.ces_v1beta.types.evaluation.EvaluationExpectationCreates an evaluation expectation.
google.cloud.ces_v1beta.services.evaluation_service.EvaluationServiceClient.create_scheduled_evaluation_run
create_scheduled_evaluation_run(
request: typing.Optional[
typing.Union[
google.cloud.ces_v1beta.types.evaluation_service.CreateScheduledEvaluationRunRequest,
dict,
]
] = None,
*,
parent: typing.Optional[str] = None,
scheduled_evaluation_run: typing.Optional[
google.cloud.ces_v1beta.types.evaluation.ScheduledEvaluationRun
] = None,
scheduled_evaluation_run_id: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.ces_v1beta.types.evaluation.ScheduledEvaluationRunCreates a scheduled evaluation run.
google.cloud.ces_v1beta.services.evaluation_service.EvaluationServiceClient.delete_evaluation
delete_evaluation(
request: typing.Optional[
typing.Union[
google.cloud.ces_v1beta.types.evaluation_service.DeleteEvaluationRequest,
dict,
]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> NoneDeletes an evaluation.
See more: google.cloud.ces_v1beta.services.evaluation_service.EvaluationServiceClient.delete_evaluation
google.cloud.ces_v1beta.services.evaluation_service.EvaluationServiceClient.delete_evaluation_dataset
delete_evaluation_dataset(
request: typing.Optional[
typing.Union[
google.cloud.ces_v1beta.types.evaluation_service.DeleteEvaluationDatasetRequest,
dict,
]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> NoneDeletes an evaluation dataset.
google.cloud.ces_v1beta.services.evaluation_service.EvaluationServiceClient.delete_evaluation_expectation
delete_evaluation_expectation(
request: typing.Optional[
typing.Union[
google.cloud.ces_v1beta.types.evaluation_service.DeleteEvaluationExpectationRequest,
dict,
]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> NoneDeletes an evaluation expectation.
google.cloud.ces_v1beta.services.evaluation_service.EvaluationServiceClient.delete_evaluation_result
delete_evaluation_result(
request: typing.Optional[
typing.Union[
google.cloud.ces_v1beta.types.evaluation_service.DeleteEvaluationResultRequest,
dict,
]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> NoneDeletes an evaluation result.
See more: google.cloud.ces_v1beta.services.evaluation_service.EvaluationServiceClient.delete_evaluation_result
google.cloud.ces_v1beta.services.evaluation_service.EvaluationServiceClient.delete_evaluation_run
delete_evaluation_run(
request: typing.Optional[
typing.Union[
google.cloud.ces_v1beta.types.evaluation_service.DeleteEvaluationRunRequest,
dict,
]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.api_core.operation.OperationDeletes an evaluation run.
See more: google.cloud.ces_v1beta.services.evaluation_service.EvaluationServiceClient.delete_evaluation_run
google.cloud.ces_v1beta.services.evaluation_service.EvaluationServiceClient.delete_operation
delete_operation(
request: typing.Optional[
typing.Union[google.longrunning.operations_pb2.DeleteOperationRequest, dict]
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> NoneDeletes a long-running operation.
See more: google.cloud.ces_v1beta.services.evaluation_service.EvaluationServiceClient.delete_operation
google.cloud.ces_v1beta.services.evaluation_service.EvaluationServiceClient.delete_scheduled_evaluation_run
delete_scheduled_evaluation_run(
request: typing.Optional[
typing.Union[
google.cloud.ces_v1beta.types.evaluation_service.DeleteScheduledEvaluationRunRequest,
dict,
]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> NoneDeletes a scheduled evaluation run.
google.cloud.ces_v1beta.services.evaluation_service.EvaluationServiceClient.evaluation_dataset_path
evaluation_dataset_path(
project: str, location: str, app: str, evaluation_dataset: str
) -> strReturns a fully-qualified evaluation_dataset string.
See more: google.cloud.ces_v1beta.services.evaluation_service.EvaluationServiceClient.evaluation_dataset_path
google.cloud.ces_v1beta.services.evaluation_service.EvaluationServiceClient.evaluation_expectation_path
evaluation_expectation_path(
project: str, location: str, app: str, evaluation_expectation: str
) -> strReturns a fully-qualified evaluation_expectation string.
google.cloud.ces_v1beta.services.evaluation_service.EvaluationServiceClient.evaluation_path
evaluation_path(project: str, location: str, app: str, evaluation: str) -> strReturns a fully-qualified evaluation string.
See more: google.cloud.ces_v1beta.services.evaluation_service.EvaluationServiceClient.evaluation_path
google.cloud.ces_v1beta.services.evaluation_service.EvaluationServiceClient.evaluation_result_path
evaluation_result_path(
project: str, location: str, app: str, evaluation: str, evaluation_result: str
) -> strReturns a fully-qualified evaluation_result string.
See more: google.cloud.ces_v1beta.services.evaluation_service.EvaluationServiceClient.evaluation_result_path
google.cloud.ces_v1beta.services.evaluation_service.EvaluationServiceClient.evaluation_run_path
evaluation_run_path(
project: str, location: str, app: str, evaluation_run: str
) -> strReturns a fully-qualified evaluation_run string.
See more: google.cloud.ces_v1beta.services.evaluation_service.EvaluationServiceClient.evaluation_run_path
google.cloud.ces_v1beta.services.evaluation_service.EvaluationServiceClient.from_service_account_file
from_service_account_file(filename: str, *args, **kwargs)Creates an instance of this client using the provided credentials file.
google.cloud.ces_v1beta.services.evaluation_service.EvaluationServiceClient.from_service_account_info
from_service_account_info(info: dict, *args, **kwargs)Creates an instance of this client using the provided credentials info.
google.cloud.ces_v1beta.services.evaluation_service.EvaluationServiceClient.from_service_account_json
from_service_account_json(filename: str, *args, **kwargs)Creates an instance of this client using the provided credentials file.
google.cloud.ces_v1beta.services.evaluation_service.EvaluationServiceClient.generate_evaluation
generate_evaluation(
request: typing.Optional[
typing.Union[
google.cloud.ces_v1beta.types.evaluation_service.GenerateEvaluationRequest,
dict,
]
] = None,
*,
conversation: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.api_core.operation.OperationCreates a golden evaluation from a conversation.
See more: google.cloud.ces_v1beta.services.evaluation_service.EvaluationServiceClient.generate_evaluation
google.cloud.ces_v1beta.services.evaluation_service.EvaluationServiceClient.get_evaluation
get_evaluation(
request: typing.Optional[
typing.Union[
google.cloud.ces_v1beta.types.evaluation_service.GetEvaluationRequest, dict
]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.ces_v1beta.types.evaluation.EvaluationGets details of the specified evaluation.
See more: google.cloud.ces_v1beta.services.evaluation_service.EvaluationServiceClient.get_evaluation
google.cloud.ces_v1beta.services.evaluation_service.EvaluationServiceClient.get_evaluation_dataset
get_evaluation_dataset(
request: typing.Optional[
typing.Union[
google.cloud.ces_v1beta.types.evaluation_service.GetEvaluationDatasetRequest,
dict,
]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.ces_v1beta.types.evaluation.EvaluationDatasetGets details of the specified evaluation dataset.
See more: google.cloud.ces_v1beta.services.evaluation_service.EvaluationServiceClient.get_evaluation_dataset
google.cloud.ces_v1beta.services.evaluation_service.EvaluationServiceClient.get_evaluation_expectation
get_evaluation_expectation(
request: typing.Optional[
typing.Union[
google.cloud.ces_v1beta.types.evaluation_service.GetEvaluationExpectationRequest,
dict,
]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.ces_v1beta.types.evaluation.EvaluationExpectationGets details of the specified evaluation expectation.
google.cloud.ces_v1beta.services.evaluation_service.EvaluationServiceClient.get_evaluation_result
get_evaluation_result(
request: typing.Optional[
typing.Union[
google.cloud.ces_v1beta.types.evaluation_service.GetEvaluationResultRequest,
dict,
]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.ces_v1beta.types.evaluation.EvaluationResultGets details of the specified evaluation result.
See more: google.cloud.ces_v1beta.services.evaluation_service.EvaluationServiceClient.get_evaluation_result
google.cloud.ces_v1beta.services.evaluation_service.EvaluationServiceClient.get_evaluation_run
get_evaluation_run(
request: typing.Optional[
typing.Union[
google.cloud.ces_v1beta.types.evaluation_service.GetEvaluationRunRequest,
dict,
]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.ces_v1beta.types.evaluation.EvaluationRunGets details of the specified evaluation run.
See more: google.cloud.ces_v1beta.services.evaluation_service.EvaluationServiceClient.get_evaluation_run
google.cloud.ces_v1beta.services.evaluation_service.EvaluationServiceClient.get_location
get_location(
request: typing.Optional[
typing.Union[google.cloud.location.locations_pb2.GetLocationRequest, dict]
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.location.locations_pb2.LocationGets information about a location.
See more: google.cloud.ces_v1beta.services.evaluation_service.EvaluationServiceClient.get_location
google.cloud.ces_v1beta.services.evaluation_service.EvaluationServiceClient.get_mtls_endpoint_and_cert_source
get_mtls_endpoint_and_cert_source(
client_options: typing.Optional[
google.api_core.client_options.ClientOptions
] = None,
)Deprecated.
google.cloud.ces_v1beta.services.evaluation_service.EvaluationServiceClient.get_operation
get_operation(
request: typing.Optional[
typing.Union[google.longrunning.operations_pb2.GetOperationRequest, dict]
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.longrunning.operations_pb2.OperationGets the latest state of a long-running operation.
See more: google.cloud.ces_v1beta.services.evaluation_service.EvaluationServiceClient.get_operation
google.cloud.ces_v1beta.services.evaluation_service.EvaluationServiceClient.get_scheduled_evaluation_run
get_scheduled_evaluation_run(
request: typing.Optional[
typing.Union[
google.cloud.ces_v1beta.types.evaluation_service.GetScheduledEvaluationRunRequest,
dict,
]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.ces_v1beta.types.evaluation.ScheduledEvaluationRunGets details of the specified scheduled evaluation run.
google.cloud.ces_v1beta.services.evaluation_service.EvaluationServiceClient.guardrail_path
guardrail_path(project: str, location: str, app: str, guardrail: str) -> strReturns a fully-qualified guardrail string.
See more: google.cloud.ces_v1beta.services.evaluation_service.EvaluationServiceClient.guardrail_path
google.cloud.ces_v1beta.services.evaluation_service.EvaluationServiceClient.import_evaluations
import_evaluations(
request: typing.Optional[
typing.Union[
google.cloud.ces_v1beta.types.evaluation_service.ImportEvaluationsRequest,
dict,
]
] = None,
*,
parent: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.api_core.operation.OperationImports evaluations into the app.
See more: google.cloud.ces_v1beta.services.evaluation_service.EvaluationServiceClient.import_evaluations
google.cloud.ces_v1beta.services.evaluation_service.EvaluationServiceClient.list_evaluation_datasets
list_evaluation_datasets(
request: typing.Optional[
typing.Union[
google.cloud.ces_v1beta.types.evaluation_service.ListEvaluationDatasetsRequest,
dict,
]
] = None,
*,
parent: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> (
google.cloud.ces_v1beta.services.evaluation_service.pagers.ListEvaluationDatasetsPager
)Lists all evaluation datasets in the given app.
See more: google.cloud.ces_v1beta.services.evaluation_service.EvaluationServiceClient.list_evaluation_datasets
google.cloud.ces_v1beta.services.evaluation_service.EvaluationServiceClient.list_evaluation_expectations
list_evaluation_expectations(
request: typing.Optional[
typing.Union[
google.cloud.ces_v1beta.types.evaluation_service.ListEvaluationExpectationsRequest,
dict,
]
] = None,
*,
parent: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> (
google.cloud.ces_v1beta.services.evaluation_service.pagers.ListEvaluationExpectationsPager
)Lists all evaluation expectations in the given app.
google.cloud.ces_v1beta.services.evaluation_service.EvaluationServiceClient.list_evaluation_results
list_evaluation_results(
request: typing.Optional[
typing.Union[
google.cloud.ces_v1beta.types.evaluation_service.ListEvaluationResultsRequest,
dict,
]
] = None,
*,
parent: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> (
google.cloud.ces_v1beta.services.evaluation_service.pagers.ListEvaluationResultsPager
)Lists all evaluation results for a given evaluation.
See more: google.cloud.ces_v1beta.services.evaluation_service.EvaluationServiceClient.list_evaluation_results
google.cloud.ces_v1beta.services.evaluation_service.EvaluationServiceClient.list_evaluation_runs
list_evaluation_runs(
request: typing.Optional[
typing.Union[
google.cloud.ces_v1beta.types.evaluation_service.ListEvaluationRunsRequest,
dict,
]
] = None,
*,
parent: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.ces_v1beta.services.evaluation_service.pagers.ListEvaluationRunsPagerLists all evaluation runs in the given app.
See more: google.cloud.ces_v1beta.services.evaluation_service.EvaluationServiceClient.list_evaluation_runs
google.cloud.ces_v1beta.services.evaluation_service.EvaluationServiceClient.list_evaluations
list_evaluations(
request: typing.Optional[
typing.Union[
google.cloud.ces_v1beta.types.evaluation_service.ListEvaluationsRequest,
dict,
]
] = None,
*,
parent: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.ces_v1beta.services.evaluation_service.pagers.ListEvaluationsPagerLists all evaluations in the given app.
See more: google.cloud.ces_v1beta.services.evaluation_service.EvaluationServiceClient.list_evaluations
google.cloud.ces_v1beta.services.evaluation_service.EvaluationServiceClient.list_locations
list_locations(
request: typing.Optional[
typing.Union[google.cloud.location.locations_pb2.ListLocationsRequest, dict]
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.location.locations_pb2.ListLocationsResponseLists information about the supported locations for this service.
See more: google.cloud.ces_v1beta.services.evaluation_service.EvaluationServiceClient.list_locations
google.cloud.ces_v1beta.services.evaluation_service.EvaluationServiceClient.list_operations
list_operations(
request: typing.Optional[
typing.Union[google.longrunning.operations_pb2.ListOperationsRequest, dict]
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.longrunning.operations_pb2.ListOperationsResponseLists operations that match the specified filter in the request.
See more: google.cloud.ces_v1beta.services.evaluation_service.EvaluationServiceClient.list_operations
google.cloud.ces_v1beta.services.evaluation_service.EvaluationServiceClient.list_scheduled_evaluation_runs
list_scheduled_evaluation_runs(
request: typing.Optional[
typing.Union[
google.cloud.ces_v1beta.types.evaluation_service.ListScheduledEvaluationRunsRequest,
dict,
]
] = None,
*,
parent: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> (
google.cloud.ces_v1beta.services.evaluation_service.pagers.ListScheduledEvaluationRunsPager
)Lists all scheduled evaluation runs in the given app.
google.cloud.ces_v1beta.services.evaluation_service.EvaluationServiceClient.parse_agent_path
parse_agent_path(path: str) -> typing.Dict[str, str]Parses a agent path into its component segments.
See more: google.cloud.ces_v1beta.services.evaluation_service.EvaluationServiceClient.parse_agent_path
google.cloud.ces_v1beta.services.evaluation_service.EvaluationServiceClient.parse_app_path
parse_app_path(path: str) -> typing.Dict[str, str]Parses a app path into its component segments.
See more: google.cloud.ces_v1beta.services.evaluation_service.EvaluationServiceClient.parse_app_path
google.cloud.ces_v1beta.services.evaluation_service.EvaluationServiceClient.parse_app_version_path
parse_app_version_path(path: str) -> typing.Dict[str, str]Parses a app_version path into its component segments.
See more: google.cloud.ces_v1beta.services.evaluation_service.EvaluationServiceClient.parse_app_version_path
google.cloud.ces_v1beta.services.evaluation_service.EvaluationServiceClient.parse_changelog_path
parse_changelog_path(path: str) -> typing.Dict[str, str]Parses a changelog path into its component segments.
See more: google.cloud.ces_v1beta.services.evaluation_service.EvaluationServiceClient.parse_changelog_path
google.cloud.ces_v1beta.services.evaluation_service.EvaluationServiceClient.parse_common_billing_account_path
parse_common_billing_account_path(path: str) -> typing.Dict[str, str]Parse a billing_account path into its component segments.
google.cloud.ces_v1beta.services.evaluation_service.EvaluationServiceClient.parse_common_folder_path
parse_common_folder_path(path: str) -> typing.Dict[str, str]Parse a folder path into its component segments.
See more: google.cloud.ces_v1beta.services.evaluation_service.EvaluationServiceClient.parse_common_folder_path
google.cloud.ces_v1beta.services.evaluation_service.EvaluationServiceClient.parse_common_location_path
parse_common_location_path(path: str) -> typing.Dict[str, str]Parse a location path into its component segments.
google.cloud.ces_v1beta.services.evaluation_service.EvaluationServiceClient.parse_common_organization_path
parse_common_organization_path(path: str) -> typing.Dict[str, str]Parse a organization path into its component segments.
google.cloud.ces_v1beta.services.evaluation_service.EvaluationServiceClient.parse_common_project_path
parse_common_project_path(path: str) -> typing.Dict[str, str]Parse a project path into its component segments.
google.cloud.ces_v1beta.services.evaluation_service.EvaluationServiceClient.parse_conversation_path
parse_conversation_path(path: str) -> typing.Dict[str, str]Parses a conversation path into its component segments.
See more: google.cloud.ces_v1beta.services.evaluation_service.EvaluationServiceClient.parse_conversation_path
google.cloud.ces_v1beta.services.evaluation_service.EvaluationServiceClient.parse_evaluation_dataset_path
parse_evaluation_dataset_path(path: str) -> typing.Dict[str, str]Parses a evaluation_dataset path into its component segments.
google.cloud.ces_v1beta.services.evaluation_service.EvaluationServiceClient.parse_evaluation_expectation_path
parse_evaluation_expectation_path(path: str) -> typing.Dict[str, str]Parses a evaluation_expectation path into its component segments.
google.cloud.ces_v1beta.services.evaluation_service.EvaluationServiceClient.parse_evaluation_path
parse_evaluation_path(path: str) -> typing.Dict[str, str]Parses a evaluation path into its component segments.
See more: google.cloud.ces_v1beta.services.evaluation_service.EvaluationServiceClient.parse_evaluation_path
google.cloud.ces_v1beta.services.evaluation_service.EvaluationServiceClient.parse_evaluation_result_path
parse_evaluation_result_path(path: str) -> typing.Dict[str, str]Parses a evaluation_result path into its component segments.
google.cloud.ces_v1beta.services.evaluation_service.EvaluationServiceClient.parse_evaluation_run_path
parse_evaluation_run_path(path: str) -> typing.Dict[str, str]Parses a evaluation_run path into its component segments.
google.cloud.ces_v1beta.services.evaluation_service.EvaluationServiceClient.parse_guardrail_path
parse_guardrail_path(path: str) -> typing.Dict[str, str]Parses a guardrail path into its component segments.
See more: google.cloud.ces_v1beta.services.evaluation_service.EvaluationServiceClient.parse_guardrail_path
google.cloud.ces_v1beta.services.evaluation_service.EvaluationServiceClient.parse_scheduled_evaluation_run_path
parse_scheduled_evaluation_run_path(path: str) -> typing.Dict[str, str]Parses a scheduled_evaluation_run path into its component segments.
google.cloud.ces_v1beta.services.evaluation_service.EvaluationServiceClient.parse_tool_path
parse_tool_path(path: str) -> typing.Dict[str, str]Parses a tool path into its component segments.
See more: google.cloud.ces_v1beta.services.evaluation_service.EvaluationServiceClient.parse_tool_path
google.cloud.ces_v1beta.services.evaluation_service.EvaluationServiceClient.parse_toolset_path
parse_toolset_path(path: str) -> typing.Dict[str, str]Parses a toolset path into its component segments.
See more: google.cloud.ces_v1beta.services.evaluation_service.EvaluationServiceClient.parse_toolset_path
google.cloud.ces_v1beta.services.evaluation_service.EvaluationServiceClient.run_evaluation
run_evaluation(
request: typing.Optional[
typing.Union[
google.cloud.ces_v1beta.types.evaluation.RunEvaluationRequest, dict
]
] = None,
*,
app: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.api_core.operation.OperationRuns an evaluation of the app.
See more: google.cloud.ces_v1beta.services.evaluation_service.EvaluationServiceClient.run_evaluation
google.cloud.ces_v1beta.services.evaluation_service.EvaluationServiceClient.scheduled_evaluation_run_path
scheduled_evaluation_run_path(
project: str, location: str, app: str, scheduled_evaluation_run: str
) -> strReturns a fully-qualified scheduled_evaluation_run string.
google.cloud.ces_v1beta.services.evaluation_service.EvaluationServiceClient.test_persona_voice
test_persona_voice(
request: typing.Optional[
typing.Union[
google.cloud.ces_v1beta.types.evaluation_service.TestPersonaVoiceRequest,
dict,
]
] = None,
*,
app: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.ces_v1beta.types.evaluation_service.TestPersonaVoiceResponseTests the voice of a persona.
See more: google.cloud.ces_v1beta.services.evaluation_service.EvaluationServiceClient.test_persona_voice
google.cloud.ces_v1beta.services.evaluation_service.EvaluationServiceClient.tool_path
tool_path(project: str, location: str, app: str, tool: str) -> strReturns a fully-qualified tool string.
See more: google.cloud.ces_v1beta.services.evaluation_service.EvaluationServiceClient.tool_path
google.cloud.ces_v1beta.services.evaluation_service.EvaluationServiceClient.toolset_path
toolset_path(project: str, location: str, app: str, toolset: str) -> strReturns a fully-qualified toolset string.
See more: google.cloud.ces_v1beta.services.evaluation_service.EvaluationServiceClient.toolset_path
google.cloud.ces_v1beta.services.evaluation_service.EvaluationServiceClient.update_evaluation
update_evaluation(
request: typing.Optional[
typing.Union[
google.cloud.ces_v1beta.types.evaluation_service.UpdateEvaluationRequest,
dict,
]
] = None,
*,
evaluation: typing.Optional[
google.cloud.ces_v1beta.types.evaluation.Evaluation
] = None,
update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.ces_v1beta.types.evaluation.EvaluationUpdates an evaluation.
See more: google.cloud.ces_v1beta.services.evaluation_service.EvaluationServiceClient.update_evaluation
google.cloud.ces_v1beta.services.evaluation_service.EvaluationServiceClient.update_evaluation_dataset
update_evaluation_dataset(
request: typing.Optional[
typing.Union[
google.cloud.ces_v1beta.types.evaluation_service.UpdateEvaluationDatasetRequest,
dict,
]
] = None,
*,
evaluation_dataset: typing.Optional[
google.cloud.ces_v1beta.types.evaluation.EvaluationDataset
] = None,
update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.ces_v1beta.types.evaluation.EvaluationDatasetUpdates an evaluation dataset.
google.cloud.ces_v1beta.services.evaluation_service.EvaluationServiceClient.update_evaluation_expectation
update_evaluation_expectation(
request: typing.Optional[
typing.Union[
google.cloud.ces_v1beta.types.evaluation_service.UpdateEvaluationExpectationRequest,
dict,
]
] = None,
*,
evaluation_expectation: typing.Optional[
google.cloud.ces_v1beta.types.evaluation.EvaluationExpectation
] = None,
update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.ces_v1beta.types.evaluation.EvaluationExpectationUpdates an evaluation expectation.
google.cloud.ces_v1beta.services.evaluation_service.EvaluationServiceClient.update_scheduled_evaluation_run
update_scheduled_evaluation_run(
request: typing.Optional[
typing.Union[
google.cloud.ces_v1beta.types.evaluation_service.UpdateScheduledEvaluationRunRequest,
dict,
]
] = None,
*,
scheduled_evaluation_run: typing.Optional[
google.cloud.ces_v1beta.types.evaluation.ScheduledEvaluationRun
] = None,
update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.ces_v1beta.types.evaluation.ScheduledEvaluationRunUpdates a scheduled evaluation run.
google.cloud.ces_v1beta.services.evaluation_service.EvaluationServiceClient.upload_evaluation_audio
upload_evaluation_audio(
request: typing.Optional[
typing.Union[
google.cloud.ces_v1beta.types.evaluation_service.UploadEvaluationAudioRequest,
dict,
]
] = None,
*,
name: typing.Optional[str] = None,
audio_content: typing.Optional[bytes] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.ces_v1beta.types.evaluation_service.UploadEvaluationAudioResponseUploads audio for use in Golden Evaluations.
See more: google.cloud.ces_v1beta.services.evaluation_service.EvaluationServiceClient.upload_evaluation_audio
google.cloud.ces_v1beta.services.evaluation_service.pagers.ListEvaluationDatasetsAsyncPager
ListEvaluationDatasetsAsyncPager(
method: typing.Callable[
[...],
typing.Awaitable[
google.cloud.ces_v1beta.types.evaluation_service.ListEvaluationDatasetsResponse
],
],
request: google.cloud.ces_v1beta.types.evaluation_service.ListEvaluationDatasetsRequest,
response: google.cloud.ces_v1beta.types.evaluation_service.ListEvaluationDatasetsResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)Instantiates the pager.
See more: google.cloud.ces_v1beta.services.evaluation_service.pagers.ListEvaluationDatasetsAsyncPager
google.cloud.ces_v1beta.services.evaluation_service.pagers.ListEvaluationDatasetsPager
ListEvaluationDatasetsPager(
method: typing.Callable[
[...],
google.cloud.ces_v1beta.types.evaluation_service.ListEvaluationDatasetsResponse,
],
request: google.cloud.ces_v1beta.types.evaluation_service.ListEvaluationDatasetsRequest,
response: google.cloud.ces_v1beta.types.evaluation_service.ListEvaluationDatasetsResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)Instantiate the pager.
See more: google.cloud.ces_v1beta.services.evaluation_service.pagers.ListEvaluationDatasetsPager
google.cloud.ces_v1beta.services.evaluation_service.pagers.ListEvaluationExpectationsAsyncPager
ListEvaluationExpectationsAsyncPager(
method: typing.Callable[
[...],
typing.Awaitable[
google.cloud.ces_v1beta.types.evaluation_service.ListEvaluationExpectationsResponse
],
],
request: google.cloud.ces_v1beta.types.evaluation_service.ListEvaluationExpectationsRequest,
response: google.cloud.ces_v1beta.types.evaluation_service.ListEvaluationExpectationsResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)Instantiates the pager.
See more: google.cloud.ces_v1beta.services.evaluation_service.pagers.ListEvaluationExpectationsAsyncPager
google.cloud.ces_v1beta.services.evaluation_service.pagers.ListEvaluationExpectationsPager
ListEvaluationExpectationsPager(
method: typing.Callable[
[...],
google.cloud.ces_v1beta.types.evaluation_service.ListEvaluationExpectationsResponse,
],
request: google.cloud.ces_v1beta.types.evaluation_service.ListEvaluationExpectationsRequest,
response: google.cloud.ces_v1beta.types.evaluation_service.ListEvaluationExpectationsResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)Instantiate the pager.
See more: google.cloud.ces_v1beta.services.evaluation_service.pagers.ListEvaluationExpectationsPager
google.cloud.ces_v1beta.services.evaluation_service.pagers.ListEvaluationResultsAsyncPager
ListEvaluationResultsAsyncPager(
method: typing.Callable[
[...],
typing.Awaitable[
google.cloud.ces_v1beta.types.evaluation_service.ListEvaluationResultsResponse
],
],
request: google.cloud.ces_v1beta.types.evaluation_service.ListEvaluationResultsRequest,
response: google.cloud.ces_v1beta.types.evaluation_service.ListEvaluationResultsResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)Instantiates the pager.
See more: google.cloud.ces_v1beta.services.evaluation_service.pagers.ListEvaluationResultsAsyncPager
google.cloud.ces_v1beta.services.evaluation_service.pagers.ListEvaluationResultsPager
ListEvaluationResultsPager(
method: typing.Callable[
[...],
google.cloud.ces_v1beta.types.evaluation_service.ListEvaluationResultsResponse,
],
request: google.cloud.ces_v1beta.types.evaluation_service.ListEvaluationResultsRequest,
response: google.cloud.ces_v1beta.types.evaluation_service.ListEvaluationResultsResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)Instantiate the pager.
See more: google.cloud.ces_v1beta.services.evaluation_service.pagers.ListEvaluationResultsPager
google.cloud.ces_v1beta.services.evaluation_service.pagers.ListEvaluationRunsAsyncPager
ListEvaluationRunsAsyncPager(
method: typing.Callable[
[...],
typing.Awaitable[
google.cloud.ces_v1beta.types.evaluation_service.ListEvaluationRunsResponse
],
],
request: google.cloud.ces_v1beta.types.evaluation_service.ListEvaluationRunsRequest,
response: google.cloud.ces_v1beta.types.evaluation_service.ListEvaluationRunsResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)Instantiates the pager.
See more: google.cloud.ces_v1beta.services.evaluation_service.pagers.ListEvaluationRunsAsyncPager
google.cloud.ces_v1beta.services.evaluation_service.pagers.ListEvaluationRunsPager
ListEvaluationRunsPager(
method: typing.Callable[
[...],
google.cloud.ces_v1beta.types.evaluation_service.ListEvaluationRunsResponse,
],
request: google.cloud.ces_v1beta.types.evaluation_service.ListEvaluationRunsRequest,
response: google.cloud.ces_v1beta.types.evaluation_service.ListEvaluationRunsResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)Instantiate the pager.
See more: google.cloud.ces_v1beta.services.evaluation_service.pagers.ListEvaluationRunsPager
google.cloud.ces_v1beta.services.evaluation_service.pagers.ListEvaluationsAsyncPager
ListEvaluationsAsyncPager(
method: typing.Callable[
[...],
typing.Awaitable[
google.cloud.ces_v1beta.types.evaluation_service.ListEvaluationsResponse
],
],
request: google.cloud.ces_v1beta.types.evaluation_service.ListEvaluationsRequest,
response: google.cloud.ces_v1beta.types.evaluation_service.ListEvaluationsResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)Instantiates the pager.
See more: google.cloud.ces_v1beta.services.evaluation_service.pagers.ListEvaluationsAsyncPager
google.cloud.ces_v1beta.services.evaluation_service.pagers.ListEvaluationsPager
ListEvaluationsPager(
method: typing.Callable[
[...], google.cloud.ces_v1beta.types.evaluation_service.ListEvaluationsResponse
],
request: google.cloud.ces_v1beta.types.evaluation_service.ListEvaluationsRequest,
response: google.cloud.ces_v1beta.types.evaluation_service.ListEvaluationsResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)Instantiate the pager.
See more: google.cloud.ces_v1beta.services.evaluation_service.pagers.ListEvaluationsPager
google.cloud.ces_v1beta.services.evaluation_service.pagers.ListScheduledEvaluationRunsAsyncPager
ListScheduledEvaluationRunsAsyncPager(
method: typing.Callable[
[...],
typing.Awaitable[
google.cloud.ces_v1beta.types.evaluation_service.ListScheduledEvaluationRunsResponse
],
],
request: google.cloud.ces_v1beta.types.evaluation_service.ListScheduledEvaluationRunsRequest,
response: google.cloud.ces_v1beta.types.evaluation_service.ListScheduledEvaluationRunsResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)Instantiates the pager.
See more: google.cloud.ces_v1beta.services.evaluation_service.pagers.ListScheduledEvaluationRunsAsyncPager
google.cloud.ces_v1beta.services.evaluation_service.pagers.ListScheduledEvaluationRunsPager
ListScheduledEvaluationRunsPager(
method: typing.Callable[
[...],
google.cloud.ces_v1beta.types.evaluation_service.ListScheduledEvaluationRunsResponse,
],
request: google.cloud.ces_v1beta.types.evaluation_service.ListScheduledEvaluationRunsRequest,
response: google.cloud.ces_v1beta.types.evaluation_service.ListScheduledEvaluationRunsResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)Instantiate the pager.
See more: google.cloud.ces_v1beta.services.evaluation_service.pagers.ListScheduledEvaluationRunsPager
google.cloud.ces_v1beta.services.session_service.SessionServiceAsyncClient
SessionServiceAsyncClient(
*,
credentials: typing.Optional[google.auth.credentials.Credentials] = None,
transport: typing.Optional[
typing.Union[
str,
google.cloud.ces_v1beta.services.session_service.transports.base.SessionServiceTransport,
typing.Callable[
[...],
google.cloud.ces_v1beta.services.session_service.transports.base.SessionServiceTransport,
],
]
] = "grpc_asyncio",
client_options: typing.Optional[
google.api_core.client_options.ClientOptions
] = None,
client_info: google.api_core.gapic_v1.client_info.ClientInfo = google.api_core.gapic_v1.client_info.ClientInfo
)Instantiates the session service async client.
See more: google.cloud.ces_v1beta.services.session_service.SessionServiceAsyncClient
google.cloud.ces_v1beta.services.session_service.SessionServiceAsyncClient.agent_path
agent_path(project: str, location: str, app: str, agent: str) -> strReturns a fully-qualified agent string.
See more: google.cloud.ces_v1beta.services.session_service.SessionServiceAsyncClient.agent_path
google.cloud.ces_v1beta.services.session_service.SessionServiceAsyncClient.bidi_run_session
bidi_run_session(
requests: typing.Optional[
typing.AsyncIterator[
google.cloud.ces_v1beta.types.session_service.BidiSessionClientMessage
]
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> typing.Awaitable[
typing.AsyncIterable[
google.cloud.ces_v1beta.types.session_service.BidiSessionServerMessage
]
]Establishes a bidirectional streaming connection with the CES agent.
See more: google.cloud.ces_v1beta.services.session_service.SessionServiceAsyncClient.bidi_run_session
google.cloud.ces_v1beta.services.session_service.SessionServiceAsyncClient.cancel_operation
cancel_operation(
request: typing.Optional[
typing.Union[google.longrunning.operations_pb2.CancelOperationRequest, dict]
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> NoneStarts asynchronous cancellation on a long-running operation.
See more: google.cloud.ces_v1beta.services.session_service.SessionServiceAsyncClient.cancel_operation
google.cloud.ces_v1beta.services.session_service.SessionServiceAsyncClient.common_billing_account_path
common_billing_account_path(billing_account: str) -> strReturns a fully-qualified billing_account string.
google.cloud.ces_v1beta.services.session_service.SessionServiceAsyncClient.common_folder_path
common_folder_path(folder: str) -> strReturns a fully-qualified folder string.
See more: google.cloud.ces_v1beta.services.session_service.SessionServiceAsyncClient.common_folder_path
google.cloud.ces_v1beta.services.session_service.SessionServiceAsyncClient.common_location_path
common_location_path(project: str, location: str) -> strReturns a fully-qualified location string.
See more: google.cloud.ces_v1beta.services.session_service.SessionServiceAsyncClient.common_location_path
google.cloud.ces_v1beta.services.session_service.SessionServiceAsyncClient.common_organization_path
common_organization_path(organization: str) -> strReturns a fully-qualified organization string.
See more: google.cloud.ces_v1beta.services.session_service.SessionServiceAsyncClient.common_organization_path
google.cloud.ces_v1beta.services.session_service.SessionServiceAsyncClient.common_project_path
common_project_path(project: str) -> strReturns a fully-qualified project string.
See more: google.cloud.ces_v1beta.services.session_service.SessionServiceAsyncClient.common_project_path
google.cloud.ces_v1beta.services.session_service.SessionServiceAsyncClient.delete_operation
delete_operation(
request: typing.Optional[
typing.Union[google.longrunning.operations_pb2.DeleteOperationRequest, dict]
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> NoneDeletes a long-running operation.
See more: google.cloud.ces_v1beta.services.session_service.SessionServiceAsyncClient.delete_operation
google.cloud.ces_v1beta.services.session_service.SessionServiceAsyncClient.from_service_account_file
from_service_account_file(filename: str, *args, **kwargs)Creates an instance of this client using the provided credentials file.
See more: google.cloud.ces_v1beta.services.session_service.SessionServiceAsyncClient.from_service_account_file
google.cloud.ces_v1beta.services.session_service.SessionServiceAsyncClient.from_service_account_info
from_service_account_info(info: dict, *args, **kwargs)Creates an instance of this client using the provided credentials info.
See more: google.cloud.ces_v1beta.services.session_service.SessionServiceAsyncClient.from_service_account_info
google.cloud.ces_v1beta.services.session_service.SessionServiceAsyncClient.from_service_account_json
from_service_account_json(filename: str, *args, **kwargs)Creates an instance of this client using the provided credentials file.
See more: google.cloud.ces_v1beta.services.session_service.SessionServiceAsyncClient.from_service_account_json
google.cloud.ces_v1beta.services.session_service.SessionServiceAsyncClient.get_location
get_location(
request: typing.Optional[
typing.Union[google.cloud.location.locations_pb2.GetLocationRequest, dict]
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.location.locations_pb2.LocationGets information about a location.
See more: google.cloud.ces_v1beta.services.session_service.SessionServiceAsyncClient.get_location
google.cloud.ces_v1beta.services.session_service.SessionServiceAsyncClient.get_mtls_endpoint_and_cert_source
get_mtls_endpoint_and_cert_source(
client_options: typing.Optional[
google.api_core.client_options.ClientOptions
] = None,
)Return the API endpoint and client cert source for mutual TLS.
google.cloud.ces_v1beta.services.session_service.SessionServiceAsyncClient.get_operation
get_operation(
request: typing.Optional[
typing.Union[google.longrunning.operations_pb2.GetOperationRequest, dict]
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.longrunning.operations_pb2.OperationGets the latest state of a long-running operation.
See more: google.cloud.ces_v1beta.services.session_service.SessionServiceAsyncClient.get_operation
google.cloud.ces_v1beta.services.session_service.SessionServiceAsyncClient.get_transport_class
get_transport_class(
label: typing.Optional[str] = None,
) -> typing.Type[
google.cloud.ces_v1beta.services.session_service.transports.base.SessionServiceTransport
]Returns an appropriate transport class.
See more: google.cloud.ces_v1beta.services.session_service.SessionServiceAsyncClient.get_transport_class
google.cloud.ces_v1beta.services.session_service.SessionServiceAsyncClient.list_locations
list_locations(
request: typing.Optional[
typing.Union[google.cloud.location.locations_pb2.ListLocationsRequest, dict]
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.location.locations_pb2.ListLocationsResponseLists information about the supported locations for this service.
See more: google.cloud.ces_v1beta.services.session_service.SessionServiceAsyncClient.list_locations
google.cloud.ces_v1beta.services.session_service.SessionServiceAsyncClient.list_operations
list_operations(
request: typing.Optional[
typing.Union[google.longrunning.operations_pb2.ListOperationsRequest, dict]
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.longrunning.operations_pb2.ListOperationsResponseLists operations that match the specified filter in the request.
See more: google.cloud.ces_v1beta.services.session_service.SessionServiceAsyncClient.list_operations
google.cloud.ces_v1beta.services.session_service.SessionServiceAsyncClient.parse_agent_path
parse_agent_path(path: str) -> typing.Dict[str, str]Parses a agent path into its component segments.
See more: google.cloud.ces_v1beta.services.session_service.SessionServiceAsyncClient.parse_agent_path
google.cloud.ces_v1beta.services.session_service.SessionServiceAsyncClient.parse_common_billing_account_path
parse_common_billing_account_path(path: str) -> typing.Dict[str, str]Parse a billing_account path into its component segments.
google.cloud.ces_v1beta.services.session_service.SessionServiceAsyncClient.parse_common_folder_path
parse_common_folder_path(path: str) -> typing.Dict[str, str]Parse a folder path into its component segments.
See more: google.cloud.ces_v1beta.services.session_service.SessionServiceAsyncClient.parse_common_folder_path
google.cloud.ces_v1beta.services.session_service.SessionServiceAsyncClient.parse_common_location_path
parse_common_location_path(path: str) -> typing.Dict[str, str]Parse a location path into its component segments.
google.cloud.ces_v1beta.services.session_service.SessionServiceAsyncClient.parse_common_organization_path
parse_common_organization_path(path: str) -> typing.Dict[str, str]Parse a organization path into its component segments.
google.cloud.ces_v1beta.services.session_service.SessionServiceAsyncClient.parse_common_project_path
parse_common_project_path(path: str) -> typing.Dict[str, str]Parse a project path into its component segments.
See more: google.cloud.ces_v1beta.services.session_service.SessionServiceAsyncClient.parse_common_project_path
google.cloud.ces_v1beta.services.session_service.SessionServiceAsyncClient.parse_session_path
parse_session_path(path: str) -> typing.Dict[str, str]Parses a session path into its component segments.
See more: google.cloud.ces_v1beta.services.session_service.SessionServiceAsyncClient.parse_session_path
google.cloud.ces_v1beta.services.session_service.SessionServiceAsyncClient.parse_tool_path
parse_tool_path(path: str) -> typing.Dict[str, str]Parses a tool path into its component segments.
See more: google.cloud.ces_v1beta.services.session_service.SessionServiceAsyncClient.parse_tool_path
google.cloud.ces_v1beta.services.session_service.SessionServiceAsyncClient.parse_toolset_path
parse_toolset_path(path: str) -> typing.Dict[str, str]Parses a toolset path into its component segments.
See more: google.cloud.ces_v1beta.services.session_service.SessionServiceAsyncClient.parse_toolset_path
google.cloud.ces_v1beta.services.session_service.SessionServiceAsyncClient.run_session
run_session(
request: typing.Optional[
typing.Union[
google.cloud.ces_v1beta.types.session_service.RunSessionRequest, dict
]
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.ces_v1beta.types.session_service.RunSessionResponseInitiates a single-turn interaction with the CES agent within a session.
See more: google.cloud.ces_v1beta.services.session_service.SessionServiceAsyncClient.run_session
google.cloud.ces_v1beta.services.session_service.SessionServiceAsyncClient.session_path
session_path(project: str, location: str, app: str, session: str) -> strReturns a fully-qualified session string.
See more: google.cloud.ces_v1beta.services.session_service.SessionServiceAsyncClient.session_path
google.cloud.ces_v1beta.services.session_service.SessionServiceAsyncClient.stream_run_session
stream_run_session(
request: typing.Optional[
typing.Union[
google.cloud.ces_v1beta.types.session_service.RunSessionRequest, dict
]
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> typing.Awaitable[
typing.AsyncIterable[
google.cloud.ces_v1beta.types.session_service.RunSessionResponse
]
]Initiates a single-turn interaction with the CES agent.
See more: google.cloud.ces_v1beta.services.session_service.SessionServiceAsyncClient.stream_run_session
google.cloud.ces_v1beta.services.session_service.SessionServiceAsyncClient.tool_path
tool_path(project: str, location: str, app: str, tool: str) -> strReturns a fully-qualified tool string.
See more: google.cloud.ces_v1beta.services.session_service.SessionServiceAsyncClient.tool_path
google.cloud.ces_v1beta.services.session_service.SessionServiceAsyncClient.toolset_path
toolset_path(project: str, location: str, app: str, toolset: str) -> strReturns a fully-qualified toolset string.
See more: google.cloud.ces_v1beta.services.session_service.SessionServiceAsyncClient.toolset_path
google.cloud.ces_v1beta.services.session_service.SessionServiceClient
SessionServiceClient(
*,
credentials: typing.Optional[google.auth.credentials.Credentials] = None,
transport: typing.Optional[
typing.Union[
str,
google.cloud.ces_v1beta.services.session_service.transports.base.SessionServiceTransport,
typing.Callable[
[...],
google.cloud.ces_v1beta.services.session_service.transports.base.SessionServiceTransport,
],
]
] = None,
client_options: typing.Optional[
typing.Union[google.api_core.client_options.ClientOptions, dict]
] = None,
client_info: google.api_core.gapic_v1.client_info.ClientInfo = google.api_core.gapic_v1.client_info.ClientInfo
)Instantiates the session service client.
See more: google.cloud.ces_v1beta.services.session_service.SessionServiceClient
google.cloud.ces_v1beta.services.session_service.SessionServiceClient.__exit__
__exit__(type, value, traceback)Releases underlying transport's resources.
See more: google.cloud.ces_v1beta.services.session_service.SessionServiceClient.exit
google.cloud.ces_v1beta.services.session_service.SessionServiceClient.agent_path
agent_path(project: str, location: str, app: str, agent: str) -> strReturns a fully-qualified agent string.
See more: google.cloud.ces_v1beta.services.session_service.SessionServiceClient.agent_path
google.cloud.ces_v1beta.services.session_service.SessionServiceClient.bidi_run_session
bidi_run_session(
requests: typing.Optional[
typing.Iterator[
google.cloud.ces_v1beta.types.session_service.BidiSessionClientMessage
]
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> typing.Iterable[
google.cloud.ces_v1beta.types.session_service.BidiSessionServerMessage
]Establishes a bidirectional streaming connection with the CES agent.
See more: google.cloud.ces_v1beta.services.session_service.SessionServiceClient.bidi_run_session
google.cloud.ces_v1beta.services.session_service.SessionServiceClient.cancel_operation
cancel_operation(
request: typing.Optional[
typing.Union[google.longrunning.operations_pb2.CancelOperationRequest, dict]
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> NoneStarts asynchronous cancellation on a long-running operation.
See more: google.cloud.ces_v1beta.services.session_service.SessionServiceClient.cancel_operation
google.cloud.ces_v1beta.services.session_service.SessionServiceClient.common_billing_account_path
common_billing_account_path(billing_account: str) -> strReturns a fully-qualified billing_account string.
See more: google.cloud.ces_v1beta.services.session_service.SessionServiceClient.common_billing_account_path
google.cloud.ces_v1beta.services.session_service.SessionServiceClient.common_folder_path
common_folder_path(folder: str) -> strReturns a fully-qualified folder string.
See more: google.cloud.ces_v1beta.services.session_service.SessionServiceClient.common_folder_path
google.cloud.ces_v1beta.services.session_service.SessionServiceClient.common_location_path
common_location_path(project: str, location: str) -> strReturns a fully-qualified location string.
See more: google.cloud.ces_v1beta.services.session_service.SessionServiceClient.common_location_path
google.cloud.ces_v1beta.services.session_service.SessionServiceClient.common_organization_path
common_organization_path(organization: str) -> strReturns a fully-qualified organization string.
See more: google.cloud.ces_v1beta.services.session_service.SessionServiceClient.common_organization_path
google.cloud.ces_v1beta.services.session_service.SessionServiceClient.common_project_path
common_project_path(project: str) -> strReturns a fully-qualified project string.
See more: google.cloud.ces_v1beta.services.session_service.SessionServiceClient.common_project_path
google.cloud.ces_v1beta.services.session_service.SessionServiceClient.delete_operation
delete_operation(
request: typing.Optional[
typing.Union[google.longrunning.operations_pb2.DeleteOperationRequest, dict]
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> NoneDeletes a long-running operation.
See more: google.cloud.ces_v1beta.services.session_service.SessionServiceClient.delete_operation
google.cloud.ces_v1beta.services.session_service.SessionServiceClient.from_service_account_file
from_service_account_file(filename: str, *args, **kwargs)Creates an instance of this client using the provided credentials file.
See more: google.cloud.ces_v1beta.services.session_service.SessionServiceClient.from_service_account_file
google.cloud.ces_v1beta.services.session_service.SessionServiceClient.from_service_account_info
from_service_account_info(info: dict, *args, **kwargs)Creates an instance of this client using the provided credentials info.
See more: google.cloud.ces_v1beta.services.session_service.SessionServiceClient.from_service_account_info
google.cloud.ces_v1beta.services.session_service.SessionServiceClient.from_service_account_json
from_service_account_json(filename: str, *args, **kwargs)Creates an instance of this client using the provided credentials file.
See more: google.cloud.ces_v1beta.services.session_service.SessionServiceClient.from_service_account_json
google.cloud.ces_v1beta.services.session_service.SessionServiceClient.get_location
get_location(
request: typing.Optional[
typing.Union[google.cloud.location.locations_pb2.GetLocationRequest, dict]
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.location.locations_pb2.LocationGets information about a location.
See more: google.cloud.ces_v1beta.services.session_service.SessionServiceClient.get_location
google.cloud.ces_v1beta.services.session_service.SessionServiceClient.get_mtls_endpoint_and_cert_source
get_mtls_endpoint_and_cert_source(
client_options: typing.Optional[
google.api_core.client_options.ClientOptions
] = None,
)Deprecated.
google.cloud.ces_v1beta.services.session_service.SessionServiceClient.get_operation
get_operation(
request: typing.Optional[
typing.Union[google.longrunning.operations_pb2.GetOperationRequest, dict]
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.longrunning.operations_pb2.OperationGets the latest state of a long-running operation.
See more: google.cloud.ces_v1beta.services.session_service.SessionServiceClient.get_operation
google.cloud.ces_v1beta.services.session_service.SessionServiceClient.list_locations
list_locations(
request: typing.Optional[
typing.Union[google.cloud.location.locations_pb2.ListLocationsRequest, dict]
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.location.locations_pb2.ListLocationsResponseLists information about the supported locations for this service.
See more: google.cloud.ces_v1beta.services.session_service.SessionServiceClient.list_locations
google.cloud.ces_v1beta.services.session_service.SessionServiceClient.list_operations
list_operations(
request: typing.Optional[
typing.Union[google.longrunning.operations_pb2.ListOperationsRequest, dict]
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.longrunning.operations_pb2.ListOperationsResponseLists operations that match the specified filter in the request.
See more: google.cloud.ces_v1beta.services.session_service.SessionServiceClient.list_operations
google.cloud.ces_v1beta.services.session_service.SessionServiceClient.parse_agent_path
parse_agent_path(path: str) -> typing.Dict[str, str]Parses a agent path into its component segments.
See more: google.cloud.ces_v1beta.services.session_service.SessionServiceClient.parse_agent_path
google.cloud.ces_v1beta.services.session_service.SessionServiceClient.parse_common_billing_account_path
parse_common_billing_account_path(path: str) -> typing.Dict[str, str]Parse a billing_account path into its component segments.
google.cloud.ces_v1beta.services.session_service.SessionServiceClient.parse_common_folder_path
parse_common_folder_path(path: str) -> typing.Dict[str, str]Parse a folder path into its component segments.
See more: google.cloud.ces_v1beta.services.session_service.SessionServiceClient.parse_common_folder_path
google.cloud.ces_v1beta.services.session_service.SessionServiceClient.parse_common_location_path
parse_common_location_path(path: str) -> typing.Dict[str, str]Parse a location path into its component segments.
See more: google.cloud.ces_v1beta.services.session_service.SessionServiceClient.parse_common_location_path
google.cloud.ces_v1beta.services.session_service.SessionServiceClient.parse_common_organization_path
parse_common_organization_path(path: str) -> typing.Dict[str, str]Parse a organization path into its component segments.
See more: google.cloud.ces_v1beta.services.session_service.SessionServiceClient.parse_common_organization_path
google.cloud.ces_v1beta.services.session_service.SessionServiceClient.parse_common_project_path
parse_common_project_path(path: str) -> typing.Dict[str, str]Parse a project path into its component segments.
See more: google.cloud.ces_v1beta.services.session_service.SessionServiceClient.parse_common_project_path
google.cloud.ces_v1beta.services.session_service.SessionServiceClient.parse_session_path
parse_session_path(path: str) -> typing.Dict[str, str]Parses a session path into its component segments.
See more: google.cloud.ces_v1beta.services.session_service.SessionServiceClient.parse_session_path
google.cloud.ces_v1beta.services.session_service.SessionServiceClient.parse_tool_path
parse_tool_path(path: str) -> typing.Dict[str, str]Parses a tool path into its component segments.
See more: google.cloud.ces_v1beta.services.session_service.SessionServiceClient.parse_tool_path
google.cloud.ces_v1beta.services.session_service.SessionServiceClient.parse_toolset_path
parse_toolset_path(path: str) -> typing.Dict[str, str]Parses a toolset path into its component segments.
See more: google.cloud.ces_v1beta.services.session_service.SessionServiceClient.parse_toolset_path
google.cloud.ces_v1beta.services.session_service.SessionServiceClient.run_session
run_session(
request: typing.Optional[
typing.Union[
google.cloud.ces_v1beta.types.session_service.RunSessionRequest, dict
]
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.ces_v1beta.types.session_service.RunSessionResponseInitiates a single-turn interaction with the CES agent within a session.
See more: google.cloud.ces_v1beta.services.session_service.SessionServiceClient.run_session
google.cloud.ces_v1beta.services.session_service.SessionServiceClient.session_path
session_path(project: str, location: str, app: str, session: str) -> strReturns a fully-qualified session string.
See more: google.cloud.ces_v1beta.services.session_service.SessionServiceClient.session_path
google.cloud.ces_v1beta.services.session_service.SessionServiceClient.stream_run_session
stream_run_session(
request: typing.Optional[
typing.Union[
google.cloud.ces_v1beta.types.session_service.RunSessionRequest, dict
]
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> typing.Iterable[google.cloud.ces_v1beta.types.session_service.RunSessionResponse]Initiates a single-turn interaction with the CES agent.
See more: google.cloud.ces_v1beta.services.session_service.SessionServiceClient.stream_run_session
google.cloud.ces_v1beta.services.session_service.SessionServiceClient.tool_path
tool_path(project: str, location: str, app: str, tool: str) -> strReturns a fully-qualified tool string.
See more: google.cloud.ces_v1beta.services.session_service.SessionServiceClient.tool_path
google.cloud.ces_v1beta.services.session_service.SessionServiceClient.toolset_path
toolset_path(project: str, location: str, app: str, toolset: str) -> strReturns a fully-qualified toolset string.
See more: google.cloud.ces_v1beta.services.session_service.SessionServiceClient.toolset_path
google.cloud.ces_v1beta.services.tool_service.ToolServiceAsyncClient
ToolServiceAsyncClient(
*,
credentials: typing.Optional[google.auth.credentials.Credentials] = None,
transport: typing.Optional[
typing.Union[
str,
google.cloud.ces_v1beta.services.tool_service.transports.base.ToolServiceTransport,
typing.Callable[
[...],
google.cloud.ces_v1beta.services.tool_service.transports.base.ToolServiceTransport,
],
]
] = "grpc_asyncio",
client_options: typing.Optional[
google.api_core.client_options.ClientOptions
] = None,
client_info: google.api_core.gapic_v1.client_info.ClientInfo = google.api_core.gapic_v1.client_info.ClientInfo
)Instantiates the tool service async client.
See more: google.cloud.ces_v1beta.services.tool_service.ToolServiceAsyncClient
google.cloud.ces_v1beta.services.tool_service.ToolServiceAsyncClient.agent_path
agent_path(project: str, location: str, app: str, agent: str) -> strReturns a fully-qualified agent string.
See more: google.cloud.ces_v1beta.services.tool_service.ToolServiceAsyncClient.agent_path
google.cloud.ces_v1beta.services.tool_service.ToolServiceAsyncClient.app_path
app_path(project: str, location: str, app: str) -> strReturns a fully-qualified app string.
See more: google.cloud.ces_v1beta.services.tool_service.ToolServiceAsyncClient.app_path
google.cloud.ces_v1beta.services.tool_service.ToolServiceAsyncClient.cancel_operation
cancel_operation(
request: typing.Optional[
typing.Union[google.longrunning.operations_pb2.CancelOperationRequest, dict]
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> NoneStarts asynchronous cancellation on a long-running operation.
See more: google.cloud.ces_v1beta.services.tool_service.ToolServiceAsyncClient.cancel_operation
google.cloud.ces_v1beta.services.tool_service.ToolServiceAsyncClient.common_billing_account_path
common_billing_account_path(billing_account: str) -> strReturns a fully-qualified billing_account string.
See more: google.cloud.ces_v1beta.services.tool_service.ToolServiceAsyncClient.common_billing_account_path
google.cloud.ces_v1beta.services.tool_service.ToolServiceAsyncClient.common_folder_path
common_folder_path(folder: str) -> strReturns a fully-qualified folder string.
See more: google.cloud.ces_v1beta.services.tool_service.ToolServiceAsyncClient.common_folder_path
google.cloud.ces_v1beta.services.tool_service.ToolServiceAsyncClient.common_location_path
common_location_path(project: str, location: str) -> strReturns a fully-qualified location string.
See more: google.cloud.ces_v1beta.services.tool_service.ToolServiceAsyncClient.common_location_path
google.cloud.ces_v1beta.services.tool_service.ToolServiceAsyncClient.common_organization_path
common_organization_path(organization: str) -> strReturns a fully-qualified organization string.
See more: google.cloud.ces_v1beta.services.tool_service.ToolServiceAsyncClient.common_organization_path
google.cloud.ces_v1beta.services.tool_service.ToolServiceAsyncClient.common_project_path
common_project_path(project: str) -> strReturns a fully-qualified project string.
See more: google.cloud.ces_v1beta.services.tool_service.ToolServiceAsyncClient.common_project_path
google.cloud.ces_v1beta.services.tool_service.ToolServiceAsyncClient.delete_operation
delete_operation(
request: typing.Optional[
typing.Union[google.longrunning.operations_pb2.DeleteOperationRequest, dict]
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> NoneDeletes a long-running operation.
See more: google.cloud.ces_v1beta.services.tool_service.ToolServiceAsyncClient.delete_operation
google.cloud.ces_v1beta.services.tool_service.ToolServiceAsyncClient.execute_tool
execute_tool(
request: typing.Optional[
typing.Union[
google.cloud.ces_v1beta.types.tool_service.ExecuteToolRequest, dict
]
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.ces_v1beta.types.tool_service.ExecuteToolResponseExecutes the given tool with the given arguments.
See more: google.cloud.ces_v1beta.services.tool_service.ToolServiceAsyncClient.execute_tool
google.cloud.ces_v1beta.services.tool_service.ToolServiceAsyncClient.from_service_account_file
from_service_account_file(filename: str, *args, **kwargs)Creates an instance of this client using the provided credentials file.
See more: google.cloud.ces_v1beta.services.tool_service.ToolServiceAsyncClient.from_service_account_file
google.cloud.ces_v1beta.services.tool_service.ToolServiceAsyncClient.from_service_account_info
from_service_account_info(info: dict, *args, **kwargs)Creates an instance of this client using the provided credentials info.
See more: google.cloud.ces_v1beta.services.tool_service.ToolServiceAsyncClient.from_service_account_info
google.cloud.ces_v1beta.services.tool_service.ToolServiceAsyncClient.from_service_account_json
from_service_account_json(filename: str, *args, **kwargs)Creates an instance of this client using the provided credentials file.
See more: google.cloud.ces_v1beta.services.tool_service.ToolServiceAsyncClient.from_service_account_json
google.cloud.ces_v1beta.services.tool_service.ToolServiceAsyncClient.get_location
get_location(
request: typing.Optional[
typing.Union[google.cloud.location.locations_pb2.GetLocationRequest, dict]
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.location.locations_pb2.LocationGets information about a location.
See more: google.cloud.ces_v1beta.services.tool_service.ToolServiceAsyncClient.get_location
google.cloud.ces_v1beta.services.tool_service.ToolServiceAsyncClient.get_mtls_endpoint_and_cert_source
get_mtls_endpoint_and_cert_source(
client_options: typing.Optional[
google.api_core.client_options.ClientOptions
] = None,
)Return the API endpoint and client cert source for mutual TLS.
google.cloud.ces_v1beta.services.tool_service.ToolServiceAsyncClient.get_operation
get_operation(
request: typing.Optional[
typing.Union[google.longrunning.operations_pb2.GetOperationRequest, dict]
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.longrunning.operations_pb2.OperationGets the latest state of a long-running operation.
See more: google.cloud.ces_v1beta.services.tool_service.ToolServiceAsyncClient.get_operation
google.cloud.ces_v1beta.services.tool_service.ToolServiceAsyncClient.get_transport_class
get_transport_class(
label: typing.Optional[str] = None,
) -> typing.Type[
google.cloud.ces_v1beta.services.tool_service.transports.base.ToolServiceTransport
]Returns an appropriate transport class.
See more: google.cloud.ces_v1beta.services.tool_service.ToolServiceAsyncClient.get_transport_class
google.cloud.ces_v1beta.services.tool_service.ToolServiceAsyncClient.list_locations
list_locations(
request: typing.Optional[
typing.Union[google.cloud.location.locations_pb2.ListLocationsRequest, dict]
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.location.locations_pb2.ListLocationsResponseLists information about the supported locations for this service.
See more: google.cloud.ces_v1beta.services.tool_service.ToolServiceAsyncClient.list_locations
google.cloud.ces_v1beta.services.tool_service.ToolServiceAsyncClient.list_operations
list_operations(
request: typing.Optional[
typing.Union[google.longrunning.operations_pb2.ListOperationsRequest, dict]
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.longrunning.operations_pb2.ListOperationsResponseLists operations that match the specified filter in the request.
See more: google.cloud.ces_v1beta.services.tool_service.ToolServiceAsyncClient.list_operations
google.cloud.ces_v1beta.services.tool_service.ToolServiceAsyncClient.parse_agent_path
parse_agent_path(path: str) -> typing.Dict[str, str]Parses a agent path into its component segments.
See more: google.cloud.ces_v1beta.services.tool_service.ToolServiceAsyncClient.parse_agent_path
google.cloud.ces_v1beta.services.tool_service.ToolServiceAsyncClient.parse_app_path
parse_app_path(path: str) -> typing.Dict[str, str]Parses a app path into its component segments.
See more: google.cloud.ces_v1beta.services.tool_service.ToolServiceAsyncClient.parse_app_path
google.cloud.ces_v1beta.services.tool_service.ToolServiceAsyncClient.parse_common_billing_account_path
parse_common_billing_account_path(path: str) -> typing.Dict[str, str]Parse a billing_account path into its component segments.
google.cloud.ces_v1beta.services.tool_service.ToolServiceAsyncClient.parse_common_folder_path
parse_common_folder_path(path: str) -> typing.Dict[str, str]Parse a folder path into its component segments.
See more: google.cloud.ces_v1beta.services.tool_service.ToolServiceAsyncClient.parse_common_folder_path
google.cloud.ces_v1beta.services.tool_service.ToolServiceAsyncClient.parse_common_location_path
parse_common_location_path(path: str) -> typing.Dict[str, str]Parse a location path into its component segments.
See more: google.cloud.ces_v1beta.services.tool_service.ToolServiceAsyncClient.parse_common_location_path
google.cloud.ces_v1beta.services.tool_service.ToolServiceAsyncClient.parse_common_organization_path
parse_common_organization_path(path: str) -> typing.Dict[str, str]Parse a organization path into its component segments.
See more: google.cloud.ces_v1beta.services.tool_service.ToolServiceAsyncClient.parse_common_organization_path
google.cloud.ces_v1beta.services.tool_service.ToolServiceAsyncClient.parse_common_project_path
parse_common_project_path(path: str) -> typing.Dict[str, str]Parse a project path into its component segments.
See more: google.cloud.ces_v1beta.services.tool_service.ToolServiceAsyncClient.parse_common_project_path
google.cloud.ces_v1beta.services.tool_service.ToolServiceAsyncClient.parse_secret_version_path
parse_secret_version_path(path: str) -> typing.Dict[str, str]Parses a secret_version path into its component segments.
See more: google.cloud.ces_v1beta.services.tool_service.ToolServiceAsyncClient.parse_secret_version_path
google.cloud.ces_v1beta.services.tool_service.ToolServiceAsyncClient.parse_service_path
parse_service_path(path: str) -> typing.Dict[str, str]Parses a service path into its component segments.
See more: google.cloud.ces_v1beta.services.tool_service.ToolServiceAsyncClient.parse_service_path
google.cloud.ces_v1beta.services.tool_service.ToolServiceAsyncClient.parse_tool_path
parse_tool_path(path: str) -> typing.Dict[str, str]Parses a tool path into its component segments.
See more: google.cloud.ces_v1beta.services.tool_service.ToolServiceAsyncClient.parse_tool_path
google.cloud.ces_v1beta.services.tool_service.ToolServiceAsyncClient.parse_toolset_path
parse_toolset_path(path: str) -> typing.Dict[str, str]Parses a toolset path into its component segments.
See more: google.cloud.ces_v1beta.services.tool_service.ToolServiceAsyncClient.parse_toolset_path
google.cloud.ces_v1beta.services.tool_service.ToolServiceAsyncClient.retrieve_tool_schema
retrieve_tool_schema(
request: typing.Optional[
typing.Union[
google.cloud.ces_v1beta.types.tool_service.RetrieveToolSchemaRequest, dict
]
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.ces_v1beta.types.tool_service.RetrieveToolSchemaResponseRetrieve the schema of the given tool.
See more: google.cloud.ces_v1beta.services.tool_service.ToolServiceAsyncClient.retrieve_tool_schema
google.cloud.ces_v1beta.services.tool_service.ToolServiceAsyncClient.retrieve_tools
retrieve_tools(
request: typing.Optional[
typing.Union[
google.cloud.ces_v1beta.types.tool_service.RetrieveToolsRequest, dict
]
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.ces_v1beta.types.tool_service.RetrieveToolsResponseRetrieve the list of tools included in the specified toolset.
See more: google.cloud.ces_v1beta.services.tool_service.ToolServiceAsyncClient.retrieve_tools
google.cloud.ces_v1beta.services.tool_service.ToolServiceAsyncClient.secret_version_path
secret_version_path(project: str, secret: str, secret_version: str) -> strReturns a fully-qualified secret_version string.
See more: google.cloud.ces_v1beta.services.tool_service.ToolServiceAsyncClient.secret_version_path
google.cloud.ces_v1beta.services.tool_service.ToolServiceAsyncClient.service_path
service_path(project: str, location: str, namespace: str, service: str) -> strReturns a fully-qualified service string.
See more: google.cloud.ces_v1beta.services.tool_service.ToolServiceAsyncClient.service_path
google.cloud.ces_v1beta.services.tool_service.ToolServiceAsyncClient.tool_path
tool_path(project: str, location: str, app: str, tool: str) -> strReturns a fully-qualified tool string.
See more: google.cloud.ces_v1beta.services.tool_service.ToolServiceAsyncClient.tool_path
google.cloud.ces_v1beta.services.tool_service.ToolServiceAsyncClient.toolset_path
toolset_path(project: str, location: str, app: str, toolset: str) -> strReturns a fully-qualified toolset string.
See more: google.cloud.ces_v1beta.services.tool_service.ToolServiceAsyncClient.toolset_path
google.cloud.ces_v1beta.services.tool_service.ToolServiceClient
ToolServiceClient(
*,
credentials: typing.Optional[google.auth.credentials.Credentials] = None,
transport: typing.Optional[
typing.Union[
str,
google.cloud.ces_v1beta.services.tool_service.transports.base.ToolServiceTransport,
typing.Callable[
[...],
google.cloud.ces_v1beta.services.tool_service.transports.base.ToolServiceTransport,
],
]
] = None,
client_options: typing.Optional[
typing.Union[google.api_core.client_options.ClientOptions, dict]
] = None,
client_info: google.api_core.gapic_v1.client_info.ClientInfo = google.api_core.gapic_v1.client_info.ClientInfo
)Instantiates the tool service client.
See more: google.cloud.ces_v1beta.services.tool_service.ToolServiceClient
google.cloud.ces_v1beta.services.tool_service.ToolServiceClient.__exit__
__exit__(type, value, traceback)Releases underlying transport's resources.
See more: google.cloud.ces_v1beta.services.tool_service.ToolServiceClient.exit
google.cloud.ces_v1beta.services.tool_service.ToolServiceClient.agent_path
agent_path(project: str, location: str, app: str, agent: str) -> strReturns a fully-qualified agent string.
See more: google.cloud.ces_v1beta.services.tool_service.ToolServiceClient.agent_path
google.cloud.ces_v1beta.services.tool_service.ToolServiceClient.app_path
app_path(project: str, location: str, app: str) -> strReturns a fully-qualified app string.
See more: google.cloud.ces_v1beta.services.tool_service.ToolServiceClient.app_path
google.cloud.ces_v1beta.services.tool_service.ToolServiceClient.cancel_operation
cancel_operation(
request: typing.Optional[
typing.Union[google.longrunning.operations_pb2.CancelOperationRequest, dict]
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> NoneStarts asynchronous cancellation on a long-running operation.
See more: google.cloud.ces_v1beta.services.tool_service.ToolServiceClient.cancel_operation
google.cloud.ces_v1beta.services.tool_service.ToolServiceClient.common_billing_account_path
common_billing_account_path(billing_account: str) -> strReturns a fully-qualified billing_account string.
See more: google.cloud.ces_v1beta.services.tool_service.ToolServiceClient.common_billing_account_path
google.cloud.ces_v1beta.services.tool_service.ToolServiceClient.common_folder_path
common_folder_path(folder: str) -> strReturns a fully-qualified folder string.
See more: google.cloud.ces_v1beta.services.tool_service.ToolServiceClient.common_folder_path
google.cloud.ces_v1beta.services.tool_service.ToolServiceClient.common_location_path
common_location_path(project: str, location: str) -> strReturns a fully-qualified location string.
See more: google.cloud.ces_v1beta.services.tool_service.ToolServiceClient.common_location_path
google.cloud.ces_v1beta.services.tool_service.ToolServiceClient.common_organization_path
common_organization_path(organization: str) -> strReturns a fully-qualified organization string.
See more: google.cloud.ces_v1beta.services.tool_service.ToolServiceClient.common_organization_path
google.cloud.ces_v1beta.services.tool_service.ToolServiceClient.common_project_path
common_project_path(project: str) -> strReturns a fully-qualified project string.
See more: google.cloud.ces_v1beta.services.tool_service.ToolServiceClient.common_project_path
google.cloud.ces_v1beta.services.tool_service.ToolServiceClient.delete_operation
delete_operation(
request: typing.Optional[
typing.Union[google.longrunning.operations_pb2.DeleteOperationRequest, dict]
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> NoneDeletes a long-running operation.
See more: google.cloud.ces_v1beta.services.tool_service.ToolServiceClient.delete_operation
google.cloud.ces_v1beta.services.tool_service.ToolServiceClient.execute_tool
execute_tool(
request: typing.Optional[
typing.Union[
google.cloud.ces_v1beta.types.tool_service.ExecuteToolRequest, dict
]
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.ces_v1beta.types.tool_service.ExecuteToolResponseExecutes the given tool with the given arguments.
See more: google.cloud.ces_v1beta.services.tool_service.ToolServiceClient.execute_tool
google.cloud.ces_v1beta.services.tool_service.ToolServiceClient.from_service_account_file
from_service_account_file(filename: str, *args, **kwargs)Creates an instance of this client using the provided credentials file.
See more: google.cloud.ces_v1beta.services.tool_service.ToolServiceClient.from_service_account_file
google.cloud.ces_v1beta.services.tool_service.ToolServiceClient.from_service_account_info
from_service_account_info(info: dict, *args, **kwargs)Creates an instance of this client using the provided credentials info.
See more: google.cloud.ces_v1beta.services.tool_service.ToolServiceClient.from_service_account_info
google.cloud.ces_v1beta.services.tool_service.ToolServiceClient.from_service_account_json
from_service_account_json(filename: str, *args, **kwargs)Creates an instance of this client using the provided credentials file.
See more: google.cloud.ces_v1beta.services.tool_service.ToolServiceClient.from_service_account_json
google.cloud.ces_v1beta.services.tool_service.ToolServiceClient.get_location
get_location(
request: typing.Optional[
typing.Union[google.cloud.location.locations_pb2.GetLocationRequest, dict]
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.location.locations_pb2.LocationGets information about a location.
See more: google.cloud.ces_v1beta.services.tool_service.ToolServiceClient.get_location
google.cloud.ces_v1beta.services.tool_service.ToolServiceClient.get_mtls_endpoint_and_cert_source
get_mtls_endpoint_and_cert_source(
client_options: typing.Optional[
google.api_core.client_options.ClientOptions
] = None,
)Deprecated.
See more: google.cloud.ces_v1beta.services.tool_service.ToolServiceClient.get_mtls_endpoint_and_cert_source
google.cloud.ces_v1beta.services.tool_service.ToolServiceClient.get_operation
get_operation(
request: typing.Optional[
typing.Union[google.longrunning.operations_pb2.GetOperationRequest, dict]
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.longrunning.operations_pb2.OperationGets the latest state of a long-running operation.
See more: google.cloud.ces_v1beta.services.tool_service.ToolServiceClient.get_operation
google.cloud.ces_v1beta.services.tool_service.ToolServiceClient.list_locations
list_locations(
request: typing.Optional[
typing.Union[google.cloud.location.locations_pb2.ListLocationsRequest, dict]
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.location.locations_pb2.ListLocationsResponseLists information about the supported locations for this service.
See more: google.cloud.ces_v1beta.services.tool_service.ToolServiceClient.list_locations
google.cloud.ces_v1beta.services.tool_service.ToolServiceClient.list_operations
list_operations(
request: typing.Optional[
typing.Union[google.longrunning.operations_pb2.ListOperationsRequest, dict]
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.longrunning.operations_pb2.ListOperationsResponseLists operations that match the specified filter in the request.
See more: google.cloud.ces_v1beta.services.tool_service.ToolServiceClient.list_operations
google.cloud.ces_v1beta.services.tool_service.ToolServiceClient.parse_agent_path
parse_agent_path(path: str) -> typing.Dict[str, str]Parses a agent path into its component segments.
See more: google.cloud.ces_v1beta.services.tool_service.ToolServiceClient.parse_agent_path
google.cloud.ces_v1beta.services.tool_service.ToolServiceClient.parse_app_path
parse_app_path(path: str) -> typing.Dict[str, str]Parses a app path into its component segments.
See more: google.cloud.ces_v1beta.services.tool_service.ToolServiceClient.parse_app_path
google.cloud.ces_v1beta.services.tool_service.ToolServiceClient.parse_common_billing_account_path
parse_common_billing_account_path(path: str) -> typing.Dict[str, str]Parse a billing_account path into its component segments.
See more: google.cloud.ces_v1beta.services.tool_service.ToolServiceClient.parse_common_billing_account_path
google.cloud.ces_v1beta.services.tool_service.ToolServiceClient.parse_common_folder_path
parse_common_folder_path(path: str) -> typing.Dict[str, str]Parse a folder path into its component segments.
See more: google.cloud.ces_v1beta.services.tool_service.ToolServiceClient.parse_common_folder_path
google.cloud.ces_v1beta.services.tool_service.ToolServiceClient.parse_common_location_path
parse_common_location_path(path: str) -> typing.Dict[str, str]Parse a location path into its component segments.
See more: google.cloud.ces_v1beta.services.tool_service.ToolServiceClient.parse_common_location_path
google.cloud.ces_v1beta.services.tool_service.ToolServiceClient.parse_common_organization_path
parse_common_organization_path(path: str) -> typing.Dict[str, str]Parse a organization path into its component segments.
See more: google.cloud.ces_v1beta.services.tool_service.ToolServiceClient.parse_common_organization_path
google.cloud.ces_v1beta.services.tool_service.ToolServiceClient.parse_common_project_path
parse_common_project_path(path: str) -> typing.Dict[str, str]Parse a project path into its component segments.
See more: google.cloud.ces_v1beta.services.tool_service.ToolServiceClient.parse_common_project_path
google.cloud.ces_v1beta.services.tool_service.ToolServiceClient.parse_secret_version_path
parse_secret_version_path(path: str) -> typing.Dict[str, str]Parses a secret_version path into its component segments.
See more: google.cloud.ces_v1beta.services.tool_service.ToolServiceClient.parse_secret_version_path
google.cloud.ces_v1beta.services.tool_service.ToolServiceClient.parse_service_path
parse_service_path(path: str) -> typing.Dict[str, str]Parses a service path into its component segments.
See more: google.cloud.ces_v1beta.services.tool_service.ToolServiceClient.parse_service_path
google.cloud.ces_v1beta.services.tool_service.ToolServiceClient.parse_tool_path
parse_tool_path(path: str) -> typing.Dict[str, str]Parses a tool path into its component segments.
See more: google.cloud.ces_v1beta.services.tool_service.ToolServiceClient.parse_tool_path
google.cloud.ces_v1beta.services.tool_service.ToolServiceClient.parse_toolset_path
parse_toolset_path(path: str) -> typing.Dict[str, str]Parses a toolset path into its component segments.
See more: google.cloud.ces_v1beta.services.tool_service.ToolServiceClient.parse_toolset_path
google.cloud.ces_v1beta.services.tool_service.ToolServiceClient.retrieve_tool_schema
retrieve_tool_schema(
request: typing.Optional[
typing.Union[
google.cloud.ces_v1beta.types.tool_service.RetrieveToolSchemaRequest, dict
]
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.ces_v1beta.types.tool_service.RetrieveToolSchemaResponseRetrieve the schema of the given tool.
See more: google.cloud.ces_v1beta.services.tool_service.ToolServiceClient.retrieve_tool_schema
google.cloud.ces_v1beta.services.tool_service.ToolServiceClient.retrieve_tools
retrieve_tools(
request: typing.Optional[
typing.Union[
google.cloud.ces_v1beta.types.tool_service.RetrieveToolsRequest, dict
]
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.ces_v1beta.types.tool_service.RetrieveToolsResponseRetrieve the list of tools included in the specified toolset.
See more: google.cloud.ces_v1beta.services.tool_service.ToolServiceClient.retrieve_tools
google.cloud.ces_v1beta.services.tool_service.ToolServiceClient.secret_version_path
secret_version_path(project: str, secret: str, secret_version: str) -> strReturns a fully-qualified secret_version string.
See more: google.cloud.ces_v1beta.services.tool_service.ToolServiceClient.secret_version_path
google.cloud.ces_v1beta.services.tool_service.ToolServiceClient.service_path
service_path(project: str, location: str, namespace: str, service: str) -> strReturns a fully-qualified service string.
See more: google.cloud.ces_v1beta.services.tool_service.ToolServiceClient.service_path
google.cloud.ces_v1beta.services.tool_service.ToolServiceClient.tool_path
tool_path(project: str, location: str, app: str, tool: str) -> strReturns a fully-qualified tool string.
See more: google.cloud.ces_v1beta.services.tool_service.ToolServiceClient.tool_path
google.cloud.ces_v1beta.services.tool_service.ToolServiceClient.toolset_path
toolset_path(project: str, location: str, app: str, toolset: str) -> strReturns a fully-qualified toolset string.
See more: google.cloud.ces_v1beta.services.tool_service.ToolServiceClient.toolset_path
google.cloud.ces_v1beta.services.widget_service.WidgetServiceAsyncClient
WidgetServiceAsyncClient(
*,
credentials: typing.Optional[google.auth.credentials.Credentials] = None,
transport: typing.Optional[
typing.Union[
str,
google.cloud.ces_v1beta.services.widget_service.transports.base.WidgetServiceTransport,
typing.Callable[
[...],
google.cloud.ces_v1beta.services.widget_service.transports.base.WidgetServiceTransport,
],
]
] = "grpc_asyncio",
client_options: typing.Optional[
google.api_core.client_options.ClientOptions
] = None,
client_info: google.api_core.gapic_v1.client_info.ClientInfo = google.api_core.gapic_v1.client_info.ClientInfo
)Instantiates the widget service async client.
See more: google.cloud.ces_v1beta.services.widget_service.WidgetServiceAsyncClient
google.cloud.ces_v1beta.services.widget_service.WidgetServiceAsyncClient.cancel_operation
cancel_operation(
request: typing.Optional[
typing.Union[google.longrunning.operations_pb2.CancelOperationRequest, dict]
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> NoneStarts asynchronous cancellation on a long-running operation.
See more: google.cloud.ces_v1beta.services.widget_service.WidgetServiceAsyncClient.cancel_operation
google.cloud.ces_v1beta.services.widget_service.WidgetServiceAsyncClient.common_billing_account_path
common_billing_account_path(billing_account: str) -> strReturns a fully-qualified billing_account string.
See more: google.cloud.ces_v1beta.services.widget_service.WidgetServiceAsyncClient.common_billing_account_path
google.cloud.ces_v1beta.services.widget_service.WidgetServiceAsyncClient.common_folder_path
common_folder_path(folder: str) -> strReturns a fully-qualified folder string.
See more: google.cloud.ces_v1beta.services.widget_service.WidgetServiceAsyncClient.common_folder_path
google.cloud.ces_v1beta.services.widget_service.WidgetServiceAsyncClient.common_location_path
common_location_path(project: str, location: str) -> strReturns a fully-qualified location string.
See more: google.cloud.ces_v1beta.services.widget_service.WidgetServiceAsyncClient.common_location_path
google.cloud.ces_v1beta.services.widget_service.WidgetServiceAsyncClient.common_organization_path
common_organization_path(organization: str) -> strReturns a fully-qualified organization string.
See more: google.cloud.ces_v1beta.services.widget_service.WidgetServiceAsyncClient.common_organization_path
google.cloud.ces_v1beta.services.widget_service.WidgetServiceAsyncClient.common_project_path
common_project_path(project: str) -> strReturns a fully-qualified project string.
See more: google.cloud.ces_v1beta.services.widget_service.WidgetServiceAsyncClient.common_project_path
google.cloud.ces_v1beta.services.widget_service.WidgetServiceAsyncClient.delete_operation
delete_operation(
request: typing.Optional[
typing.Union[google.longrunning.operations_pb2.DeleteOperationRequest, dict]
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> NoneDeletes a long-running operation.
See more: google.cloud.ces_v1beta.services.widget_service.WidgetServiceAsyncClient.delete_operation
google.cloud.ces_v1beta.services.widget_service.WidgetServiceAsyncClient.deployment_path
deployment_path(project: str, location: str, app: str, deployment: str) -> strReturns a fully-qualified deployment string.
See more: google.cloud.ces_v1beta.services.widget_service.WidgetServiceAsyncClient.deployment_path
google.cloud.ces_v1beta.services.widget_service.WidgetServiceAsyncClient.from_service_account_file
from_service_account_file(filename: str, *args, **kwargs)Creates an instance of this client using the provided credentials file.
See more: google.cloud.ces_v1beta.services.widget_service.WidgetServiceAsyncClient.from_service_account_file
google.cloud.ces_v1beta.services.widget_service.WidgetServiceAsyncClient.from_service_account_info
from_service_account_info(info: dict, *args, **kwargs)Creates an instance of this client using the provided credentials info.
See more: google.cloud.ces_v1beta.services.widget_service.WidgetServiceAsyncClient.from_service_account_info
google.cloud.ces_v1beta.services.widget_service.WidgetServiceAsyncClient.from_service_account_json
from_service_account_json(filename: str, *args, **kwargs)Creates an instance of this client using the provided credentials file.
See more: google.cloud.ces_v1beta.services.widget_service.WidgetServiceAsyncClient.from_service_account_json
google.cloud.ces_v1beta.services.widget_service.WidgetServiceAsyncClient.generate_chat_token
generate_chat_token(
request: typing.Optional[
typing.Union[
google.cloud.ces_v1beta.types.widget_service.GenerateChatTokenRequest, dict
]
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.ces_v1beta.types.widget_service.GenerateChatTokenResponseGenerates a session scoped token for chat widget to authenticate with Session APIs.
See more: google.cloud.ces_v1beta.services.widget_service.WidgetServiceAsyncClient.generate_chat_token
google.cloud.ces_v1beta.services.widget_service.WidgetServiceAsyncClient.get_location
get_location(
request: typing.Optional[
typing.Union[google.cloud.location.locations_pb2.GetLocationRequest, dict]
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.location.locations_pb2.LocationGets information about a location.
See more: google.cloud.ces_v1beta.services.widget_service.WidgetServiceAsyncClient.get_location
google.cloud.ces_v1beta.services.widget_service.WidgetServiceAsyncClient.get_mtls_endpoint_and_cert_source
get_mtls_endpoint_and_cert_source(
client_options: typing.Optional[
google.api_core.client_options.ClientOptions
] = None,
)Return the API endpoint and client cert source for mutual TLS.
google.cloud.ces_v1beta.services.widget_service.WidgetServiceAsyncClient.get_operation
get_operation(
request: typing.Optional[
typing.Union[google.longrunning.operations_pb2.GetOperationRequest, dict]
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.longrunning.operations_pb2.OperationGets the latest state of a long-running operation.
See more: google.cloud.ces_v1beta.services.widget_service.WidgetServiceAsyncClient.get_operation
google.cloud.ces_v1beta.services.widget_service.WidgetServiceAsyncClient.get_transport_class
get_transport_class(
label: typing.Optional[str] = None,
) -> typing.Type[
google.cloud.ces_v1beta.services.widget_service.transports.base.WidgetServiceTransport
]Returns an appropriate transport class.
See more: google.cloud.ces_v1beta.services.widget_service.WidgetServiceAsyncClient.get_transport_class
google.cloud.ces_v1beta.services.widget_service.WidgetServiceAsyncClient.list_locations
list_locations(
request: typing.Optional[
typing.Union[google.cloud.location.locations_pb2.ListLocationsRequest, dict]
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.location.locations_pb2.ListLocationsResponseLists information about the supported locations for this service.
See more: google.cloud.ces_v1beta.services.widget_service.WidgetServiceAsyncClient.list_locations
google.cloud.ces_v1beta.services.widget_service.WidgetServiceAsyncClient.list_operations
list_operations(
request: typing.Optional[
typing.Union[google.longrunning.operations_pb2.ListOperationsRequest, dict]
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.longrunning.operations_pb2.ListOperationsResponseLists operations that match the specified filter in the request.
See more: google.cloud.ces_v1beta.services.widget_service.WidgetServiceAsyncClient.list_operations
google.cloud.ces_v1beta.services.widget_service.WidgetServiceAsyncClient.parse_common_billing_account_path
parse_common_billing_account_path(path: str) -> typing.Dict[str, str]Parse a billing_account path into its component segments.
google.cloud.ces_v1beta.services.widget_service.WidgetServiceAsyncClient.parse_common_folder_path
parse_common_folder_path(path: str) -> typing.Dict[str, str]Parse a folder path into its component segments.
See more: google.cloud.ces_v1beta.services.widget_service.WidgetServiceAsyncClient.parse_common_folder_path
google.cloud.ces_v1beta.services.widget_service.WidgetServiceAsyncClient.parse_common_location_path
parse_common_location_path(path: str) -> typing.Dict[str, str]Parse a location path into its component segments.
See more: google.cloud.ces_v1beta.services.widget_service.WidgetServiceAsyncClient.parse_common_location_path
google.cloud.ces_v1beta.services.widget_service.WidgetServiceAsyncClient.parse_common_organization_path
parse_common_organization_path(path: str) -> typing.Dict[str, str]Parse a organization path into its component segments.
google.cloud.ces_v1beta.services.widget_service.WidgetServiceAsyncClient.parse_common_project_path
parse_common_project_path(path: str) -> typing.Dict[str, str]Parse a project path into its component segments.
See more: google.cloud.ces_v1beta.services.widget_service.WidgetServiceAsyncClient.parse_common_project_path
google.cloud.ces_v1beta.services.widget_service.WidgetServiceAsyncClient.parse_deployment_path
parse_deployment_path(path: str) -> typing.Dict[str, str]Parses a deployment path into its component segments.
See more: google.cloud.ces_v1beta.services.widget_service.WidgetServiceAsyncClient.parse_deployment_path
google.cloud.ces_v1beta.services.widget_service.WidgetServiceAsyncClient.parse_session_path
parse_session_path(path: str) -> typing.Dict[str, str]Parses a session path into its component segments.
See more: google.cloud.ces_v1beta.services.widget_service.WidgetServiceAsyncClient.parse_session_path
google.cloud.ces_v1beta.services.widget_service.WidgetServiceAsyncClient.session_path
session_path(project: str, location: str, app: str, session: str) -> strReturns a fully-qualified session string.
See more: google.cloud.ces_v1beta.services.widget_service.WidgetServiceAsyncClient.session_path
google.cloud.ces_v1beta.services.widget_service.WidgetServiceClient
WidgetServiceClient(
*,
credentials: typing.Optional[google.auth.credentials.Credentials] = None,
transport: typing.Optional[
typing.Union[
str,
google.cloud.ces_v1beta.services.widget_service.transports.base.WidgetServiceTransport,
typing.Callable[
[...],
google.cloud.ces_v1beta.services.widget_service.transports.base.WidgetServiceTransport,
],
]
] = None,
client_options: typing.Optional[
typing.Union[google.api_core.client_options.ClientOptions, dict]
] = None,
client_info: google.api_core.gapic_v1.client_info.ClientInfo = google.api_core.gapic_v1.client_info.ClientInfo
)Instantiates the widget service client.
See more: google.cloud.ces_v1beta.services.widget_service.WidgetServiceClient
google.cloud.ces_v1beta.services.widget_service.WidgetServiceClient.__exit__
__exit__(type, value, traceback)Releases underlying transport's resources.
See more: google.cloud.ces_v1beta.services.widget_service.WidgetServiceClient.exit
google.cloud.ces_v1beta.services.widget_service.WidgetServiceClient.cancel_operation
cancel_operation(
request: typing.Optional[
typing.Union[google.longrunning.operations_pb2.CancelOperationRequest, dict]
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> NoneStarts asynchronous cancellation on a long-running operation.
See more: google.cloud.ces_v1beta.services.widget_service.WidgetServiceClient.cancel_operation
google.cloud.ces_v1beta.services.widget_service.WidgetServiceClient.common_billing_account_path
common_billing_account_path(billing_account: str) -> strReturns a fully-qualified billing_account string.
See more: google.cloud.ces_v1beta.services.widget_service.WidgetServiceClient.common_billing_account_path
google.cloud.ces_v1beta.services.widget_service.WidgetServiceClient.common_folder_path
common_folder_path(folder: str) -> strReturns a fully-qualified folder string.
See more: google.cloud.ces_v1beta.services.widget_service.WidgetServiceClient.common_folder_path
google.cloud.ces_v1beta.services.widget_service.WidgetServiceClient.common_location_path
common_location_path(project: str, location: str) -> strReturns a fully-qualified location string.
See more: google.cloud.ces_v1beta.services.widget_service.WidgetServiceClient.common_location_path
google.cloud.ces_v1beta.services.widget_service.WidgetServiceClient.common_organization_path
common_organization_path(organization: str) -> strReturns a fully-qualified organization string.
See more: google.cloud.ces_v1beta.services.widget_service.WidgetServiceClient.common_organization_path
google.cloud.ces_v1beta.services.widget_service.WidgetServiceClient.common_project_path
common_project_path(project: str) -> strReturns a fully-qualified project string.
See more: google.cloud.ces_v1beta.services.widget_service.WidgetServiceClient.common_project_path
google.cloud.ces_v1beta.services.widget_service.WidgetServiceClient.delete_operation
delete_operation(
request: typing.Optional[
typing.Union[google.longrunning.operations_pb2.DeleteOperationRequest, dict]
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> NoneDeletes a long-running operation.
See more: google.cloud.ces_v1beta.services.widget_service.WidgetServiceClient.delete_operation
google.cloud.ces_v1beta.services.widget_service.WidgetServiceClient.deployment_path
deployment_path(project: str, location: str, app: str, deployment: str) -> strReturns a fully-qualified deployment string.
See more: google.cloud.ces_v1beta.services.widget_service.WidgetServiceClient.deployment_path
google.cloud.ces_v1beta.services.widget_service.WidgetServiceClient.from_service_account_file
from_service_account_file(filename: str, *args, **kwargs)Creates an instance of this client using the provided credentials file.
See more: google.cloud.ces_v1beta.services.widget_service.WidgetServiceClient.from_service_account_file
google.cloud.ces_v1beta.services.widget_service.WidgetServiceClient.from_service_account_info
from_service_account_info(info: dict, *args, **kwargs)Creates an instance of this client using the provided credentials info.
See more: google.cloud.ces_v1beta.services.widget_service.WidgetServiceClient.from_service_account_info
google.cloud.ces_v1beta.services.widget_service.WidgetServiceClient.from_service_account_json
from_service_account_json(filename: str, *args, **kwargs)Creates an instance of this client using the provided credentials file.
See more: google.cloud.ces_v1beta.services.widget_service.WidgetServiceClient.from_service_account_json
google.cloud.ces_v1beta.services.widget_service.WidgetServiceClient.generate_chat_token
generate_chat_token(
request: typing.Optional[
typing.Union[
google.cloud.ces_v1beta.types.widget_service.GenerateChatTokenRequest, dict
]
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.ces_v1beta.types.widget_service.GenerateChatTokenResponseGenerates a session scoped token for chat widget to authenticate with Session APIs.
See more: google.cloud.ces_v1beta.services.widget_service.WidgetServiceClient.generate_chat_token
google.cloud.ces_v1beta.services.widget_service.WidgetServiceClient.get_location
get_location(
request: typing.Optional[
typing.Union[google.cloud.location.locations_pb2.GetLocationRequest, dict]
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.location.locations_pb2.LocationGets information about a location.
See more: google.cloud.ces_v1beta.services.widget_service.WidgetServiceClient.get_location
google.cloud.ces_v1beta.services.widget_service.WidgetServiceClient.get_mtls_endpoint_and_cert_source
get_mtls_endpoint_and_cert_source(
client_options: typing.Optional[
google.api_core.client_options.ClientOptions
] = None,
)Deprecated.
google.cloud.ces_v1beta.services.widget_service.WidgetServiceClient.get_operation
get_operation(
request: typing.Optional[
typing.Union[google.longrunning.operations_pb2.GetOperationRequest, dict]
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.longrunning.operations_pb2.OperationGets the latest state of a long-running operation.
See more: google.cloud.ces_v1beta.services.widget_service.WidgetServiceClient.get_operation
google.cloud.ces_v1beta.services.widget_service.WidgetServiceClient.list_locations
list_locations(
request: typing.Optional[
typing.Union[google.cloud.location.locations_pb2.ListLocationsRequest, dict]
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.location.locations_pb2.ListLocationsResponseLists information about the supported locations for this service.
See more: google.cloud.ces_v1beta.services.widget_service.WidgetServiceClient.list_locations
google.cloud.ces_v1beta.services.widget_service.WidgetServiceClient.list_operations
list_operations(
request: typing.Optional[
typing.Union[google.longrunning.operations_pb2.ListOperationsRequest, dict]
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.longrunning.operations_pb2.ListOperationsResponseLists operations that match the specified filter in the request.
See more: google.cloud.ces_v1beta.services.widget_service.WidgetServiceClient.list_operations
google.cloud.ces_v1beta.services.widget_service.WidgetServiceClient.parse_common_billing_account_path
parse_common_billing_account_path(path: str) -> typing.Dict[str, str]Parse a billing_account path into its component segments.
google.cloud.ces_v1beta.services.widget_service.WidgetServiceClient.parse_common_folder_path
parse_common_folder_path(path: str) -> typing.Dict[str, str]Parse a folder path into its component segments.
See more: google.cloud.ces_v1beta.services.widget_service.WidgetServiceClient.parse_common_folder_path
google.cloud.ces_v1beta.services.widget_service.WidgetServiceClient.parse_common_location_path
parse_common_location_path(path: str) -> typing.Dict[str, str]Parse a location path into its component segments.
See more: google.cloud.ces_v1beta.services.widget_service.WidgetServiceClient.parse_common_location_path
google.cloud.ces_v1beta.services.widget_service.WidgetServiceClient.parse_common_organization_path
parse_common_organization_path(path: str) -> typing.Dict[str, str]Parse a organization path into its component segments.
See more: google.cloud.ces_v1beta.services.widget_service.WidgetServiceClient.parse_common_organization_path
google.cloud.ces_v1beta.services.widget_service.WidgetServiceClient.parse_common_project_path
parse_common_project_path(path: str) -> typing.Dict[str, str]Parse a project path into its component segments.
See more: google.cloud.ces_v1beta.services.widget_service.WidgetServiceClient.parse_common_project_path
google.cloud.ces_v1beta.services.widget_service.WidgetServiceClient.parse_deployment_path
parse_deployment_path(path: str) -> typing.Dict[str, str]Parses a deployment path into its component segments.
See more: google.cloud.ces_v1beta.services.widget_service.WidgetServiceClient.parse_deployment_path
google.cloud.ces_v1beta.services.widget_service.WidgetServiceClient.parse_session_path
parse_session_path(path: str) -> typing.Dict[str, str]Parses a session path into its component segments.
See more: google.cloud.ces_v1beta.services.widget_service.WidgetServiceClient.parse_session_path
google.cloud.ces_v1beta.services.widget_service.WidgetServiceClient.session_path
session_path(project: str, location: str, app: str, session: str) -> strReturns a fully-qualified session string.
See more: google.cloud.ces_v1beta.services.widget_service.WidgetServiceClient.session_path