Class: Google::Apis::CloudsearchV1::ZwiebackSessionProto
- Inherits:
-
Object
- Object
- Google::Apis::CloudsearchV1::ZwiebackSessionProto
- 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
See go/zwieback. New uses of Zwieback sessions must be approved via go/ zwieback-request.
Instance Attribute Summary collapse
-
#zwieback_session_id ⇒ Fixnum
Corresponds to the JSON property
zwiebackSessionId
.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ZwiebackSessionProto
constructor
A new instance of ZwiebackSessionProto.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ ZwiebackSessionProto
Returns a new instance of ZwiebackSessionProto.
22284 22285 22286 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 22284 def initialize(**args) update!(**args) end |
Instance Attribute Details
#zwieback_session_id ⇒ Fixnum
Corresponds to the JSON property zwiebackSessionId
22282 22283 22284 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 22282 def zwieback_session_id @zwieback_session_id end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
22289 22290 22291 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 22289 def update!(**args) @zwieback_session_id = args[:zwieback_session_id] if args.key?(:zwieback_session_id) end |