Chronicle V1 API - Class Google::Cloud::Chronicle::V1::CreateReferenceListRequest (v0.1.0)

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
Returns
  • (::String) — Required. The parent resource where this reference list will be created. Format: projects/{project}/locations/{location}/instances/{instance}

#parent=

def parent=(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}

#reference_list

def reference_list() -> ::Google::Cloud::Chronicle::V1::ReferenceList
Returns

#reference_list=

def reference_list=(value) -> ::Google::Cloud::Chronicle::V1::ReferenceList
Parameter
Returns

#reference_list_id

def reference_list_id() -> ::String
Returns
  • (::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
Parameter
  • 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.
Returns
  • (::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.