public static interface CompleteQueryResponse.CompletionResultOrBuilder
extends com.google.protobuf.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].
|
com.google.protobuf.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.
|
com.google.protobuf.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, hasOneofString getSuggestion()
The suggestion for the query.
string suggestion = 1;com.google.protobuf.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;com.google.protobuf.ByteString getImageUriBytes()
The URI of the company image for [COMPANY_NAME][google.cloud.talent.v4beta1.CompleteQueryRequest.CompletionType.COMPANY_NAME].
string image_uri = 3;Copyright © 2019 Google LLC. All rights reserved.