public final class CompleteQueryResponse extends GeneratedMessageV3 implements CompleteQueryResponseOrBuilder
Response of auto-complete query.Protobuf type
google.cloud.talent.v4beta1.CompleteQueryResponse
Modifier and Type | Class and Description |
---|---|
static class |
CompleteQueryResponse.Builder
Response of auto-complete query.
|
static class |
CompleteQueryResponse.CompletionResult
Resource that represents completion results.
|
static interface |
CompleteQueryResponse.CompletionResultOrBuilder |
GeneratedMessageV3.BuilderParent, GeneratedMessageV3.ExtendableBuilder<MessageType extends GeneratedMessageV3.ExtendableMessage,BuilderType extends GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, GeneratedMessageV3.ExtendableMessage<MessageType extends GeneratedMessageV3.ExtendableMessage>, GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends GeneratedMessageV3.ExtendableMessage>, GeneratedMessageV3.FieldAccessorTable, GeneratedMessageV3.UnusedPrivateParameter
AbstractMessageLite.InternalOneOfEnum
Modifier and Type | Field and Description |
---|---|
static int |
COMPLETION_RESULTS_FIELD_NUMBER |
static int |
METADATA_FIELD_NUMBER |
alwaysUseFieldBuilders, unknownFields
memoizedSize
memoizedHashCode
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof
toByteArray, toByteString, writeDelimitedTo, writeTo
public static final int COMPLETION_RESULTS_FIELD_NUMBER
public static final int METADATA_FIELD_NUMBER
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance
in class GeneratedMessageV3
public final UnknownFieldSet getUnknownFields()
getUnknownFields
in interface MessageOrBuilder
getUnknownFields
in class GeneratedMessageV3
public static final Descriptors.Descriptor getDescriptor()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class GeneratedMessageV3
public List<CompleteQueryResponse.CompletionResult> getCompletionResultsList()
Results of the matching job/company candidates.
repeated .google.cloud.talent.v4beta1.CompleteQueryResponse.CompletionResult completion_results = 1;
getCompletionResultsList
in interface CompleteQueryResponseOrBuilder
public List<? extends CompleteQueryResponse.CompletionResultOrBuilder> getCompletionResultsOrBuilderList()
Results of the matching job/company candidates.
repeated .google.cloud.talent.v4beta1.CompleteQueryResponse.CompletionResult completion_results = 1;
getCompletionResultsOrBuilderList
in interface CompleteQueryResponseOrBuilder
public int getCompletionResultsCount()
Results of the matching job/company candidates.
repeated .google.cloud.talent.v4beta1.CompleteQueryResponse.CompletionResult completion_results = 1;
getCompletionResultsCount
in interface CompleteQueryResponseOrBuilder
public CompleteQueryResponse.CompletionResult getCompletionResults(int index)
Results of the matching job/company candidates.
repeated .google.cloud.talent.v4beta1.CompleteQueryResponse.CompletionResult completion_results = 1;
getCompletionResults
in interface CompleteQueryResponseOrBuilder
public CompleteQueryResponse.CompletionResultOrBuilder getCompletionResultsOrBuilder(int index)
Results of the matching job/company candidates.
repeated .google.cloud.talent.v4beta1.CompleteQueryResponse.CompletionResult completion_results = 1;
getCompletionResultsOrBuilder
in interface CompleteQueryResponseOrBuilder
public boolean hasMetadata()
Additional information for the API invocation, such as the request tracking id.
.google.cloud.talent.v4beta1.ResponseMetadata metadata = 2;
hasMetadata
in interface CompleteQueryResponseOrBuilder
public ResponseMetadata getMetadata()
Additional information for the API invocation, such as the request tracking id.
.google.cloud.talent.v4beta1.ResponseMetadata metadata = 2;
getMetadata
in interface CompleteQueryResponseOrBuilder
public ResponseMetadataOrBuilder getMetadataOrBuilder()
Additional information for the API invocation, such as the request tracking id.
.google.cloud.talent.v4beta1.ResponseMetadata metadata = 2;
getMetadataOrBuilder
in interface CompleteQueryResponseOrBuilder
public final boolean isInitialized()
isInitialized
in interface MessageLiteOrBuilder
isInitialized
in class GeneratedMessageV3
public void writeTo(CodedOutputStream output) throws IOException
writeTo
in interface MessageLite
writeTo
in class GeneratedMessageV3
IOException
public int getSerializedSize()
getSerializedSize
in interface MessageLite
getSerializedSize
in class GeneratedMessageV3
public boolean equals(Object obj)
equals
in interface Message
equals
in class AbstractMessage
public int hashCode()
hashCode
in interface Message
hashCode
in class AbstractMessage
public static CompleteQueryResponse parseFrom(ByteBuffer data) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static CompleteQueryResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static CompleteQueryResponse parseFrom(ByteString data) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static CompleteQueryResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static CompleteQueryResponse parseFrom(byte[] data) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static CompleteQueryResponse parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static CompleteQueryResponse parseFrom(InputStream input) throws IOException
IOException
public static CompleteQueryResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static CompleteQueryResponse parseDelimitedFrom(InputStream input) throws IOException
IOException
public static CompleteQueryResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static CompleteQueryResponse parseFrom(CodedInputStream input) throws IOException
IOException
public static CompleteQueryResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public CompleteQueryResponse.Builder newBuilderForType()
newBuilderForType
in interface Message
newBuilderForType
in interface MessageLite
public static CompleteQueryResponse.Builder newBuilder()
public static CompleteQueryResponse.Builder newBuilder(CompleteQueryResponse prototype)
public CompleteQueryResponse.Builder toBuilder()
toBuilder
in interface Message
toBuilder
in interface MessageLite
protected CompleteQueryResponse.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
newBuilderForType
in class GeneratedMessageV3
public static CompleteQueryResponse getDefaultInstance()
public static Parser<CompleteQueryResponse> parser()
public Parser<CompleteQueryResponse> getParserForType()
getParserForType
in interface Message
getParserForType
in interface MessageLite
getParserForType
in class GeneratedMessageV3
public CompleteQueryResponse getDefaultInstanceForType()
getDefaultInstanceForType
in interface MessageLiteOrBuilder
getDefaultInstanceForType
in interface MessageOrBuilder
Copyright © 2022 Google LLC. All rights reserved.