Class: Google::Apis::CloudmonitoringV2beta2::ListTimeseriesDescriptorsRequest
- Inherits:
-
Object
- Object
- Google::Apis::CloudmonitoringV2beta2::ListTimeseriesDescriptorsRequest
- Defined in:
- generated/google/apis/cloudmonitoring_v2beta2/classes.rb,
generated/google/apis/cloudmonitoring_v2beta2/representations.rb,
generated/google/apis/cloudmonitoring_v2beta2/representations.rb
Overview
The request of cloudmonitoring.timeseriesDescriptors.list
Instance Attribute Summary collapse
-
#kind ⇒ String
Identifies what kind of resource this is.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ListTimeseriesDescriptorsRequest
constructor
A new instance of ListTimeseriesDescriptorsRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Google::Apis::Core::JsonObjectSupport
Methods included from Google::Apis::Core::Hashable
Constructor Details
#initialize(**args) ⇒ ListTimeseriesDescriptorsRequest
Returns a new instance of ListTimeseriesDescriptorsRequest.
109 110 111 |
# File 'generated/google/apis/cloudmonitoring_v2beta2/classes.rb', line 109 def initialize(**args) update!(**args) end |
Instance Attribute Details
#kind ⇒ String
Identifies what kind of resource this is. Value: the fixed string "
cloudmonitoring#listTimeseriesDescriptorsRequest".
Corresponds to the JSON property kind
107 108 109 |
# File 'generated/google/apis/cloudmonitoring_v2beta2/classes.rb', line 107 def kind @kind end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
114 115 116 |
# File 'generated/google/apis/cloudmonitoring_v2beta2/classes.rb', line 114 def update!(**args) @kind = args[:kind] if args.key?(:kind) end |