Chronicle V1 API - Class Google::Cloud::Chronicle::V1::CreateReferenceListRequest (v0.1.0)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the Chronicle V1 API class Google::Cloud::Chronicle::V1::CreateReferenceListRequest.
A request to create a reference list.
Inherits
Object
Extended By
Google::Protobuf::MessageExts::ClassMethods
Includes
Google::Protobuf::MessageExts
Methods
#parent
defparent()->::String
Returns
(::String) — Required. The parent resource where this reference list will be created.
Format: projects/{project}/locations/{location}/instances/{instance}
#parent=
defparent=(value)->::String
Parameter
value (::String) — Required. The parent resource where this reference list will be created.
Format: projects/{project}/locations/{location}/instances/{instance}
Returns
(::String) — Required. The parent resource where this reference list will be created.
Format: projects/{project}/locations/{location}/instances/{instance}
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-09 UTC."],[],[],null,["# Chronicle V1 API - Class Google::Cloud::Chronicle::V1::CreateReferenceListRequest (v0.1.0)\n\nReference documentation and code samples for the Chronicle V1 API class Google::Cloud::Chronicle::V1::CreateReferenceListRequest.\n\nA request to create a reference list. \n\nInherits\n--------\n\n- Object \n\nExtended By\n-----------\n\n- Google::Protobuf::MessageExts::ClassMethods \n\nIncludes\n--------\n\n- Google::Protobuf::MessageExts\n\nMethods\n-------\n\n### #parent\n\n def parent() -\u003e ::String\n\n**Returns**\n\n- (::String) --- Required. The parent resource where this reference list will be created. Format: `projects/{project}/locations/{location}/instances/{instance}`\n\n### #parent=\n\n def parent=(value) -\u003e ::String\n\n**Parameter**\n\n- **value** (::String) --- Required. The parent resource where this reference list will be created. Format: `projects/{project}/locations/{location}/instances/{instance}` \n**Returns**\n\n- (::String) --- Required. The parent resource where this reference list will be created. Format: `projects/{project}/locations/{location}/instances/{instance}`\n\n### #reference_list\n\n def reference_list() -\u003e ::Google::Cloud::Chronicle::V1::ReferenceList\n\n**Returns**\n\n- ([::Google::Cloud::Chronicle::V1::ReferenceList](./Google-Cloud-Chronicle-V1-ReferenceList)) --- Required. The reference list to create.\n\n### #reference_list=\n\n def reference_list=(value) -\u003e ::Google::Cloud::Chronicle::V1::ReferenceList\n\n**Parameter**\n\n- **value** ([::Google::Cloud::Chronicle::V1::ReferenceList](./Google-Cloud-Chronicle-V1-ReferenceList)) --- Required. The reference list to create. \n**Returns**\n\n- ([::Google::Cloud::Chronicle::V1::ReferenceList](./Google-Cloud-Chronicle-V1-ReferenceList)) --- Required. The reference list to create.\n\n### #reference_list_id\n\n def reference_list_id() -\u003e ::String\n\n**Returns**\n\n- (::String) --- Required. The ID to use for the reference list. This is also the display\n name for the reference list. It must satisfy the following requirements:\n\n - Starts with letter.\n - Contains only letters, numbers and underscore.\n - Has length less than 256.\n - Must be unique.\n\n### #reference_list_id=\n\n def reference_list_id=(value) -\u003e ::String\n\n**Parameter**\n\n- **value** (::String) ---\n\n Required. The ID to use for the reference list. This is also the display\n name for the reference list. It must satisfy the following requirements:\n - Starts with letter.\n - Contains only letters, numbers and underscore.\n - Has length less than 256.\n- Must be unique. \n**Returns**\n\n- (::String) --- Required. The ID to use for the reference list. This is also the display\n name for the reference list. It must satisfy the following requirements:\n\n - Starts with letter.\n - Contains only letters, numbers and underscore.\n - Has length less than 256.\n - Must be unique."]]