Skip to content

Commit

Permalink
chore(people): update the api
Browse files Browse the repository at this point in the history
#### people:v1

The following keys were changed:
- revision (Total Keys: 1)
- schemas.GroupClientData (Total Keys: 1)
  • Loading branch information
yoshi-automation committed Mar 3, 2021
1 parent 8fcbde0 commit 6e4c87a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 deletions docs/dyn/people_v1.contactGroups.html
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ <h3>Method Details</h3>
{ # The response for a specific contact group.
&quot;contactGroup&quot;: { # A contact group. # The contact group.
&quot;clientData&quot;: [ # The group&#x27;s client data.
{ # Arbitrary client data that is populated by clients. Duplicate keys and values are allowed. LINT.IfChange(GroupClientData)
{ # Arbitrary client data that is populated by clients. Duplicate keys and values are allowed.
&quot;key&quot;: &quot;A String&quot;, # The client specified key of the client data.
&quot;value&quot;: &quot;A String&quot;, # The client specified value of the client data.
},
Expand Down Expand Up @@ -175,7 +175,7 @@ <h3>Method Details</h3>
{ # A request to create a new contact group.
&quot;contactGroup&quot;: { # A contact group. # Required. The contact group to create.
&quot;clientData&quot;: [ # The group&#x27;s client data.
{ # Arbitrary client data that is populated by clients. Duplicate keys and values are allowed. LINT.IfChange(GroupClientData)
{ # Arbitrary client data that is populated by clients. Duplicate keys and values are allowed.
&quot;key&quot;: &quot;A String&quot;, # The client specified key of the client data.
&quot;value&quot;: &quot;A String&quot;, # The client specified value of the client data.
},
Expand Down Expand Up @@ -207,7 +207,7 @@ <h3>Method Details</h3>

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

{ # A contact group.
&quot;clientData&quot;: [ # The group&#x27;s client data.
{ # Arbitrary client data that is populated by clients. Duplicate keys and values are allowed. LINT.IfChange(GroupClientData)
{ # Arbitrary client data that is populated by clients. Duplicate keys and values are allowed.
&quot;key&quot;: &quot;A String&quot;, # The client specified key of the client data.
&quot;value&quot;: &quot;A String&quot;, # The client specified value of the client data.
},
Expand Down Expand Up @@ -307,7 +307,7 @@ <h3>Method Details</h3>
&quot;contactGroups&quot;: [ # The list of contact groups. Members of the contact groups are not populated.
{ # A contact group.
&quot;clientData&quot;: [ # The group&#x27;s client data.
{ # Arbitrary client data that is populated by clients. Duplicate keys and values are allowed. LINT.IfChange(GroupClientData)
{ # Arbitrary client data that is populated by clients. Duplicate keys and values are allowed.
&quot;key&quot;: &quot;A String&quot;, # The client specified key of the client data.
&quot;value&quot;: &quot;A String&quot;, # The client specified value of the client data.
},
Expand Down Expand Up @@ -359,7 +359,7 @@ <h3>Method Details</h3>
{ # A request to update an existing user contact group. All updated fields will be replaced.
&quot;contactGroup&quot;: { # A contact group. # Required. The contact group to update.
&quot;clientData&quot;: [ # The group&#x27;s client data.
{ # Arbitrary client data that is populated by clients. Duplicate keys and values are allowed. LINT.IfChange(GroupClientData)
{ # Arbitrary client data that is populated by clients. Duplicate keys and values are allowed.
&quot;key&quot;: &quot;A String&quot;, # The client specified key of the client data.
&quot;value&quot;: &quot;A String&quot;, # The client specified value of the client data.
},
Expand Down Expand Up @@ -392,7 +392,7 @@ <h3>Method Details</h3>

{ # A contact group.
&quot;clientData&quot;: [ # The group&#x27;s client data.
{ # Arbitrary client data that is populated by clients. Duplicate keys and values are allowed. LINT.IfChange(GroupClientData)
{ # Arbitrary client data that is populated by clients. Duplicate keys and values are allowed.
&quot;key&quot;: &quot;A String&quot;, # The client specified key of the client data.
&quot;value&quot;: &quot;A String&quot;, # The client specified value of the client data.
},
Expand Down
4 changes: 2 additions & 2 deletions googleapiclient/discovery_cache/documents/people.v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -1082,7 +1082,7 @@
}
}
},
"revision": "20210223",
"revision": "20210302",
"rootUrl": "https://people.googleapis.com/",
"schemas": {
"Address": {
Expand Down Expand Up @@ -1677,7 +1677,7 @@
"type": "object"
},
"GroupClientData": {
"description": "Arbitrary client data that is populated by clients. Duplicate keys and values are allowed. LINT.IfChange(GroupClientData)",
"description": "Arbitrary client data that is populated by clients. Duplicate keys and values are allowed.",
"id": "GroupClientData",
"properties": {
"key": {
Expand Down

0 comments on commit 6e4c87a

Please sign in to comment.