Class CompleteQueryResponse (1.0.0)

public sealed class CompleteQueryResponse : IMessage<CompleteQueryResponse>, IEquatable<CompleteQueryResponse>, IDeepCloneable<CompleteQueryResponse>, IBufferMessage, IMessage

Response of auto-complete query.

Inheritance

System.Object > CompleteQueryResponse

Implements

Google.Protobuf.IMessage<CompleteQueryResponse>, System.IEquatable<CompleteQueryResponse>, Google.Protobuf.IDeepCloneable<CompleteQueryResponse>, Google.Protobuf.IBufferMessage, Google.Protobuf.IMessage

Namespace

Google.Cloud.Talent.V4

Assembly

Google.Cloud.Talent.V4.dll

Constructors

CompleteQueryResponse()

public CompleteQueryResponse()

CompleteQueryResponse(CompleteQueryResponse)

public CompleteQueryResponse(CompleteQueryResponse other)
Parameter
NameDescription
otherCompleteQueryResponse

Properties

CompletionResults

public RepeatedField<CompleteQueryResponse.Types.CompletionResult> CompletionResults { get; }

Results of the matching job/company candidates.

Property Value
TypeDescription
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
TypeDescription
ResponseMetadata