Class: Google::Cloud::Chronicle::V1::GetWatchlistRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/chronicle/v1/entity.rb

Overview

Request message for getting a watchlist.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. The parent, which owns this collection of watchlists. The name of the watchlist to retrieve. Format: projects/{project}/locations/{location}/instances/{instance}/watchlists/{watchlist}.

Returns:

  • (::String)

    Required. The parent, which owns this collection of watchlists. The name of the watchlist to retrieve. Format: projects/{project}/locations/{location}/instances/{instance}/watchlists/{watchlist}



107
108
109
110
# File 'proto_docs/google/cloud/chronicle/v1/entity.rb', line 107

class GetWatchlistRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end