Class: Google::Cloud::Talent::V4beta1::Publication

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

Overview

Resource that represents a publication resource of a candidate.

Instance Attribute Summary collapse

Instance Attribute Details

#authors::Array<::String>

Returns 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.



759
760
761
762
# File 'proto_docs/google/cloud/talent/v4beta1/profile.rb', line 759

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

#description::String

Returns 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.



759
760
761
762
# File 'proto_docs/google/cloud/talent/v4beta1/profile.rb', line 759

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

#isbn::String

Returns ISBN number.

Number of characters allowed is 100.

Returns:

  • (::String)

    ISBN number.

    Number of characters allowed is 100.



759
760
761
762
# File 'proto_docs/google/cloud/talent/v4beta1/profile.rb', line 759

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

#journal::String

Returns 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.



759
760
761
762
# File 'proto_docs/google/cloud/talent/v4beta1/profile.rb', line 759

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

#publication_date::Google::Type::Date

Returns The publication date.

Returns:



759
760
761
762
# File 'proto_docs/google/cloud/talent/v4beta1/profile.rb', line 759

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

#publication_type::String

Returns The publication type.

Number of characters allowed is 100.

Returns:

  • (::String)

    The publication type.

    Number of characters allowed is 100.



759
760
761
762
# File 'proto_docs/google/cloud/talent/v4beta1/profile.rb', line 759

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

#publisher::String

Returns The publisher of the journal.

Number of characters allowed is 100.

Returns:

  • (::String)

    The publisher of the journal.

    Number of characters allowed is 100.



759
760
761
762
# File 'proto_docs/google/cloud/talent/v4beta1/profile.rb', line 759

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

#title::String

Returns The title of the publication.

Number of characters allowed is 100.

Returns:

  • (::String)

    The title of the publication.

    Number of characters allowed is 100.



759
760
761
762
# File 'proto_docs/google/cloud/talent/v4beta1/profile.rb', line 759

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

#volume::String

Returns Volume number.

Number of characters allowed is 100.

Returns:

  • (::String)

    Volume number.

    Number of characters allowed is 100.



759
760
761
762
# File 'proto_docs/google/cloud/talent/v4beta1/profile.rb', line 759

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