Reference documentation and code samples for the Discovery Engine V1 API class Google::Cloud::DiscoveryEngine::V1::UpdateSessionRequest.
Request for UpdateSession method.
Inherits
- Object
 
Extended By
- Google::Protobuf::MessageExts::ClassMethods
 
Includes
- Google::Protobuf::MessageExts
 
Methods
#session
def session() -> ::Google::Cloud::DiscoveryEngine::V1::Session Returns 
 - (::Google::Cloud::DiscoveryEngine::V1::Session) — Required. The Session to update.
 
#session=
def session=(value) -> ::Google::Cloud::DiscoveryEngine::V1::Session Parameter 
 - value (::Google::Cloud::DiscoveryEngine::V1::Session) — Required. The Session to update.
 
 Returns 
 - (::Google::Cloud::DiscoveryEngine::V1::Session) — Required. The Session to update.
 
#update_mask
def update_mask() -> ::Google::Protobuf::FieldMask Returns 
 -  (::Google::Protobuf::FieldMask) — Indicates which fields in the provided Session to update. The following are NOT supported:
If not set or empty, all supported fields are updated.
 
#update_mask=
def update_mask=(value) -> ::Google::Protobuf::FieldMask Parameter 
 -  value (::Google::Protobuf::FieldMask) — Indicates which fields in the provided Session to update. The following are NOT supported:
If not set or empty, all supported fields are updated.
 
 Returns 
 -  (::Google::Protobuf::FieldMask) — Indicates which fields in the provided Session to update. The following are NOT supported:
If not set or empty, all supported fields are updated.