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
def parent() -> ::String
-
(::String) — Required. The parent resource where this reference list will be created.
Format:
projects/{project}/locations/{location}/instances/{instance}
#parent=
def parent=(value) -> ::String
-
value (::String) — Required. The parent resource where this reference list will be created.
Format:
projects/{project}/locations/{location}/instances/{instance}
-
(::String) — Required. The parent resource where this reference list will be created.
Format:
projects/{project}/locations/{location}/instances/{instance}
#reference_list
def reference_list() -> ::Google::Cloud::Chronicle::V1::ReferenceList
- (::Google::Cloud::Chronicle::V1::ReferenceList) — Required. The reference list to create.
#reference_list=
def reference_list=(value) -> ::Google::Cloud::Chronicle::V1::ReferenceList
- value (::Google::Cloud::Chronicle::V1::ReferenceList) — Required. The reference list to create.
- (::Google::Cloud::Chronicle::V1::ReferenceList) — Required. The reference list to create.
#reference_list_id
def reference_list_id() -> ::String
-
(::String) —
Required. The ID to use for the reference list. This is also the display name for the reference list. It must satisfy the following requirements:
- Starts with letter.
- Contains only letters, numbers and underscore.
- Has length less than 256.
- Must be unique.
#reference_list_id=
def reference_list_id=(value) -> ::String
-
value (::String) —
Required. The ID to use for the reference list. This is also the display name for the reference list. It must satisfy the following requirements:
- Starts with letter.
- Contains only letters, numbers and underscore.
- Has length less than 256.
- Must be unique.
-
(::String) —
Required. The ID to use for the reference list. This is also the display name for the reference list. It must satisfy the following requirements:
- Starts with letter.
- Contains only letters, numbers and underscore.
- Has length less than 256.
- Must be unique.