Reference documentation and code samples for the Chronicle V1 API class Google::Cloud::Chronicle::V1::UpdateWatchlistRequest.
Request message for updating watchlist.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#update_mask
def update_mask() -> ::Google::Protobuf::FieldMask
- (::Google::Protobuf::FieldMask) — Optional. The list of fields to update.
#update_mask=
def update_mask=(value) -> ::Google::Protobuf::FieldMask
- value (::Google::Protobuf::FieldMask) — Optional. The list of fields to update.
- (::Google::Protobuf::FieldMask) — Optional. The list of fields to update.
#watchlist
def watchlist() -> ::Google::Cloud::Chronicle::V1::Watchlist
-
(::Google::Cloud::Chronicle::V1::Watchlist) — Required. The watchlist to update.
The watchlist's
name
field is used to identify the watchlist to update. Format:projects/{project}/locations/{location}/instances/{instance}/watchlists/{watchlist}
#watchlist=
def watchlist=(value) -> ::Google::Cloud::Chronicle::V1::Watchlist
-
value (::Google::Cloud::Chronicle::V1::Watchlist) — Required. The watchlist to update.
The watchlist's
name
field is used to identify the watchlist to update. Format:projects/{project}/locations/{location}/instances/{instance}/watchlists/{watchlist}
-
(::Google::Cloud::Chronicle::V1::Watchlist) — Required. The watchlist to update.
The watchlist's
name
field is used to identify the watchlist to update. Format:projects/{project}/locations/{location}/instances/{instance}/watchlists/{watchlist}