Reference documentation and code samples for the Chronicle V1 API class Google::Cloud::Chronicle::V1::CreateWatchlistRequest.
Request message for creating watchlist.
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 watchlist will be created.
Format:
projects/{project}/locations/{location}/instances/{instance}
#parent=
def parent=(value) -> ::String
Parameter
-
value (::String) — Required. The parent resource where this watchlist will be created.
Format:
projects/{project}/locations/{location}/instances/{instance}
Returns
-
(::String) — Required. The parent resource where this watchlist will be created.
Format:
projects/{project}/locations/{location}/instances/{instance}
#watchlist
def watchlist() -> ::Google::Cloud::Chronicle::V1::Watchlist
Returns
- (::Google::Cloud::Chronicle::V1::Watchlist) — Required. The watchlist to create.
#watchlist=
def watchlist=(value) -> ::Google::Cloud::Chronicle::V1::Watchlist
Parameter
- value (::Google::Cloud::Chronicle::V1::Watchlist) — Required. The watchlist to create.
Returns
- (::Google::Cloud::Chronicle::V1::Watchlist) — Required. The watchlist to create.
#watchlist_id
def watchlist_id() -> ::String
Returns
-
(::String) — Optional. The ID to use for the watchlist,
which will become the final component of the watchlist's resource name.
This value should be 4-63 characters, and valid characters are /[a-z][0-9]-/.
#watchlist_id=
def watchlist_id=(value) -> ::String
Parameter
-
value (::String) — Optional. The ID to use for the watchlist,
which will become the final component of the watchlist's resource name.
This value should be 4-63 characters, and valid characters are /[a-z][0-9]-/.
Returns
-
(::String) — Optional. The ID to use for the watchlist,
which will become the final component of the watchlist's resource name.
This value should be 4-63 characters, and valid characters are /[a-z][0-9]-/.