public interface CompleteQueryResponseOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
CompleteQueryResponse.CompletionResult |
getCompletionResults(int index)
Results of the matching job/company candidates.
|
int |
getCompletionResultsCount()
Results of the matching job/company candidates.
|
List<CompleteQueryResponse.CompletionResult> |
getCompletionResultsList()
Results of the matching job/company candidates.
|
CompleteQueryResponse.CompletionResultOrBuilder |
getCompletionResultsOrBuilder(int index)
Results of the matching job/company candidates.
|
List<? extends CompleteQueryResponse.CompletionResultOrBuilder> |
getCompletionResultsOrBuilderList()
Results of the matching job/company candidates.
|
ResponseMetadata |
getMetadata()
Additional information for the API invocation, such as the request
tracking id.
|
ResponseMetadataOrBuilder |
getMetadataOrBuilder()
Additional information for the API invocation, such as the request
tracking id.
|
boolean |
hasMetadata()
Additional information for the API invocation, such as the request
tracking id.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
List<CompleteQueryResponse.CompletionResult> getCompletionResultsList()
Results of the matching job/company candidates.
repeated .google.cloud.talent.v4beta1.CompleteQueryResponse.CompletionResult completion_results = 1;
CompleteQueryResponse.CompletionResult getCompletionResults(int index)
Results of the matching job/company candidates.
repeated .google.cloud.talent.v4beta1.CompleteQueryResponse.CompletionResult completion_results = 1;
int getCompletionResultsCount()
Results of the matching job/company candidates.
repeated .google.cloud.talent.v4beta1.CompleteQueryResponse.CompletionResult completion_results = 1;
List<? extends CompleteQueryResponse.CompletionResultOrBuilder> getCompletionResultsOrBuilderList()
Results of the matching job/company candidates.
repeated .google.cloud.talent.v4beta1.CompleteQueryResponse.CompletionResult completion_results = 1;
CompleteQueryResponse.CompletionResultOrBuilder getCompletionResultsOrBuilder(int index)
Results of the matching job/company candidates.
repeated .google.cloud.talent.v4beta1.CompleteQueryResponse.CompletionResult completion_results = 1;
boolean hasMetadata()
Additional information for the API invocation, such as the request tracking id.
.google.cloud.talent.v4beta1.ResponseMetadata metadata = 2;
ResponseMetadata getMetadata()
Additional information for the API invocation, such as the request tracking id.
.google.cloud.talent.v4beta1.ResponseMetadata metadata = 2;
ResponseMetadataOrBuilder getMetadataOrBuilder()
Additional information for the API invocation, such as the request tracking id.
.google.cloud.talent.v4beta1.ResponseMetadata metadata = 2;
Copyright © 2022 Google LLC. All rights reserved.