Package com.google.cloud.talent.v4beta1
Interface CompleteQueryResponse.CompletionResultOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CompleteQueryResponse.CompletionResult
,CompleteQueryResponse.CompletionResult.Builder
- Enclosing class:
- CompleteQueryResponse
public static interface CompleteQueryResponse.CompletionResultOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getSuggestion
String getSuggestion()
The suggestion for the query.
string suggestion = 1;
- Returns:
- The suggestion.
-
getSuggestionBytes
com.google.protobuf.ByteString getSuggestionBytes()
The suggestion for the query.
string suggestion = 1;
- Returns:
- The bytes for suggestion.
-
getTypeValue
int getTypeValue()
The completion topic.
.google.cloud.talent.v4beta1.CompleteQueryRequest.CompletionType type = 2;
- Returns:
- The enum numeric value on the wire for type.
-
getType
CompleteQueryRequest.CompletionType getType()
The completion topic.
.google.cloud.talent.v4beta1.CompleteQueryRequest.CompletionType type = 2;
- Returns:
- The type.
-
getImageUri
String getImageUri()
The URI of the company image for [COMPANY_NAME][google.cloud.talent.v4beta1.CompleteQueryRequest.CompletionType.COMPANY_NAME].
string image_uri = 3;
- Returns:
- The imageUri.
-
getImageUriBytes
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;
- Returns:
- The bytes for imageUri.
-
-