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

Reference documentation and code samples for the Chronicle V1 API class Google::Cloud::Chronicle::V1::UpdateReferenceListRequest.

A request to update a reference list.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#reference_list

def reference_list() -> ::Google::Cloud::Chronicle::V1::ReferenceList
Returns
  • (::Google::Cloud::Chronicle::V1::ReferenceList) — Required. The reference list to update.

    The reference list's name field is used to identify the reference list to update. Format: projects/{project}/locations/{locations}/instances/{instance}/referenceLists/{reference_list}

#reference_list=

def reference_list=(value) -> ::Google::Cloud::Chronicle::V1::ReferenceList
Parameter
  • value (::Google::Cloud::Chronicle::V1::ReferenceList) — Required. The reference list to update.

    The reference list's name field is used to identify the reference list to update. Format: projects/{project}/locations/{locations}/instances/{instance}/referenceLists/{reference_list}

Returns
  • (::Google::Cloud::Chronicle::V1::ReferenceList) — Required. The reference list to update.

    The reference list's name field is used to identify the reference list to update. Format: projects/{project}/locations/{locations}/instances/{instance}/referenceLists/{reference_list}

#update_mask

def update_mask() -> ::Google::Protobuf::FieldMask
Returns
  • (::Google::Protobuf::FieldMask) — The list of fields to update. When no field mask is supplied, all non-empty fields will be updated. A field mask of "*" will update all fields, whether empty or not.

#update_mask=

def update_mask=(value) -> ::Google::Protobuf::FieldMask
Parameter
  • value (::Google::Protobuf::FieldMask) — The list of fields to update. When no field mask is supplied, all non-empty fields will be updated. A field mask of "*" will update all fields, whether empty or not.
Returns
  • (::Google::Protobuf::FieldMask) — The list of fields to update. When no field mask is supplied, all non-empty fields will be updated. A field mask of "*" will update all fields, whether empty or not.