Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit cfd9ceb

Browse files
committedJun 27, 2023
feat(people): update the api
#### people:v1 The following keys were added: - schemas.Birthday.properties.text.deprecated (Total Keys: 1) - schemas.BraggingRights.deprecated (Total Keys: 1) - schemas.ContactGroupMembership.properties.contactGroupId.deprecated (Total Keys: 1) - schemas.ListConnectionsResponse.properties.totalPeople.deprecated (Total Keys: 1) - schemas.Person.properties.ageRange.deprecated (Total Keys: 1) - schemas.Person.properties.braggingRights.deprecated (Total Keys: 1) - schemas.Person.properties.relationshipInterests.deprecated (Total Keys: 1) - schemas.Person.properties.relationshipStatuses.deprecated (Total Keys: 1) - schemas.Person.properties.residences.deprecated (Total Keys: 1) - schemas.Person.properties.taglines.deprecated (Total Keys: 1) - schemas.PersonMetadata.properties.objectType.deprecated (Total Keys: 1) - schemas.PersonResponse.properties.httpStatusCode.deprecated (Total Keys: 1) - schemas.RelationshipInterest.deprecated (Total Keys: 1) - schemas.RelationshipStatus.deprecated (Total Keys: 1) - schemas.Residence.deprecated (Total Keys: 1) - schemas.Tagline.deprecated (Total Keys: 1)
1 parent a2038b3 commit cfd9ceb

File tree

1 file changed

+26
-1
lines changed

1 file changed

+26
-1
lines changed
 

‎googleapiclient/discovery_cache/documents/people.v1.json

+26-1
Original file line numberDiff line numberDiff line change
@@ -1172,7 +1172,7 @@
11721172
}
11731173
}
11741174
},
1175-
"revision": "20230616",
1175+
"revision": "20230621",
11761176
"rootUrl": "https://people.googleapis.com/",
11771177
"schemas": {
11781178
"Address": {
@@ -1437,13 +1437,15 @@
14371437
"description": "Metadata about the birthday."
14381438
},
14391439
"text": {
1440+
"deprecated": true,
14401441
"description": "Prefer to use the `date` field if set. A free-form string representing the user's birthday. This value is not validated.",
14411442
"type": "string"
14421443
}
14431444
},
14441445
"type": "object"
14451446
},
14461447
"BraggingRights": {
1448+
"deprecated": true,
14471449
"description": "**DEPRECATED**: No data will be returned A person's bragging rights.",
14481450
"id": "BraggingRights",
14491451
"properties": {
@@ -1571,6 +1573,7 @@
15711573
"id": "ContactGroupMembership",
15721574
"properties": {
15731575
"contactGroupId": {
1576+
"deprecated": true,
15741577
"description": "Output only. The contact group ID for the contact group membership.",
15751578
"readOnly": true,
15761579
"type": "string"
@@ -1993,6 +1996,7 @@
19931996
"type": "integer"
19941997
},
19951998
"totalPeople": {
1999+
"deprecated": true,
19962000
"description": "**DEPRECATED** (Please use totalItems) The total number of people in the list without pagination.",
19972001
"format": "int32",
19982002
"type": "integer"
@@ -2332,6 +2336,15 @@
23322336
"ALTERNATE_NAME",
23332337
"SHORT_NAME"
23342338
],
2339+
"enumDeprecated": [
2340+
false,
2341+
true,
2342+
true,
2343+
true,
2344+
true,
2345+
false,
2346+
true
2347+
],
23352348
"enumDescriptions": [
23362349
"Generic nickname.",
23372350
"Maiden name or birth family name. Used when the person's family name has changed as a result of marriage.",
@@ -2450,6 +2463,7 @@
24502463
"type": "array"
24512464
},
24522465
"ageRange": {
2466+
"deprecated": true,
24532467
"description": "Output only. **DEPRECATED** (Please use `person.ageRanges` instead) The person's age range.",
24542468
"enum": [
24552469
"AGE_RANGE_UNSPECIFIED",
@@ -2489,6 +2503,7 @@
24892503
"type": "array"
24902504
},
24912505
"braggingRights": {
2506+
"deprecated": true,
24922507
"description": "**DEPRECATED**: No data will be returned The person's bragging rights.",
24932508
"items": {
24942509
"$ref": "BraggingRights"
@@ -2654,6 +2669,7 @@
26542669
"type": "array"
26552670
},
26562671
"relationshipInterests": {
2672+
"deprecated": true,
26572673
"description": "Output only. **DEPRECATED**: No data will be returned The person's relationship interests.",
26582674
"items": {
26592675
"$ref": "RelationshipInterest"
@@ -2662,6 +2678,7 @@
26622678
"type": "array"
26632679
},
26642680
"relationshipStatuses": {
2681+
"deprecated": true,
26652682
"description": "Output only. **DEPRECATED**: No data will be returned The person's relationship statuses.",
26662683
"items": {
26672684
"$ref": "RelationshipStatus"
@@ -2670,6 +2687,7 @@
26702687
"type": "array"
26712688
},
26722689
"residences": {
2690+
"deprecated": true,
26732691
"description": "**DEPRECATED**: (Please use `person.locations` instead) The person's residences.",
26742692
"items": {
26752693
"$ref": "Residence"
@@ -2695,6 +2713,7 @@
26952713
"type": "array"
26962714
},
26972715
"taglines": {
2716+
"deprecated": true,
26982717
"description": "Output only. **DEPRECATED**: No data will be returned The person's taglines.",
26992718
"items": {
27002719
"$ref": "Tagline"
@@ -2737,6 +2756,7 @@
27372756
"type": "array"
27382757
},
27392758
"objectType": {
2759+
"deprecated": true,
27402760
"description": "Output only. **DEPRECATED** (Please use `person.metadata.sources.profileMetadata.objectType` instead) The type of the person object.",
27412761
"enum": [
27422762
"OBJECT_TYPE_UNSPECIFIED",
@@ -2774,6 +2794,7 @@
27742794
"id": "PersonResponse",
27752795
"properties": {
27762796
"httpStatusCode": {
2797+
"deprecated": true,
27772798
"description": "**DEPRECATED** (Please use status instead) [HTTP 1.1 status code] (http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html).",
27782799
"format": "int32",
27792800
"type": "integer"
@@ -2908,6 +2929,7 @@
29082929
"type": "object"
29092930
},
29102931
"RelationshipInterest": {
2932+
"deprecated": true,
29112933
"description": "**DEPRECATED**: No data will be returned A person's relationship interest .",
29122934
"id": "RelationshipInterest",
29132935
"properties": {
@@ -2928,6 +2950,7 @@
29282950
"type": "object"
29292951
},
29302952
"RelationshipStatus": {
2953+
"deprecated": true,
29312954
"description": "**DEPRECATED**: No data will be returned A person's relationship status.",
29322955
"id": "RelationshipStatus",
29332956
"properties": {
@@ -2948,6 +2971,7 @@
29482971
"type": "object"
29492972
},
29502973
"Residence": {
2974+
"deprecated": true,
29512975
"description": "**DEPRECATED**: Please use `person.locations` instead. A person's past or current residence.",
29522976
"id": "Residence",
29532977
"properties": {
@@ -3129,6 +3153,7 @@
31293153
"type": "object"
31303154
},
31313155
"Tagline": {
3156+
"deprecated": true,
31323157
"description": "**DEPRECATED**: No data will be returned A brief one-line description of the person.",
31333158
"id": "Tagline",
31343159
"properties": {

0 commit comments

Comments
 (0)
Please sign in to comment.