Skip to content

Commit 6e4c87a

Browse files
chore(people): update the api
#### people:v1 The following keys were changed: - revision (Total Keys: 1) - schemas.GroupClientData (Total Keys: 1)
1 parent 8fcbde0 commit 6e4c87a

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

docs/dyn/people_v1.contactGroups.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ <h3>Method Details</h3>
125125
{ # The response for a specific contact group.
126126
&quot;contactGroup&quot;: { # A contact group. # The contact group.
127127
&quot;clientData&quot;: [ # The group&#x27;s client data.
128-
{ # Arbitrary client data that is populated by clients. Duplicate keys and values are allowed. LINT.IfChange(GroupClientData)
128+
{ # Arbitrary client data that is populated by clients. Duplicate keys and values are allowed.
129129
&quot;key&quot;: &quot;A String&quot;, # The client specified key of the client data.
130130
&quot;value&quot;: &quot;A String&quot;, # The client specified value of the client data.
131131
},
@@ -175,7 +175,7 @@ <h3>Method Details</h3>
175175
{ # A request to create a new contact group.
176176
&quot;contactGroup&quot;: { # A contact group. # Required. The contact group to create.
177177
&quot;clientData&quot;: [ # The group&#x27;s client data.
178-
{ # Arbitrary client data that is populated by clients. Duplicate keys and values are allowed. LINT.IfChange(GroupClientData)
178+
{ # Arbitrary client data that is populated by clients. Duplicate keys and values are allowed.
179179
&quot;key&quot;: &quot;A String&quot;, # The client specified key of the client data.
180180
&quot;value&quot;: &quot;A String&quot;, # The client specified value of the client data.
181181
},
@@ -207,7 +207,7 @@ <h3>Method Details</h3>
207207

208208
{ # A contact group.
209209
&quot;clientData&quot;: [ # The group&#x27;s client data.
210-
{ # Arbitrary client data that is populated by clients. Duplicate keys and values are allowed. LINT.IfChange(GroupClientData)
210+
{ # Arbitrary client data that is populated by clients. Duplicate keys and values are allowed.
211211
&quot;key&quot;: &quot;A String&quot;, # The client specified key of the client data.
212212
&quot;value&quot;: &quot;A String&quot;, # The client specified value of the client data.
213213
},
@@ -265,7 +265,7 @@ <h3>Method Details</h3>
265265

266266
{ # A contact group.
267267
&quot;clientData&quot;: [ # The group&#x27;s client data.
268-
{ # Arbitrary client data that is populated by clients. Duplicate keys and values are allowed. LINT.IfChange(GroupClientData)
268+
{ # Arbitrary client data that is populated by clients. Duplicate keys and values are allowed.
269269
&quot;key&quot;: &quot;A String&quot;, # The client specified key of the client data.
270270
&quot;value&quot;: &quot;A String&quot;, # The client specified value of the client data.
271271
},
@@ -307,7 +307,7 @@ <h3>Method Details</h3>
307307
&quot;contactGroups&quot;: [ # The list of contact groups. Members of the contact groups are not populated.
308308
{ # A contact group.
309309
&quot;clientData&quot;: [ # The group&#x27;s client data.
310-
{ # Arbitrary client data that is populated by clients. Duplicate keys and values are allowed. LINT.IfChange(GroupClientData)
310+
{ # Arbitrary client data that is populated by clients. Duplicate keys and values are allowed.
311311
&quot;key&quot;: &quot;A String&quot;, # The client specified key of the client data.
312312
&quot;value&quot;: &quot;A String&quot;, # The client specified value of the client data.
313313
},
@@ -359,7 +359,7 @@ <h3>Method Details</h3>
359359
{ # A request to update an existing user contact group. All updated fields will be replaced.
360360
&quot;contactGroup&quot;: { # A contact group. # Required. The contact group to update.
361361
&quot;clientData&quot;: [ # The group&#x27;s client data.
362-
{ # Arbitrary client data that is populated by clients. Duplicate keys and values are allowed. LINT.IfChange(GroupClientData)
362+
{ # Arbitrary client data that is populated by clients. Duplicate keys and values are allowed.
363363
&quot;key&quot;: &quot;A String&quot;, # The client specified key of the client data.
364364
&quot;value&quot;: &quot;A String&quot;, # The client specified value of the client data.
365365
},
@@ -392,7 +392,7 @@ <h3>Method Details</h3>
392392

393393
{ # A contact group.
394394
&quot;clientData&quot;: [ # The group&#x27;s client data.
395-
{ # Arbitrary client data that is populated by clients. Duplicate keys and values are allowed. LINT.IfChange(GroupClientData)
395+
{ # Arbitrary client data that is populated by clients. Duplicate keys and values are allowed.
396396
&quot;key&quot;: &quot;A String&quot;, # The client specified key of the client data.
397397
&quot;value&quot;: &quot;A String&quot;, # The client specified value of the client data.
398398
},

googleapiclient/discovery_cache/documents/people.v1.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1082,7 +1082,7 @@
10821082
}
10831083
}
10841084
},
1085-
"revision": "20210223",
1085+
"revision": "20210302",
10861086
"rootUrl": "https://people.googleapis.com/",
10871087
"schemas": {
10881088
"Address": {
@@ -1677,7 +1677,7 @@
16771677
"type": "object"
16781678
},
16791679
"GroupClientData": {
1680-
"description": "Arbitrary client data that is populated by clients. Duplicate keys and values are allowed. LINT.IfChange(GroupClientData)",
1680+
"description": "Arbitrary client data that is populated by clients. Duplicate keys and values are allowed.",
16811681
"id": "GroupClientData",
16821682
"properties": {
16831683
"key": {

0 commit comments

Comments
 (0)