Class: Google::Cloud::DiscoveryEngine::V1beta::GetUserStoreRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/discoveryengine/v1beta/user_store_service.rb

Overview

Request message for UserStoreService.GetUserStore

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. The name of the User Store to get. Format: projects/{project}/locations/{location}/userStores/{user_store_id}.

Returns:

  • (::String)

    Required. The name of the User Store to get. Format: projects/{project}/locations/{location}/userStores/{user_store_id}



31
32
33
34
# File 'proto_docs/google/cloud/discoveryengine/v1beta/user_store_service.rb', line 31

class GetUserStoreRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end