Class: Google::Cloud::Talent::V4beta1::Patent

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#display_nameString

Returns Name of the patent.

Number of characters allowed is 100.

Returns:

  • (String)

    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

#inventorsArray<String>

Returns A list of inventors' names.

Number of characters allowed for each is 100.

Returns:

  • (Array<String>)

    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_descriptionString

Returns The description of the patent.

Number of characters allowed is 100,000.

Returns:

  • (String)

    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_dateGoogle::Type::Date

Returns The date that the patent was filed.

Returns:



804
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/profile.rb', line 804

class Patent; end

#patent_numberString

Returns The number of the patent.

Number of characters allowed is 100.

Returns:

  • (String)

    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_officeString

Returns The name of the patent office.

Number of characters allowed is 100.

Returns:

  • (String)

    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_statusString

Returns The status of the patent.

Number of characters allowed is 100.

Returns:

  • (String)

    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_dateGoogle::Type::Date

Returns The date the last time the status of the patent was checked.

Returns:



804
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/profile.rb', line 804

class Patent; end

#skills_usedArray<Google::Cloud::Talent::V4beta1::Skill>

Returns The skills used in this patent.

Returns:



804
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/profile.rb', line 804

class Patent; end