Class: Google::Cloud::Talent::V4beta1::CompleteQueryResponse::CompletionResult

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/talent/v4beta1/completion_service.rb

Overview

Resource that represents completion results.

Instance Attribute Summary collapse

Instance Attribute Details

#image_uri::String

Returns The URI of the company image for COMPANY_NAME.

Returns:

  • (::String)

    The URI of the company image for COMPANY_NAME.



135
136
137
138
# File 'proto_docs/google/cloud/talent/v4beta1/completion_service.rb', line 135

class CompletionResult
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#suggestion::String

Returns The suggestion for the query.

Returns:

  • (::String)

    The suggestion for the query.



135
136
137
138
# File 'proto_docs/google/cloud/talent/v4beta1/completion_service.rb', line 135

class CompletionResult
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#type::Google::Cloud::Talent::V4beta1::CompleteQueryRequest::CompletionType

Returns The completion topic.



135
136
137
138
# File 'proto_docs/google/cloud/talent/v4beta1/completion_service.rb', line 135

class CompletionResult
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end