lib/google/cloud/monitoring/v3/doc/google/monitoring/v3/group.rb in google-cloud-monitoring-0.29.0 vs lib/google/cloud/monitoring/v3/doc/google/monitoring/v3/group.rb in google-cloud-monitoring-0.29.1
- old
+ new
@@ -10,10 +10,11 @@
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
+
module Google
module Monitoring
module V3
# The description of a dynamic collection of monitored resources. Each group
# has a filter that is matched against monitored resources and their associated
@@ -42,20 +43,20 @@
# depending on what resources exist and what filters are associated with the
# group and its ancestors.
# @!attribute [rw] name
# @return [String]
# Output only. The name of this group. The format is
- # +"projects/{project_id_or_number}/groups/{group_id}"+.
+ # +"projects/\\{project_id_or_number}/groups/\\{group_id}"+.
# When creating a group, this field is ignored and a new name is created
# consisting of the project specified in the call to +CreateGroup+
- # and a unique +{group_id}+ that is generated automatically.
+ # and a unique +\\{group_id}+ that is generated automatically.
# @!attribute [rw] display_name
# @return [String]
# A user-assigned name for this group, used only for display purposes.
# @!attribute [rw] parent_name
# @return [String]
# The name of the group's parent, if it has one.
- # The format is +"projects/{project_id_or_number}/groups/{group_id}"+.
+ # The format is +"projects/\\{project_id_or_number}/groups/\\{group_id}"+.
# For groups with no parent, +parentName+ is the empty string, +""+.
# @!attribute [rw] filter
# @return [String]
# The filter used to determine which monitored resources belong to this group.
# @!attribute [rw] is_cluster
\ No newline at end of file