Class: Google::Cloud::Talent::V4beta1::Publication
- Inherits:
-
Object
- Object
- Google::Cloud::Talent::V4beta1::Publication
- Defined in:
- lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/profile.rb
Overview
Resource that represents a publication resource of a candidate.
Instance Attribute Summary collapse
-
#authors ⇒ Array<String>
A list of author names.
-
#description ⇒ String
The description of the publication.
-
#isbn ⇒ String
ISBN number.
-
#journal ⇒ String
The journal name of the publication.
-
#publication_date ⇒ Google::Type::Date
The publication date.
-
#publication_type ⇒ String
The publication type.
-
#publisher ⇒ String
The publisher of the journal.
-
#title ⇒ String
The title of the publication.
-
#volume ⇒ String
Volume number.
Instance Attribute Details
#authors ⇒ Array<String>
Returns A list of author names.
Number of characters allowed is 100.
762 |
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/profile.rb', line 762 class Publication; end |
#description ⇒ String
Returns The description of the publication.
Number of characters allowed is 100,000.
762 |
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/profile.rb', line 762 class Publication; end |
#isbn ⇒ String
Returns ISBN number.
Number of characters allowed is 100.
762 |
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/profile.rb', line 762 class Publication; end |
#journal ⇒ String
Returns The journal name of the publication.
Number of characters allowed is 100.
762 |
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/profile.rb', line 762 class Publication; end |
#publication_date ⇒ Google::Type::Date
Returns The publication date.
762 |
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/profile.rb', line 762 class Publication; end |
#publication_type ⇒ String
Returns The publication type.
Number of characters allowed is 100.
762 |
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/profile.rb', line 762 class Publication; end |
#publisher ⇒ String
Returns The publisher of the journal.
Number of characters allowed is 100.
762 |
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/profile.rb', line 762 class Publication; end |
#title ⇒ String
Returns The title of the publication.
Number of characters allowed is 100.
762 |
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/profile.rb', line 762 class Publication; end |
#volume ⇒ String
Returns Volume number.
Number of characters allowed is 100.
762 |
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/profile.rb', line 762 class Publication; end |