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
-
(::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
-
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}
-
(::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
- (::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
- 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.
- (::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.