Class CompleteQueryRequest (0.6.2)

Auto-complete parameters. .. attribute:: parent

Required. Resource name of tenant the completion is performed within. The format is "projects/{project_id}/tenants/{tenant_id}", for example, "projects/foo/tenant/bar". If tenant id is unspecified, the default tenant is used, for example, "projects/foo".

The list of languages of the query. This is the BCP-47 language code, such as "en-US" or "sr-Latn". For more information, see Tags for Identifying Languages <https://tools.ietf.org/html/bcp47>__. The maximum number of allowed characters is 255.

If provided, restricts completion to specified company. The format is "projects/{project_id}/tenants/{tenant_id}/compani es/{company_id}", for example, "projects/foo/tenants/bar/companies/baz". If tenant id is unspecified, the default tenant is used, for example, "projects/foo".

The completion topic. The default is [CompletionType.COMBINED] [google.cloud.talent.v4beta1.CompleteQueryRequest.CompletionTy pe.COMBINED].

Inheritance

builtins.object > google.protobuf.pyext._message.CMessage > builtins.object > google.protobuf.message.Message > CompleteQueryRequest