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;
| Type | Description |
| String | The imageUri. |
getImageUriBytes()
public abstract ByteString getImageUriBytes()The URI of the company image for COMPANY_NAME.
string image_uri = 3;
| Type | Description |
| ByteString | The bytes for imageUri. |
getSuggestion()
public abstract String getSuggestion()The suggestion for the query.
string suggestion = 1;
| Type | Description |
| String | The suggestion. |
getSuggestionBytes()
public abstract ByteString getSuggestionBytes()The suggestion for the query.
string suggestion = 1;
| Type | Description |
| ByteString | The bytes for suggestion. |
getType()
public abstract CompleteQueryRequest.CompletionType getType()The completion topic.
.google.cloud.talent.v4.CompleteQueryRequest.CompletionType type = 2;
| Type | Description |
| CompleteQueryRequest.CompletionType | The type. |
getTypeValue()
public abstract int getTypeValue()The completion topic.
.google.cloud.talent.v4.CompleteQueryRequest.CompletionType type = 2;
| Type | Description |
| int | The enum numeric value on the wire for type. |