Reference documentation and code samples for the Discovery Engine V1BETA API class Google::Cloud::DiscoveryEngine::V1beta::CreateSessionRequest.
Request for CreateSession method.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#parent
def parent() -> ::String
Returns
-
(::String) — Required. Full resource name of parent data store. Format:
projects/{project_number}/locations/{location_id}/collections/{collection}/dataStores/{data_store_id}
#parent=
def parent=(value) -> ::String
Parameter
-
value (::String) — Required. Full resource name of parent data store. Format:
projects/{project_number}/locations/{location_id}/collections/{collection}/dataStores/{data_store_id}
Returns
-
(::String) — Required. Full resource name of parent data store. Format:
projects/{project_number}/locations/{location_id}/collections/{collection}/dataStores/{data_store_id}
#session
def session() -> ::Google::Cloud::DiscoveryEngine::V1beta::Session
Returns
- (::Google::Cloud::DiscoveryEngine::V1beta::Session) — Required. The session to create.
#session=
def session=(value) -> ::Google::Cloud::DiscoveryEngine::V1beta::Session
Parameter
- value (::Google::Cloud::DiscoveryEngine::V1beta::Session) — Required. The session to create.
Returns
- (::Google::Cloud::DiscoveryEngine::V1beta::Session) — Required. The session to create.