Discovery Engine V1BETA API - Class Google::Cloud::DiscoveryEngine::V1beta::CreateSessionRequest (v0.28.0)

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}/locations/{location}/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}/locations/{location}/collections/{collection}/dataStores/{data_store_id}
Returns
  • (::String) — Required. Full resource name of parent data store. Format: projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store_id}

#session

def session() -> ::Google::Cloud::DiscoveryEngine::V1beta::Session
Returns

#session=

def session=(value) -> ::Google::Cloud::DiscoveryEngine::V1beta::Session
Parameter
Returns

#session_id

def session_id() -> ::String
Returns
  • (::String) — Optional. The ID to use for the session, which will become the final component of the session's resource name.

    This value should be 1-63 characters, and valid characters are /[a-z0-9][a-z0-9-]{0,61}[a-z0-9]/. If not specified, a unique ID will be generated.

#session_id=

def session_id=(value) -> ::String
Parameter
  • value (::String) — Optional. The ID to use for the session, which will become the final component of the session's resource name.

    This value should be 1-63 characters, and valid characters are /[a-z0-9][a-z0-9-]{0,61}[a-z0-9]/. If not specified, a unique ID will be generated.

Returns
  • (::String) — Optional. The ID to use for the session, which will become the final component of the session's resource name.

    This value should be 1-63 characters, and valid characters are /[a-z0-9][a-z0-9-]{0,61}[a-z0-9]/. If not specified, a unique ID will be generated.