public static interface CompleteQueryResponse.CompletionResultOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getImageUri()
public abstract String getImageUri()The URI of the company image for COMPANY_NAME.
string image_uri = 3;
| Returns | |
|---|---|
| Type | Description |
String |
The imageUri. |
getImageUriBytes()
public abstract ByteString getImageUriBytes()The URI of the company image for COMPANY_NAME.
string image_uri = 3;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for imageUri. |
getSuggestion()
public abstract String getSuggestion()The suggestion for the query.
string suggestion = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The suggestion. |
getSuggestionBytes()
public abstract ByteString getSuggestionBytes()The suggestion for the query.
string suggestion = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for suggestion. |
getType()
public abstract CompleteQueryRequest.CompletionType getType()The completion topic.
.google.cloud.talent.v4.CompleteQueryRequest.CompletionType type = 2;
| Returns | |
|---|---|
| Type | Description |
CompleteQueryRequest.CompletionType |
The type. |
getTypeValue()
public abstract int getTypeValue()The completion topic.
.google.cloud.talent.v4.CompleteQueryRequest.CompletionType type = 2;
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for type. |