Cloud Talent Solution V4beta1 API - Class Google::Cloud::Talent::V4beta1::Publication

Reference documentation and code samples for the Cloud Talent Solution V4beta1 API class Google::Cloud::Talent::V4beta1::Publication.

Resource that represents a publication resource of a candidate.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#authors

def authors() -> ::Array<::String>
Returns
  • (::Array<::String>) — A list of author names.

    Number of characters allowed is 100.

#authors=

def authors=(value) -> ::Array<::String>
Parameter
  • value (::Array<::String>) — A list of author names.

    Number of characters allowed is 100.

Returns
  • (::Array<::String>) — A list of author names.

    Number of characters allowed is 100.

#description

def description() -> ::String
Returns
  • (::String) — The description of the publication.

    Number of characters allowed is 100,000.

#description=

def description=(value) -> ::String
Parameter
  • value (::String) — The description of the publication.

    Number of characters allowed is 100,000.

Returns
  • (::String) — The description of the publication.

    Number of characters allowed is 100,000.

#isbn

def isbn() -> ::String
Returns
  • (::String) — ISBN number.

    Number of characters allowed is 100.

#isbn=

def isbn=(value) -> ::String
Parameter
  • value (::String) — ISBN number.

    Number of characters allowed is 100.

Returns
  • (::String) — ISBN number.

    Number of characters allowed is 100.

#journal

def journal() -> ::String
Returns
  • (::String) — The journal name of the publication.

    Number of characters allowed is 100.

#journal=

def journal=(value) -> ::String
Parameter
  • value (::String) — The journal name of the publication.

    Number of characters allowed is 100.

Returns
  • (::String) — The journal name of the publication.

    Number of characters allowed is 100.

#publication_date

def publication_date() -> ::Google::Type::Date
Returns

#publication_date=

def publication_date=(value) -> ::Google::Type::Date
Parameter
Returns

#publication_type

def publication_type() -> ::String
Returns
  • (::String) — The publication type.

    Number of characters allowed is 100.

#publication_type=

def publication_type=(value) -> ::String
Parameter
  • value (::String) — The publication type.

    Number of characters allowed is 100.

Returns
  • (::String) — The publication type.

    Number of characters allowed is 100.

#publisher

def publisher() -> ::String
Returns
  • (::String) — The publisher of the journal.

    Number of characters allowed is 100.

#publisher=

def publisher=(value) -> ::String
Parameter
  • value (::String) — The publisher of the journal.

    Number of characters allowed is 100.

Returns
  • (::String) — The publisher of the journal.

    Number of characters allowed is 100.

#title

def title() -> ::String
Returns
  • (::String) — The title of the publication.

    Number of characters allowed is 100.

#title=

def title=(value) -> ::String
Parameter
  • value (::String) — The title of the publication.

    Number of characters allowed is 100.

Returns
  • (::String) — The title of the publication.

    Number of characters allowed is 100.

#volume

def volume() -> ::String
Returns
  • (::String) — Volume number.

    Number of characters allowed is 100.

#volume=

def volume=(value) -> ::String
Parameter
  • value (::String) — Volume number.

    Number of characters allowed is 100.

Returns
  • (::String) — Volume number.

    Number of characters allowed is 100.