Reference documentation and code samples for the Discovery Engine V1BETA API class Google::Cloud::DiscoveryEngine::V1beta::UpdateSessionRequest.
Request for UpdateSession method.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#session
def session() -> ::Google::Cloud::DiscoveryEngine::V1beta::Session
Returns
- (::Google::Cloud::DiscoveryEngine::V1beta::Session) — Required. The Session to update.
#session=
def session=(value) -> ::Google::Cloud::DiscoveryEngine::V1beta::Session
Parameter
- value (::Google::Cloud::DiscoveryEngine::V1beta::Session) — Required. The Session to update.
Returns
- (::Google::Cloud::DiscoveryEngine::V1beta::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.