Class: Google::Apis::CloudsearchV1::GaiaUserProto
- Inherits:
-
Object
- Object
- Google::Apis::CloudsearchV1::GaiaUserProto
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/cloudsearch_v1/classes.rb,
lib/google/apis/cloudsearch_v1/representations.rb,
lib/google/apis/cloudsearch_v1/representations.rb
Overview
A Gaia account, which may represent a user, device, service account, etc. For prod (@prod.google.com) accounts, use MdbUserProto instead.
Instance Attribute Summary collapse
-
#user_id ⇒ Fixnum
Corresponds to the JSON property
userId
.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GaiaUserProto
constructor
A new instance of GaiaUserProto.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GaiaUserProto
Returns a new instance of GaiaUserProto.
9766 9767 9768 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 9766 def initialize(**args) update!(**args) end |
Instance Attribute Details
#user_id ⇒ Fixnum
Corresponds to the JSON property userId
9764 9765 9766 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 9764 def user_id @user_id end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
9771 9772 9773 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 9771 def update!(**args) @user_id = args[:user_id] if args.key?(:user_id) end |