Class: Google::Cloud::Talent::V4beta1::PersonalUri

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 valid URI for a personal use.

Instance Attribute Summary collapse

Instance Attribute Details

#uri::String

Returns The personal URI.

Number of characters allowed is 4,000.

Returns:

  • (::String)

    The personal URI.

    Number of characters allowed is 4,000.



491
492
493
494
# File 'proto_docs/google/cloud/talent/v4beta1/profile.rb', line 491

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