lib/google/cloud/monitoring/v3/doc/google/api/monitored_resource.rb in google-cloud-monitoring-0.29.4 vs lib/google/cloud/monitoring/v3/doc/google/api/monitored_resource.rb in google-cloud-monitoring-0.29.5
- old
+ new
@@ -50,9 +50,12 @@
# @!attribute [rw] labels
# @return [Array<Google::Api::LabelDescriptor>]
# Required. A set of labels used to describe instances of this monitored
# resource type. For example, an individual Google Cloud SQL database is
# identified by values for the labels `"database_id"` and `"zone"`.
+ # @!attribute [rw] launch_stage
+ # @return [Google::Api::LaunchStage]
+ # Optional. The launch stage of the monitored resource definition.
class MonitoredResourceDescriptor; end
# An object representing a resource that can be used for monitoring, logging,
# billing, or other purposes. Examples include virtual machine instances,
# databases, and storage devices such as disks. The `type` field identifies a
\ No newline at end of file