Reference documentation and code samples for the Chronicle V1 API class Google::Cloud::Chronicle::V1::ListWatchlistsResponse.
Response message for listing watchlists.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#next_page_token
def next_page_token() -> ::String
Returns
-
(::String) — Optional. A token, which can be sent as
page_token
to retrieve the next page. If this field is omitted, there are no subsequent pages.
#next_page_token=
def next_page_token=(value) -> ::String
Parameter
-
value (::String) — Optional. A token, which can be sent as
page_token
to retrieve the next page. If this field is omitted, there are no subsequent pages.
Returns
-
(::String) — Optional. A token, which can be sent as
page_token
to retrieve the next page. If this field is omitted, there are no subsequent pages.
#watchlists
def watchlists() -> ::Array<::Google::Cloud::Chronicle::V1::Watchlist>
Returns
- (::Array<::Google::Cloud::Chronicle::V1::Watchlist>) — Optional. The watchlists from the specified instance.
#watchlists=
def watchlists=(value) -> ::Array<::Google::Cloud::Chronicle::V1::Watchlist>
Parameter
- value (::Array<::Google::Cloud::Chronicle::V1::Watchlist>) — Optional. The watchlists from the specified instance.
Returns
- (::Array<::Google::Cloud::Chronicle::V1::Watchlist>) — Optional. The watchlists from the specified instance.