Class: Google::Cloud::Talent::V4beta1::Certification

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

Overview

Resource that represents a license or certification.

Instance Attribute Summary collapse

Instance Attribute Details

#acquire_date::Google::Type::Date

Returns Acquisition date or effective date of license or certification.

Returns:



458
459
460
461
# File 'proto_docs/google/cloud/talent/v4beta1/common.rb', line 458

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

#authority::String

Returns Authority of license, such as government.

Number of characters allowed is 100.

Returns:

  • (::String)

    Authority of license, such as government.

    Number of characters allowed is 100.



458
459
460
461
# File 'proto_docs/google/cloud/talent/v4beta1/common.rb', line 458

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

#description::String

Returns Description of license or certification.

Number of characters allowed is 100,000.

Returns:

  • (::String)

    Description of license or certification.

    Number of characters allowed is 100,000.



458
459
460
461
# File 'proto_docs/google/cloud/talent/v4beta1/common.rb', line 458

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

#display_name::String

Returns Name of license or certification.

Number of characters allowed is 100.

Returns:

  • (::String)

    Name of license or certification.

    Number of characters allowed is 100.



458
459
460
461
# File 'proto_docs/google/cloud/talent/v4beta1/common.rb', line 458

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

#expire_date::Google::Type::Date

Returns Expiration date of license of certification.

Returns:



458
459
460
461
# File 'proto_docs/google/cloud/talent/v4beta1/common.rb', line 458

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