Class: Google::Cloud::Talent::V4beta1::Patent
- Inherits:
-
Object
- Object
- Google::Cloud::Talent::V4beta1::Patent
- Defined in:
- lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/profile.rb
Overview
Resource that represents the patent acquired by a candidate.
Instance Attribute Summary collapse
-
#display_name ⇒ String
Name of the patent.
-
#inventors ⇒ Array<String>
A list of inventors' names.
-
#patent_description ⇒ String
The description of the patent.
-
#patent_filing_date ⇒ Google::Type::Date
The date that the patent was filed.
-
#patent_number ⇒ String
The number of the patent.
-
#patent_office ⇒ String
The name of the patent office.
-
#patent_status ⇒ String
The status of the patent.
-
#patent_status_date ⇒ Google::Type::Date
The date the last time the status of the patent was checked.
-
#skills_used ⇒ Array<Google::Cloud::Talent::V4beta1::Skill>
The skills used in this patent.
Instance Attribute Details
#display_name ⇒ String
Returns Name of the patent.
Number of characters allowed is 100.
804 |
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/profile.rb', line 804 class Patent; end |
#inventors ⇒ Array<String>
Returns A list of inventors' names.
Number of characters allowed for each is 100.
804 |
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/profile.rb', line 804 class Patent; end |
#patent_description ⇒ String
Returns The description of the patent.
Number of characters allowed is 100,000.
804 |
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/profile.rb', line 804 class Patent; end |
#patent_filing_date ⇒ Google::Type::Date
Returns The date that the patent was filed.
804 |
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/profile.rb', line 804 class Patent; end |
#patent_number ⇒ String
Returns The number of the patent.
Number of characters allowed is 100.
804 |
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/profile.rb', line 804 class Patent; end |
#patent_office ⇒ String
Returns The name of the patent office.
Number of characters allowed is 100.
804 |
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/profile.rb', line 804 class Patent; end |
#patent_status ⇒ String
Returns The status of the patent.
Number of characters allowed is 100.
804 |
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/profile.rb', line 804 class Patent; end |
#patent_status_date ⇒ Google::Type::Date
Returns The date the last time the status of the patent was checked.
804 |
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/profile.rb', line 804 class Patent; end |
#skills_used ⇒ Array<Google::Cloud::Talent::V4beta1::Skill>
Returns The skills used in this patent.
804 |
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/profile.rb', line 804 class Patent; end |