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

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
Returns

#update_mask=

def update_mask=(value) -> ::Google::Protobuf::FieldMask
Parameter
Returns

#watchlist

def watchlist() -> ::Google::Cloud::Chronicle::V1::Watchlist
Returns
  • (::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
Parameter
  • 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}

Returns
  • (::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}