blob: 271734148bf49a3f34d0893493b0923620f79dfa [file] [log] [blame]
Jon Wayne Parrott0a471d32016-05-19 10:54:38 -07001<html><body>
2<style>
3
4body, h1, h2, h3, div, span, p, pre, a {
5 margin: 0;
6 padding: 0;
7 border: 0;
8 font-weight: inherit;
9 font-style: inherit;
10 font-size: 100%;
11 font-family: inherit;
12 vertical-align: baseline;
13}
14
15body {
16 font-size: 13px;
17 padding: 1em;
18}
19
20h1 {
21 font-size: 26px;
22 margin-bottom: 1em;
23}
24
25h2 {
26 font-size: 24px;
27 margin-bottom: 1em;
28}
29
30h3 {
31 font-size: 20px;
32 margin-bottom: 1em;
33 margin-top: 1em;
34}
35
36pre, code {
37 line-height: 1.5;
38 font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
39}
40
41pre {
42 margin-top: 0.5em;
43}
44
45h1, h2, h3, p {
46 font-family: Arial, sans serif;
47}
48
49h1, h2, h3 {
50 border-bottom: solid #CCC 1px;
51}
52
53.toc_element {
54 margin-top: 0.5em;
55}
56
57.firstline {
58 margin-left: 2 em;
59}
60
61.method {
62 margin-top: 1em;
63 border: solid 1px #CCC;
64 padding: 1em;
65 background: #EEE;
66}
67
68.details {
69 font-weight: bold;
70 font-size: 14px;
71}
72
73</style>
74
Dan O'Mearadd494642020-05-01 07:42:23 -070075<h1><a href="monitoring_v3.html">Cloud Monitoring API</a> . <a href="monitoring_v3.projects.html">projects</a> . <a href="monitoring_v3.projects.groups.html">groups</a></h1>
Jon Wayne Parrott0a471d32016-05-19 10:54:38 -070076<h2>Instance Methods</h2>
77<p class="toc_element">
78 <code><a href="monitoring_v3.projects.groups.members.html">members()</a></code>
79</p>
80<p class="firstline">Returns the members Resource.</p>
81
82<p class="toc_element">
Dmitry Frenkel3e17f892020-10-06 16:46:05 -070083 <code><a href="#close">close()</a></code></p>
84<p class="firstline">Close httplib2 connections.</p>
85<p class="toc_element">
Dan O'Mearadd494642020-05-01 07:42:23 -070086 <code><a href="#create">create(name, body=None, validateOnly=None, x__xgafv=None)</a></code></p>
Jon Wayne Parrott0a471d32016-05-19 10:54:38 -070087<p class="firstline">Creates a new group.</p>
88<p class="toc_element">
Bu Sun Kim715bd7f2019-06-14 16:50:42 -070089 <code><a href="#delete">delete(name, recursive=None, x__xgafv=None)</a></code></p>
Jon Wayne Parrott0a471d32016-05-19 10:54:38 -070090<p class="firstline">Deletes an existing group.</p>
91<p class="toc_element">
92 <code><a href="#get">get(name, x__xgafv=None)</a></code></p>
93<p class="firstline">Gets a single group.</p>
94<p class="toc_element">
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -080095 <code><a href="#list">list(name, ancestorsOfGroup=None, childrenOfGroup=None, descendantsOfGroup=None, pageSize=None, pageToken=None, x__xgafv=None)</a></code></p>
Jon Wayne Parrott0a471d32016-05-19 10:54:38 -070096<p class="firstline">Lists the existing groups.</p>
97<p class="toc_element">
98 <code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
99<p class="firstline">Retrieves the next page of results.</p>
100<p class="toc_element">
Dan O'Mearadd494642020-05-01 07:42:23 -0700101 <code><a href="#update">update(name, body=None, validateOnly=None, x__xgafv=None)</a></code></p>
Sai Cheemalapatiea3a5e12016-10-12 14:05:53 -0700102<p class="firstline">Updates an existing group. You can change any group attributes except name.</p>
Jon Wayne Parrott0a471d32016-05-19 10:54:38 -0700103<h3>Method Details</h3>
104<div class="method">
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700105 <code class="details" id="close">close()</code>
106 <pre>Close httplib2 connections.</pre>
107</div>
108
109<div class="method">
Dan O'Mearadd494642020-05-01 07:42:23 -0700110 <code class="details" id="create">create(name, body=None, validateOnly=None, x__xgafv=None)</code>
Jon Wayne Parrott0a471d32016-05-19 10:54:38 -0700111 <pre>Creates a new group.
112
113Args:
Anthonios Partheniou10f4b672021-04-13 14:47:53 -0400114 name: string, Required. The project (https://cloud.google.com/monitoring/api/v3#project_name) in which to create the group. The format is: projects/[PROJECT_ID_OR_NUMBER] (required)
Dan O'Mearadd494642020-05-01 07:42:23 -0700115 body: object, The request body.
Jon Wayne Parrott0a471d32016-05-19 10:54:38 -0700116 The object takes the form of:
117
Bu Sun Kim65020912020-05-20 12:08:20 -0700118{ # The description of a dynamic collection of monitored resources. Each group has a filter that is matched against monitored resources and their associated metadata. If a group&#x27;s filter matches an available monitored resource, then that resource is a member of that group. Groups can contain any number of monitored resources, and each monitored resource can be a member of any number of groups.Groups can be nested in parent-child hierarchies. The parentName field identifies an optional parent for each group. If a group has a parent, then the only monitored resources available to be matched by the group&#x27;s filter are the resources contained in the parent group. In other words, a group contains the monitored resources that match its filter and the filters of all the group&#x27;s ancestors. A group without a parent can contain any monitored resource.For example, consider an infrastructure running a set of instances with two user-defined tags: &quot;environment&quot; and &quot;role&quot;. A parent group has a filter, environment=&quot;production&quot;. A child of that parent group has a filter, role=&quot;transcoder&quot;. The parent group contains all instances in the production environment, regardless of their roles. The child group contains instances that have the transcoder role and are in the production environment.The monitored resources contained in a group can change at any moment, depending on what resources exist and what filters are associated with the group and its ancestors.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800119 &quot;displayName&quot;: &quot;A String&quot;, # A user-assigned name for this group, used only for display purposes.
120 &quot;filter&quot;: &quot;A String&quot;, # The filter used to determine which monitored resources belong to this group.
121 &quot;isCluster&quot;: True or False, # If true, the members of this group are considered to be a cluster. The system can perform additional analysis on groups that are clusters.
122 &quot;name&quot;: &quot;A String&quot;, # Output only. The name of this group. The format is: 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.
123 &quot;parentName&quot;: &quot;A String&quot;, # The name of the group&#x27;s parent, if it has one. The format is: projects/[PROJECT_ID_OR_NUMBER]/groups/[GROUP_ID] For groups with no parent, parent_name is the empty string, &quot;&quot;.
124}
Jon Wayne Parrott0a471d32016-05-19 10:54:38 -0700125
126 validateOnly: boolean, If true, validate this request but do not create the group.
127 x__xgafv: string, V1 error format.
Sai Cheemalapatiea3a5e12016-10-12 14:05:53 -0700128 Allowed values
129 1 - v1 error format
130 2 - v2 error format
Jon Wayne Parrott0a471d32016-05-19 10:54:38 -0700131
132Returns:
133 An object of the form:
134
Bu Sun Kim65020912020-05-20 12:08:20 -0700135 { # The description of a dynamic collection of monitored resources. Each group has a filter that is matched against monitored resources and their associated metadata. If a group&#x27;s filter matches an available monitored resource, then that resource is a member of that group. Groups can contain any number of monitored resources, and each monitored resource can be a member of any number of groups.Groups can be nested in parent-child hierarchies. The parentName field identifies an optional parent for each group. If a group has a parent, then the only monitored resources available to be matched by the group&#x27;s filter are the resources contained in the parent group. In other words, a group contains the monitored resources that match its filter and the filters of all the group&#x27;s ancestors. A group without a parent can contain any monitored resource.For example, consider an infrastructure running a set of instances with two user-defined tags: &quot;environment&quot; and &quot;role&quot;. A parent group has a filter, environment=&quot;production&quot;. A child of that parent group has a filter, role=&quot;transcoder&quot;. The parent group contains all instances in the production environment, regardless of their roles. The child group contains instances that have the transcoder role and are in the production environment.The monitored resources contained in a group can change at any moment, depending on what resources exist and what filters are associated with the group and its ancestors.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800136 &quot;displayName&quot;: &quot;A String&quot;, # A user-assigned name for this group, used only for display purposes.
137 &quot;filter&quot;: &quot;A String&quot;, # The filter used to determine which monitored resources belong to this group.
138 &quot;isCluster&quot;: True or False, # If true, the members of this group are considered to be a cluster. The system can perform additional analysis on groups that are clusters.
139 &quot;name&quot;: &quot;A String&quot;, # Output only. The name of this group. The format is: 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.
140 &quot;parentName&quot;: &quot;A String&quot;, # The name of the group&#x27;s parent, if it has one. The format is: projects/[PROJECT_ID_OR_NUMBER]/groups/[GROUP_ID] For groups with no parent, parent_name is the empty string, &quot;&quot;.
141}</pre>
Jon Wayne Parrott0a471d32016-05-19 10:54:38 -0700142</div>
143
144<div class="method">
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700145 <code class="details" id="delete">delete(name, recursive=None, x__xgafv=None)</code>
Jon Wayne Parrott0a471d32016-05-19 10:54:38 -0700146 <pre>Deletes an existing group.
147
148Args:
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700149 name: string, Required. The group to delete. The format is: projects/[PROJECT_ID_OR_NUMBER]/groups/[GROUP_ID] (required)
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700150 recursive: boolean, If this field is true, then the request means to delete a group with all its descendants. Otherwise, the request means to delete a group only when it has no descendants. The default value is false.
Jon Wayne Parrott0a471d32016-05-19 10:54:38 -0700151 x__xgafv: string, V1 error format.
Sai Cheemalapatiea3a5e12016-10-12 14:05:53 -0700152 Allowed values
153 1 - v1 error format
154 2 - v2 error format
Jon Wayne Parrott0a471d32016-05-19 10:54:38 -0700155
156Returns:
157 An object of the form:
158
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700159 { # A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); } The JSON representation for Empty is empty JSON object {}.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800160}</pre>
Jon Wayne Parrott0a471d32016-05-19 10:54:38 -0700161</div>
162
163<div class="method">
164 <code class="details" id="get">get(name, x__xgafv=None)</code>
165 <pre>Gets a single group.
166
167Args:
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700168 name: string, Required. The group to retrieve. The format is: projects/[PROJECT_ID_OR_NUMBER]/groups/[GROUP_ID] (required)
Jon Wayne Parrott0a471d32016-05-19 10:54:38 -0700169 x__xgafv: string, V1 error format.
Sai Cheemalapatiea3a5e12016-10-12 14:05:53 -0700170 Allowed values
171 1 - v1 error format
172 2 - v2 error format
Jon Wayne Parrott0a471d32016-05-19 10:54:38 -0700173
174Returns:
175 An object of the form:
176
Bu Sun Kim65020912020-05-20 12:08:20 -0700177 { # The description of a dynamic collection of monitored resources. Each group has a filter that is matched against monitored resources and their associated metadata. If a group&#x27;s filter matches an available monitored resource, then that resource is a member of that group. Groups can contain any number of monitored resources, and each monitored resource can be a member of any number of groups.Groups can be nested in parent-child hierarchies. The parentName field identifies an optional parent for each group. If a group has a parent, then the only monitored resources available to be matched by the group&#x27;s filter are the resources contained in the parent group. In other words, a group contains the monitored resources that match its filter and the filters of all the group&#x27;s ancestors. A group without a parent can contain any monitored resource.For example, consider an infrastructure running a set of instances with two user-defined tags: &quot;environment&quot; and &quot;role&quot;. A parent group has a filter, environment=&quot;production&quot;. A child of that parent group has a filter, role=&quot;transcoder&quot;. The parent group contains all instances in the production environment, regardless of their roles. The child group contains instances that have the transcoder role and are in the production environment.The monitored resources contained in a group can change at any moment, depending on what resources exist and what filters are associated with the group and its ancestors.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800178 &quot;displayName&quot;: &quot;A String&quot;, # A user-assigned name for this group, used only for display purposes.
179 &quot;filter&quot;: &quot;A String&quot;, # The filter used to determine which monitored resources belong to this group.
180 &quot;isCluster&quot;: True or False, # If true, the members of this group are considered to be a cluster. The system can perform additional analysis on groups that are clusters.
181 &quot;name&quot;: &quot;A String&quot;, # Output only. The name of this group. The format is: 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.
182 &quot;parentName&quot;: &quot;A String&quot;, # The name of the group&#x27;s parent, if it has one. The format is: projects/[PROJECT_ID_OR_NUMBER]/groups/[GROUP_ID] For groups with no parent, parent_name is the empty string, &quot;&quot;.
183}</pre>
Jon Wayne Parrott0a471d32016-05-19 10:54:38 -0700184</div>
185
186<div class="method">
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800187 <code class="details" id="list">list(name, ancestorsOfGroup=None, childrenOfGroup=None, descendantsOfGroup=None, pageSize=None, pageToken=None, x__xgafv=None)</code>
Jon Wayne Parrott0a471d32016-05-19 10:54:38 -0700188 <pre>Lists the existing groups.
189
190Args:
Anthonios Partheniou10f4b672021-04-13 14:47:53 -0400191 name: string, Required. The project (https://cloud.google.com/monitoring/api/v3#project_name) whose groups are to be listed. The format is: projects/[PROJECT_ID_OR_NUMBER] (required)
Yoshi Automation Bot0bf565c2020-12-09 08:56:03 -0800192 ancestorsOfGroup: string, A group name. The format is: projects/[PROJECT_ID_OR_NUMBER]/groups/[GROUP_ID] Returns groups that are ancestors of the specified group. The groups are returned in order, starting with the immediate parent and ending with the most distant ancestor. If the specified group has no immediate parent, the results are empty.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800193 childrenOfGroup: string, A group name. The format is: projects/[PROJECT_ID_OR_NUMBER]/groups/[GROUP_ID] Returns groups whose parent_name field contains the group name. If no groups have this parent, the results are empty.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800194 descendantsOfGroup: string, A group name. The format is: projects/[PROJECT_ID_OR_NUMBER]/groups/[GROUP_ID] Returns the descendants of the specified group. This is a superset of the results returned by the children_of_group filter, and includes children-of-children, and so forth.
195 pageSize: integer, A positive number that is the maximum number of results to return.
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700196 pageToken: string, If this field is not empty then it must contain the next_page_token value returned by a previous call to this method. Using this field causes the method to return additional results from the previous method call.
Jon Wayne Parrott0a471d32016-05-19 10:54:38 -0700197 x__xgafv: string, V1 error format.
Sai Cheemalapatiea3a5e12016-10-12 14:05:53 -0700198 Allowed values
199 1 - v1 error format
200 2 - v2 error format
Jon Wayne Parrott0a471d32016-05-19 10:54:38 -0700201
202Returns:
203 An object of the form:
204
Sai Cheemalapatiea3a5e12016-10-12 14:05:53 -0700205 { # The ListGroups response.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800206 &quot;group&quot;: [ # The groups that match the specified filters.
207 { # The description of a dynamic collection of monitored resources. Each group has a filter that is matched against monitored resources and their associated metadata. If a group&#x27;s filter matches an available monitored resource, then that resource is a member of that group. Groups can contain any number of monitored resources, and each monitored resource can be a member of any number of groups.Groups can be nested in parent-child hierarchies. The parentName field identifies an optional parent for each group. If a group has a parent, then the only monitored resources available to be matched by the group&#x27;s filter are the resources contained in the parent group. In other words, a group contains the monitored resources that match its filter and the filters of all the group&#x27;s ancestors. A group without a parent can contain any monitored resource.For example, consider an infrastructure running a set of instances with two user-defined tags: &quot;environment&quot; and &quot;role&quot;. A parent group has a filter, environment=&quot;production&quot;. A child of that parent group has a filter, role=&quot;transcoder&quot;. The parent group contains all instances in the production environment, regardless of their roles. The child group contains instances that have the transcoder role and are in the production environment.The monitored resources contained in a group can change at any moment, depending on what resources exist and what filters are associated with the group and its ancestors.
208 &quot;displayName&quot;: &quot;A String&quot;, # A user-assigned name for this group, used only for display purposes.
209 &quot;filter&quot;: &quot;A String&quot;, # The filter used to determine which monitored resources belong to this group.
210 &quot;isCluster&quot;: True or False, # If true, the members of this group are considered to be a cluster. The system can perform additional analysis on groups that are clusters.
211 &quot;name&quot;: &quot;A String&quot;, # Output only. The name of this group. The format is: 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.
212 &quot;parentName&quot;: &quot;A String&quot;, # The name of the group&#x27;s parent, if it has one. The format is: projects/[PROJECT_ID_OR_NUMBER]/groups/[GROUP_ID] For groups with no parent, parent_name is the empty string, &quot;&quot;.
213 },
214 ],
215 &quot;nextPageToken&quot;: &quot;A String&quot;, # If there are more results than have been returned, then this field is set to a non-empty value. To see the additional results, use that value as page_token in the next call to this method.
216}</pre>
Jon Wayne Parrott0a471d32016-05-19 10:54:38 -0700217</div>
218
219<div class="method">
220 <code class="details" id="list_next">list_next(previous_request, previous_response)</code>
221 <pre>Retrieves the next page of results.
222
223Args:
224 previous_request: The request for the previous page. (required)
225 previous_response: The response from the request for the previous page. (required)
226
227Returns:
Bu Sun Kim65020912020-05-20 12:08:20 -0700228 A request object that you can call &#x27;execute()&#x27; on to request the next
Jon Wayne Parrott0a471d32016-05-19 10:54:38 -0700229 page. Returns None if there are no more items in the collection.
230 </pre>
231</div>
232
233<div class="method">
Dan O'Mearadd494642020-05-01 07:42:23 -0700234 <code class="details" id="update">update(name, body=None, validateOnly=None, x__xgafv=None)</code>
Sai Cheemalapatiea3a5e12016-10-12 14:05:53 -0700235 <pre>Updates an existing group. You can change any group attributes except name.
Jon Wayne Parrott0a471d32016-05-19 10:54:38 -0700236
237Args:
Dmitry Frenkel3e17f892020-10-06 16:46:05 -0700238 name: string, Output only. The name of this group. The format is: 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. (required)
Dan O'Mearadd494642020-05-01 07:42:23 -0700239 body: object, The request body.
Jon Wayne Parrott0a471d32016-05-19 10:54:38 -0700240 The object takes the form of:
241
Bu Sun Kim65020912020-05-20 12:08:20 -0700242{ # The description of a dynamic collection of monitored resources. Each group has a filter that is matched against monitored resources and their associated metadata. If a group&#x27;s filter matches an available monitored resource, then that resource is a member of that group. Groups can contain any number of monitored resources, and each monitored resource can be a member of any number of groups.Groups can be nested in parent-child hierarchies. The parentName field identifies an optional parent for each group. If a group has a parent, then the only monitored resources available to be matched by the group&#x27;s filter are the resources contained in the parent group. In other words, a group contains the monitored resources that match its filter and the filters of all the group&#x27;s ancestors. A group without a parent can contain any monitored resource.For example, consider an infrastructure running a set of instances with two user-defined tags: &quot;environment&quot; and &quot;role&quot;. A parent group has a filter, environment=&quot;production&quot;. A child of that parent group has a filter, role=&quot;transcoder&quot;. The parent group contains all instances in the production environment, regardless of their roles. The child group contains instances that have the transcoder role and are in the production environment.The monitored resources contained in a group can change at any moment, depending on what resources exist and what filters are associated with the group and its ancestors.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800243 &quot;displayName&quot;: &quot;A String&quot;, # A user-assigned name for this group, used only for display purposes.
244 &quot;filter&quot;: &quot;A String&quot;, # The filter used to determine which monitored resources belong to this group.
245 &quot;isCluster&quot;: True or False, # If true, the members of this group are considered to be a cluster. The system can perform additional analysis on groups that are clusters.
246 &quot;name&quot;: &quot;A String&quot;, # Output only. The name of this group. The format is: 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.
247 &quot;parentName&quot;: &quot;A String&quot;, # The name of the group&#x27;s parent, if it has one. The format is: projects/[PROJECT_ID_OR_NUMBER]/groups/[GROUP_ID] For groups with no parent, parent_name is the empty string, &quot;&quot;.
248}
Jon Wayne Parrott0a471d32016-05-19 10:54:38 -0700249
250 validateOnly: boolean, If true, validate this request but do not update the existing group.
251 x__xgafv: string, V1 error format.
Sai Cheemalapatiea3a5e12016-10-12 14:05:53 -0700252 Allowed values
253 1 - v1 error format
254 2 - v2 error format
Jon Wayne Parrott0a471d32016-05-19 10:54:38 -0700255
256Returns:
257 An object of the form:
258
Bu Sun Kim65020912020-05-20 12:08:20 -0700259 { # The description of a dynamic collection of monitored resources. Each group has a filter that is matched against monitored resources and their associated metadata. If a group&#x27;s filter matches an available monitored resource, then that resource is a member of that group. Groups can contain any number of monitored resources, and each monitored resource can be a member of any number of groups.Groups can be nested in parent-child hierarchies. The parentName field identifies an optional parent for each group. If a group has a parent, then the only monitored resources available to be matched by the group&#x27;s filter are the resources contained in the parent group. In other words, a group contains the monitored resources that match its filter and the filters of all the group&#x27;s ancestors. A group without a parent can contain any monitored resource.For example, consider an infrastructure running a set of instances with two user-defined tags: &quot;environment&quot; and &quot;role&quot;. A parent group has a filter, environment=&quot;production&quot;. A child of that parent group has a filter, role=&quot;transcoder&quot;. The parent group contains all instances in the production environment, regardless of their roles. The child group contains instances that have the transcoder role and are in the production environment.The monitored resources contained in a group can change at any moment, depending on what resources exist and what filters are associated with the group and its ancestors.
Yoshi Automation Botcc94ec82021-01-15 07:10:04 -0800260 &quot;displayName&quot;: &quot;A String&quot;, # A user-assigned name for this group, used only for display purposes.
261 &quot;filter&quot;: &quot;A String&quot;, # The filter used to determine which monitored resources belong to this group.
262 &quot;isCluster&quot;: True or False, # If true, the members of this group are considered to be a cluster. The system can perform additional analysis on groups that are clusters.
263 &quot;name&quot;: &quot;A String&quot;, # Output only. The name of this group. The format is: 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.
264 &quot;parentName&quot;: &quot;A String&quot;, # The name of the group&#x27;s parent, if it has one. The format is: projects/[PROJECT_ID_OR_NUMBER]/groups/[GROUP_ID] For groups with no parent, parent_name is the empty string, &quot;&quot;.
265}</pre>
Jon Wayne Parrott0a471d32016-05-19 10:54:38 -0700266</div>
267
268</body></html>