public sealed class CompleteQueryResponse : IMessage<CompleteQueryResponse>, IEquatable<CompleteQueryResponse>, IDeepCloneable<CompleteQueryResponse>, IBufferMessage, IMessage
Response of auto-complete query.
Inheritance
System.Object > CompleteQueryResponseImplements
Google.Protobuf.IMessage<CompleteQueryResponse>, System.IEquatable<CompleteQueryResponse>, Google.Protobuf.IDeepCloneable<CompleteQueryResponse>, Google.Protobuf.IBufferMessage, Google.Protobuf.IMessageNamespace
Google.Cloud.Talent.V4Assembly
Google.Cloud.Talent.V4.dll
Constructors
CompleteQueryResponse()
public CompleteQueryResponse()
CompleteQueryResponse(CompleteQueryResponse)
public CompleteQueryResponse(CompleteQueryResponse other)
Parameter | |
---|---|
Name | Description |
other | CompleteQueryResponse |
Properties
CompletionResults
public RepeatedField<CompleteQueryResponse.Types.CompletionResult> CompletionResults { get; }
Results of the matching job/company candidates.
Property Value | |
---|---|
Type | Description |
Google.Protobuf.Collections.RepeatedField<CompleteQueryResponse.Types.CompletionResult> |
Metadata
public ResponseMetadata Metadata { get; set; }
Additional information for the API invocation, such as the request tracking id.
Property Value | |
---|---|
Type | Description |
ResponseMetadata |