public static interface CompleteQueryResponse.CompletionResultOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getImageUri()
The URI of the company image for
[COMPANY_NAME][google.cloud.talent.v4beta1.CompleteQueryRequest.CompletionType.COMPANY_NAME].
|
ByteString |
getImageUriBytes()
The URI of the company image for
[COMPANY_NAME][google.cloud.talent.v4beta1.CompleteQueryRequest.CompletionType.COMPANY_NAME].
|
String |
getSuggestion()
The suggestion for the query.
|
ByteString |
getSuggestionBytes()
The suggestion for the query.
|
CompleteQueryRequest.CompletionType |
getType()
The completion topic.
|
int |
getTypeValue()
The completion topic.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
String getSuggestion()
The suggestion for the query.
string suggestion = 1;
ByteString getSuggestionBytes()
The suggestion for the query.
string suggestion = 1;
int getTypeValue()
The completion topic.
.google.cloud.talent.v4beta1.CompleteQueryRequest.CompletionType type = 2;
CompleteQueryRequest.CompletionType getType()
The completion topic.
.google.cloud.talent.v4beta1.CompleteQueryRequest.CompletionType type = 2;
String getImageUri()
The URI of the company image for [COMPANY_NAME][google.cloud.talent.v4beta1.CompleteQueryRequest.CompletionType.COMPANY_NAME].
string image_uri = 3;
ByteString getImageUriBytes()
The URI of the company image for [COMPANY_NAME][google.cloud.talent.v4beta1.CompleteQueryRequest.CompletionType.COMPANY_NAME].
string image_uri = 3;
Copyright © 2022 Google LLC. All rights reserved.