- 2.79.0 (latest)
- 2.77.0
- 2.76.0
- 2.75.0
- 2.74.0
- 2.73.0
- 2.71.0
- 2.69.0
- 2.68.0
- 2.65.0
- 2.64.0
- 2.63.0
- 2.61.0
- 2.60.0
- 2.59.0
- 2.58.0
- 2.57.0
- 2.56.0
- 2.55.0
- 2.54.0
- 2.53.0
- 2.52.0
- 2.50.0
- 2.49.0
- 2.48.0
- 2.47.0
- 2.46.0
- 2.45.0
- 2.44.0
- 2.43.0
- 2.42.0
- 2.41.0
- 2.40.0
- 2.38.0
- 2.37.0
- 2.36.0
- 2.35.0
- 2.34.0
- 2.33.0
- 2.32.0
- 2.31.0
- 2.30.0
- 2.29.0
- 2.28.0
- 2.25.0
- 2.24.0
- 2.23.0
- 2.22.0
- 2.21.0
- 2.20.0
- 2.19.0
- 2.18.0
- 2.17.0
- 2.16.0
- 2.15.0
- 2.14.0
- 2.13.0
- 2.12.0
- 2.10.0
- 2.9.0
- 2.8.0
- 2.7.0
- 2.6.0
- 2.5.0
- 2.4.6
- 2.2.9
public static final class CompleteQueryRequest.Builder extends GeneratedMessageV3.Builder<CompleteQueryRequest.Builder> implements CompleteQueryRequestOrBuilderAuto-complete parameters.
 Protobuf type google.cloud.talent.v4beta1.CompleteQueryRequest
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > CompleteQueryRequest.BuilderImplements
CompleteQueryRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description | 
| Descriptor | |
Methods
addAllLanguageCodes(Iterable<String> values)
public CompleteQueryRequest.Builder addAllLanguageCodes(Iterable<String> values)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.
The maximum number of allowed characters is 255.
 repeated string language_codes = 3;
| Parameter | |
|---|---|
| Name | Description | 
| values | Iterable<String>The languageCodes to add. | 
| Returns | |
|---|---|
| Type | Description | 
| CompleteQueryRequest.Builder | This builder for chaining. | 
addLanguageCodes(String value)
public CompleteQueryRequest.Builder addLanguageCodes(String value)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.
The maximum number of allowed characters is 255.
 repeated string language_codes = 3;
| Parameter | |
|---|---|
| Name | Description | 
| value | StringThe languageCodes to add. | 
| Returns | |
|---|---|
| Type | Description | 
| CompleteQueryRequest.Builder | This builder for chaining. | 
addLanguageCodesBytes(ByteString value)
public CompleteQueryRequest.Builder addLanguageCodesBytes(ByteString value)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.
The maximum number of allowed characters is 255.
 repeated string language_codes = 3;
| Parameter | |
|---|---|
| Name | Description | 
| value | ByteStringThe bytes of the languageCodes to add. | 
| Returns | |
|---|---|
| Type | Description | 
| CompleteQueryRequest.Builder | This builder for chaining. | 
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public CompleteQueryRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description | 
| field | FieldDescriptor | 
| value | Object | 
| Returns | |
|---|---|
| Type | Description | 
| CompleteQueryRequest.Builder | |
build()
public CompleteQueryRequest build()| Returns | |
|---|---|
| Type | Description | 
| CompleteQueryRequest | |
buildPartial()
public CompleteQueryRequest buildPartial()| Returns | |
|---|---|
| Type | Description | 
| CompleteQueryRequest | |
clear()
public CompleteQueryRequest.Builder clear()| Returns | |
|---|---|
| Type | Description | 
| CompleteQueryRequest.Builder | |
clearCompany()
public CompleteQueryRequest.Builder clearCompany()If provided, restricts completion to specified company.
The format is "projects/{project_id}/tenants/{tenant_id}/companies/{company_id}", for example, "projects/foo/tenants/bar/companies/baz".
If tenant id is unspecified, the default tenant is used, for example, "projects/foo".
 string company = 5 [(.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description | 
| CompleteQueryRequest.Builder | This builder for chaining. | 
clearField(Descriptors.FieldDescriptor field)
public CompleteQueryRequest.Builder clearField(Descriptors.FieldDescriptor field)| Parameter | |
|---|---|
| Name | Description | 
| field | FieldDescriptor | 
| Returns | |
|---|---|
| Type | Description | 
| CompleteQueryRequest.Builder | |
clearLanguageCodes()
public CompleteQueryRequest.Builder clearLanguageCodes()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.
The maximum number of allowed characters is 255.
 repeated string language_codes = 3;
| Returns | |
|---|---|
| Type | Description | 
| CompleteQueryRequest.Builder | This builder for chaining. | 
clearOneof(Descriptors.OneofDescriptor oneof)
public CompleteQueryRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Parameter | |
|---|---|
| Name | Description | 
| oneof | OneofDescriptor | 
| Returns | |
|---|---|
| Type | Description | 
| CompleteQueryRequest.Builder | |
clearPageSize()
public CompleteQueryRequest.Builder clearPageSize()Required. Completion result count.
The maximum allowed page size is 10.
 int32 page_size = 4 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description | 
| CompleteQueryRequest.Builder | This builder for chaining. | 
clearParent()
public CompleteQueryRequest.Builder clearParent()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".
 
 string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
 
| Returns | |
|---|---|
| Type | Description | 
| CompleteQueryRequest.Builder | This builder for chaining. | 
clearQuery()
public CompleteQueryRequest.Builder clearQuery()Required. The query used to generate suggestions.
The maximum number of allowed characters is 255.
 string query = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description | 
| CompleteQueryRequest.Builder | This builder for chaining. | 
clearScope()
public CompleteQueryRequest.Builder clearScope()The scope of the completion. The defaults is CompletionScope.PUBLIC.
 .google.cloud.talent.v4beta1.CompleteQueryRequest.CompletionScope scope = 6;
| Returns | |
|---|---|
| Type | Description | 
| CompleteQueryRequest.Builder | This builder for chaining. | 
clearType()
public CompleteQueryRequest.Builder clearType()The completion topic. The default is CompletionType.COMBINED.
 .google.cloud.talent.v4beta1.CompleteQueryRequest.CompletionType type = 7;
| Returns | |
|---|---|
| Type | Description | 
| CompleteQueryRequest.Builder | This builder for chaining. | 
clone()
public CompleteQueryRequest.Builder clone()| Returns | |
|---|---|
| Type | Description | 
| CompleteQueryRequest.Builder | |
getCompany()
public String getCompany()If provided, restricts completion to specified company.
The format is "projects/{project_id}/tenants/{tenant_id}/companies/{company_id}", for example, "projects/foo/tenants/bar/companies/baz".
If tenant id is unspecified, the default tenant is used, for example, "projects/foo".
 string company = 5 [(.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description | 
| String | The company. | 
getCompanyBytes()
public ByteString getCompanyBytes()If provided, restricts completion to specified company.
The format is "projects/{project_id}/tenants/{tenant_id}/companies/{company_id}", for example, "projects/foo/tenants/bar/companies/baz".
If tenant id is unspecified, the default tenant is used, for example, "projects/foo".
 string company = 5 [(.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description | 
| ByteString | The bytes for company. | 
getDefaultInstanceForType()
public CompleteQueryRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description | 
| CompleteQueryRequest | |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description | 
| Descriptor | |
getLanguageCodes(int index)
public String getLanguageCodes(int index)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.
The maximum number of allowed characters is 255.
 repeated string language_codes = 3;
| Parameter | |
|---|---|
| Name | Description | 
| index | intThe index of the element to return. | 
| Returns | |
|---|---|
| Type | Description | 
| String | The languageCodes at the given index. | 
getLanguageCodesBytes(int index)
public ByteString getLanguageCodesBytes(int index)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.
The maximum number of allowed characters is 255.
 repeated string language_codes = 3;
| Parameter | |
|---|---|
| Name | Description | 
| index | intThe index of the value to return. | 
| Returns | |
|---|---|
| Type | Description | 
| ByteString | The bytes of the languageCodes at the given index. | 
getLanguageCodesCount()
public int getLanguageCodesCount()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.
The maximum number of allowed characters is 255.
 repeated string language_codes = 3;
| Returns | |
|---|---|
| Type | Description | 
| int | The count of languageCodes. | 
getLanguageCodesList()
public ProtocolStringList getLanguageCodesList()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.
The maximum number of allowed characters is 255.
 repeated string language_codes = 3;
| Returns | |
|---|---|
| Type | Description | 
| ProtocolStringList | A list containing the languageCodes. | 
getPageSize()
public int getPageSize()Required. Completion result count.
The maximum allowed page size is 10.
 int32 page_size = 4 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description | 
| int | The pageSize. | 
getParent()
public String getParent()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".
 
 string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
 
| Returns | |
|---|---|
| Type | Description | 
| String | The parent. | 
getParentBytes()
public ByteString getParentBytes()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".
 
 string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
 
| Returns | |
|---|---|
| Type | Description | 
| ByteString | The bytes for parent. | 
getQuery()
public String getQuery()Required. The query used to generate suggestions.
The maximum number of allowed characters is 255.
 string query = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description | 
| String | The query. | 
getQueryBytes()
public ByteString getQueryBytes()Required. The query used to generate suggestions.
The maximum number of allowed characters is 255.
 string query = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description | 
| ByteString | The bytes for query. | 
getScope()
public CompleteQueryRequest.CompletionScope getScope()The scope of the completion. The defaults is CompletionScope.PUBLIC.
 .google.cloud.talent.v4beta1.CompleteQueryRequest.CompletionScope scope = 6;
| Returns | |
|---|---|
| Type | Description | 
| CompleteQueryRequest.CompletionScope | The scope. | 
getScopeValue()
public int getScopeValue()The scope of the completion. The defaults is CompletionScope.PUBLIC.
 .google.cloud.talent.v4beta1.CompleteQueryRequest.CompletionScope scope = 6;
| Returns | |
|---|---|
| Type | Description | 
| int | The enum numeric value on the wire for scope. | 
getType()
public CompleteQueryRequest.CompletionType getType()The completion topic. The default is CompletionType.COMBINED.
 .google.cloud.talent.v4beta1.CompleteQueryRequest.CompletionType type = 7;
| Returns | |
|---|---|
| Type | Description | 
| CompleteQueryRequest.CompletionType | The type. | 
getTypeValue()
public int getTypeValue()The completion topic. The default is CompletionType.COMBINED.
 .google.cloud.talent.v4beta1.CompleteQueryRequest.CompletionType type = 7;
| Returns | |
|---|---|
| Type | Description | 
| int | The enum numeric value on the wire for type. | 
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description | 
| FieldAccessorTable | |
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description | 
| boolean | |
mergeFrom(CompleteQueryRequest other)
public CompleteQueryRequest.Builder mergeFrom(CompleteQueryRequest other)| Parameter | |
|---|---|
| Name | Description | 
| other | CompleteQueryRequest | 
| Returns | |
|---|---|
| Type | Description | 
| CompleteQueryRequest.Builder | |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public CompleteQueryRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description | 
| input | CodedInputStream | 
| extensionRegistry | ExtensionRegistryLite | 
| Returns | |
|---|---|
| Type | Description | 
| CompleteQueryRequest.Builder | |
| Exceptions | |
|---|---|
| Type | Description | 
| IOException | |
mergeFrom(Message other)
public CompleteQueryRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description | 
| other | Message | 
| Returns | |
|---|---|
| Type | Description | 
| CompleteQueryRequest.Builder | |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final CompleteQueryRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description | 
| unknownFields | UnknownFieldSet | 
| Returns | |
|---|---|
| Type | Description | 
| CompleteQueryRequest.Builder | |
setCompany(String value)
public CompleteQueryRequest.Builder setCompany(String value)If provided, restricts completion to specified company.
The format is "projects/{project_id}/tenants/{tenant_id}/companies/{company_id}", for example, "projects/foo/tenants/bar/companies/baz".
If tenant id is unspecified, the default tenant is used, for example, "projects/foo".
 string company = 5 [(.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description | 
| value | StringThe company to set. | 
| Returns | |
|---|---|
| Type | Description | 
| CompleteQueryRequest.Builder | This builder for chaining. | 
setCompanyBytes(ByteString value)
public CompleteQueryRequest.Builder setCompanyBytes(ByteString value)If provided, restricts completion to specified company.
The format is "projects/{project_id}/tenants/{tenant_id}/companies/{company_id}", for example, "projects/foo/tenants/bar/companies/baz".
If tenant id is unspecified, the default tenant is used, for example, "projects/foo".
 string company = 5 [(.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description | 
| value | ByteStringThe bytes for company to set. | 
| Returns | |
|---|---|
| Type | Description | 
| CompleteQueryRequest.Builder | This builder for chaining. | 
setField(Descriptors.FieldDescriptor field, Object value)
public CompleteQueryRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description | 
| field | FieldDescriptor | 
| value | Object | 
| Returns | |
|---|---|
| Type | Description | 
| CompleteQueryRequest.Builder | |
setLanguageCodes(int index, String value)
public CompleteQueryRequest.Builder setLanguageCodes(int index, String value)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.
The maximum number of allowed characters is 255.
 repeated string language_codes = 3;
| Parameters | |
|---|---|
| Name | Description | 
| index | intThe index to set the value at. | 
| value | StringThe languageCodes to set. | 
| Returns | |
|---|---|
| Type | Description | 
| CompleteQueryRequest.Builder | This builder for chaining. | 
setPageSize(int value)
public CompleteQueryRequest.Builder setPageSize(int value)Required. Completion result count.
The maximum allowed page size is 10.
 int32 page_size = 4 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description | 
| value | intThe pageSize to set. | 
| Returns | |
|---|---|
| Type | Description | 
| CompleteQueryRequest.Builder | This builder for chaining. | 
setParent(String value)
public CompleteQueryRequest.Builder setParent(String value)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".
 
 string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
 
| Parameter | |
|---|---|
| Name | Description | 
| value | StringThe parent to set. | 
| Returns | |
|---|---|
| Type | Description | 
| CompleteQueryRequest.Builder | This builder for chaining. | 
setParentBytes(ByteString value)
public CompleteQueryRequest.Builder setParentBytes(ByteString value)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".
 
 string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
 
| Parameter | |
|---|---|
| Name | Description | 
| value | ByteStringThe bytes for parent to set. | 
| Returns | |
|---|---|
| Type | Description | 
| CompleteQueryRequest.Builder | This builder for chaining. | 
setQuery(String value)
public CompleteQueryRequest.Builder setQuery(String value)Required. The query used to generate suggestions.
The maximum number of allowed characters is 255.
 string query = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description | 
| value | StringThe query to set. | 
| Returns | |
|---|---|
| Type | Description | 
| CompleteQueryRequest.Builder | This builder for chaining. | 
setQueryBytes(ByteString value)
public CompleteQueryRequest.Builder setQueryBytes(ByteString value)Required. The query used to generate suggestions.
The maximum number of allowed characters is 255.
 string query = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description | 
| value | ByteStringThe bytes for query to set. | 
| Returns | |
|---|---|
| Type | Description | 
| CompleteQueryRequest.Builder | This builder for chaining. | 
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public CompleteQueryRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)| Parameters | |
|---|---|
| Name | Description | 
| field | FieldDescriptor | 
| index | int | 
| value | Object | 
| Returns | |
|---|---|
| Type | Description | 
| CompleteQueryRequest.Builder | |
setScope(CompleteQueryRequest.CompletionScope value)
public CompleteQueryRequest.Builder setScope(CompleteQueryRequest.CompletionScope value)The scope of the completion. The defaults is CompletionScope.PUBLIC.
 .google.cloud.talent.v4beta1.CompleteQueryRequest.CompletionScope scope = 6;
| Parameter | |
|---|---|
| Name | Description | 
| value | CompleteQueryRequest.CompletionScopeThe scope to set. | 
| Returns | |
|---|---|
| Type | Description | 
| CompleteQueryRequest.Builder | This builder for chaining. | 
setScopeValue(int value)
public CompleteQueryRequest.Builder setScopeValue(int value)The scope of the completion. The defaults is CompletionScope.PUBLIC.
 .google.cloud.talent.v4beta1.CompleteQueryRequest.CompletionScope scope = 6;
| Parameter | |
|---|---|
| Name | Description | 
| value | intThe enum numeric value on the wire for scope to set. | 
| Returns | |
|---|---|
| Type | Description | 
| CompleteQueryRequest.Builder | This builder for chaining. | 
setType(CompleteQueryRequest.CompletionType value)
public CompleteQueryRequest.Builder setType(CompleteQueryRequest.CompletionType value)The completion topic. The default is CompletionType.COMBINED.
 .google.cloud.talent.v4beta1.CompleteQueryRequest.CompletionType type = 7;
| Parameter | |
|---|---|
| Name | Description | 
| value | CompleteQueryRequest.CompletionTypeThe type to set. | 
| Returns | |
|---|---|
| Type | Description | 
| CompleteQueryRequest.Builder | This builder for chaining. | 
setTypeValue(int value)
public CompleteQueryRequest.Builder setTypeValue(int value)The completion topic. The default is CompletionType.COMBINED.
 .google.cloud.talent.v4beta1.CompleteQueryRequest.CompletionType type = 7;
| Parameter | |
|---|---|
| Name | Description | 
| value | intThe enum numeric value on the wire for type to set. | 
| Returns | |
|---|---|
| Type | Description | 
| CompleteQueryRequest.Builder | This builder for chaining. | 
setUnknownFields(UnknownFieldSet unknownFields)
public final CompleteQueryRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description | 
| unknownFields | UnknownFieldSet | 
| Returns | |
|---|---|
| Type | Description | 
| CompleteQueryRequest.Builder | |