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.
9702 9703 9704 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 9702 def initialize(**args) update!(**args) end |
Instance Attribute Details
#user_id ⇒ Fixnum
Corresponds to the JSON property userId
9700 9701 9702 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 9700 def user_id @user_id end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
9707 9708 9709 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 9707 def update!(**args) @user_id = args[:user_id] if args.key?(:user_id) end |