"description":"A person's read-only cover photo. A large image shown on the person's\nprofile page that represents who they are or what they care about.",
"description":"The read-only type of the email address translated and formatted in the\nviewer's account locale or the `Accept-Language` HTTP header locale.",
"description":"The type of the email address. The type can be custom or predefined.\nPossible values include, but are not limited to, the following:\n\n* `home`\n* `work`\n* `other`"
"description":"Day of month. Must be from 1 to 31 and valid for the year and month, or 0\nif specifying a year/month where the day is not significant.",
"description":"Represents a whole calendar date, for example a date of birth. The time\nof day and time zone are either specified elsewhere or are not\nsignificant. The date is relative to the\n[Proleptic Gregorian Calendar](https://en.wikipedia.org/wiki/Proleptic_Gregorian_calendar).\nThe day may be 0 to represent a year and month where the day is not\nsignificant. The year may be 0 to represent a month and day independent\nof year; for example, anniversary date."
"description":"The read-only display name with the last name first formatted according to\nthe locale specified by the viewer's account or the\n\u003ccode\u003eAccept-Language\u003c/code\u003e HTTP header.",
"description":"The read-only display name formatted according to the locale specified by\nthe viewer's account or the \u003ccode\u003eAccept-Language\u003c/code\u003e HTTP header.",
"description":"A generic empty message that you can re-use to avoid defining duplicated\nempty messages in your APIs. A typical example is to use it as the request\nor the response type of an API method. For instance:\n\n service Foo {\n rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty);\n }\n\nThe JSON representation for `Empty` is empty JSON object `{}`.",
"description":"True if the field is verified; false if the field is unverified. A\nverified field is typically a name, email address, phone number, or\nwebsite that has been confirmed to be owned by the person.",
"description":"The value of the relationship interest translated and formatted in the\nviewer's account locale or the locale specified in the Accept-Language\nHTTP header."
"description":"The kind of relationship the person is looking for. The value can be custom\nor predefined. Possible values include, but are not limited to, the\nfollowing values:\n\n* `friend`\n* `date`\n* `relationship`\n* `networking`",
"[Google profile](https://profiles.google.com). You can view the\nprofile at https://profiles.google.com/\u003cvar\u003eid\u003c/var\u003e where\n\u003cvar\u003eid\u003c/var\u003e is the source id.",
"[Google contact](https://contacts.google.com). You can view the\ncontact at https://contact.google.com/\u003cvar\u003eid\u003c/var\u003e where \u003cvar\u003eid\u003c/var\u003e\nis the source id."
"description":"The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the\nsource. Used for web cache validation. Only populated in\nperson.metadata.sources.",
"type":"string"
},
"id":{
"type":"string",
"description":"The unique identifier within the source type generated by the server."
},
"profileMetadata":{
"description":"Metadata about a source of type PROFILE.",
"$ref":"ProfileMetadata"
},
"updateTime":{
"format":"google-datetime",
"description":"Last update timestamp of this source.",
"description":"The URL of the photo. You can change the desired size by appending a query\nparameter `sz=\u003csize\u003e` at the end of the url. Example:\n`https://lh3.googleusercontent.com/-T_wVWLlmg7w/AAAAAAAAAAI/AAAAAAAABa8/00gzXvDBYqw/s100/photo.jpg?sz=50`",
"description":"The read-only type of the phone number translated and formatted in the\nviewer's account locale or the `Accept-Language` HTTP header locale.",
"type":"string"
},
"canonicalForm":{
"description":"The read-only canonicalized [ITU-T E.164](https://law.resource.org/pub/us/cfr/ibr/004/itu-t.E.164.1.2008.pdf)\nform of the phone number.",
"description":"The type of the phone number. The type can be custom or predefined.\nPossible values include, but are not limited to, the following:\n\n* `home`\n* `work`\n* `mobile`\n* `homeFax`\n* `workFax`\n* `otherFax`\n* `pager`\n* `workMobile`\n* `workPager`\n* `main`\n* `googleVoice`\n* `other`"
"description":"A person's birthday. At least one of the `date` and `text` fields are\nspecified. The `date` and `text` fields typically represent the same\ndate, but are not guaranteed to.",
"description":"The type of the address. The type can be custom or predefined.\nPossible values include, but are not limited to, the following:\n\n* `home`\n* `work`\n* `other`",
"description":"The read-only type of the address translated and formatted in the viewer's\naccount locale or the `Accept-Language` HTTP header locale.",
"type":"string"
},
"city":{
"description":"The city of the address.",
"type":"string"
},
"formattedValue":{
"description":"The unstructured value of the address. If this is not set by the user it\nwill be automatically constructed from structured values.",
"description":"The contact group ID for the contact group membership. The contact group\nID can be custom or predefined. Possible values include, but are not\nlimited to, the following:\n\n* `myContacts`\n* `starred`\n* A numerical ID for user-created groups.",
"type":"string"
}
},
"id":"ContactGroupMembership",
"description":"A Google contact group membership.",
"type":"object"
},
"Status":{
"description":"The `Status` type defines a logical error model that is suitable for different\nprogramming environments, including REST APIs and RPC APIs. It is used by\n[gRPC](https://github.com/grpc). The error model is designed to be:\n\n- Simple to use and understand for most users\n- Flexible enough to meet unexpected needs\n\n# Overview\n\nThe `Status` message contains three pieces of data: error code, error message,\nand error details. The error code should be an enum value of\ngoogle.rpc.Code, but it may accept additional error codes if needed. The\nerror message should be a developer-facing English message that helps\ndevelopers *understand* and *resolve* the error. If a localized user-facing\nerror message is needed, put the localized message in the error details or\nlocalize it in the client. The optional error details may contain arbitrary\ninformation about the error. There is a predefined set of error detail types\nin the package `google.rpc` that can be used for common error conditions.\n\n# Language mapping\n\nThe `Status` message is the logical representation of the error model, but it\nis not necessarily the actual wire format. When the `Status` message is\nexposed in different client libraries and different wire protocols, it can be\nmapped differently. For example, it will likely be mapped to some exceptions\nin Java, but more likely mapped to some error codes in C.\n\n# Other uses\n\nThe error model and the `Status` message can be used in a variety of\nenvironments, either with or without APIs, to provide a\nconsistent developer experience across different environments.\n\nExample uses of this error model include:\n\n- Partial errors. If a service needs to return partial errors to the client,\n it may embed the `Status` in the normal response to indicate the partial\n errors.\n\n- Workflow errors. A typical workflow has multiple steps. Each step may\n have a `Status` message for error reporting.\n\n- Batch operations. If a client uses batch request and batch response, the\n `Status` message should be used directly inside batch response, one for\n each error sub-response.\n\n- Asynchronous operations. If an API call embeds asynchronous operation\n results in its response, the status of those operations should be\n represented directly using the `Status` message.\n\n- Logging. If some API errors are stored in logs, the message `Status` could\n be used directly after any stripping needed for security/privacy reasons.",
"description":"A developer-facing error message, which should be in English. Any\nuser-facing error message should be localized and sent in the\ngoogle.rpc.Status.details field, or localized by the client."
"description":"A list of messages that carry the error details. There will be a\ncommon set of message types for APIs to use.",
"items":{
"additionalProperties":{
"description":"Properties of the object. Contains field @type with type URL.",
"type":"any"
},
"type":"object"
},
"type":"array"
},
"code":{
"type":"integer",
"format":"int32",
"description":"The status code, which should be an enum value of google.rpc.Code."
}
},
"id":"Status"
},
"PersonMetadata":{
"description":"The read-only metadata about a person.",
"type":"object",
"properties":{
"linkedPeopleResourceNames":{
"description":"Resource names of people linked to this resource.",
"items":{
"type":"string"
},
"type":"array"
},
"previousResourceNames":{
"description":"Any former resource names this person has had. Populated only for\n[`connections.list`](/people/api/rest/v1/people.connections/list) requests\nthat include a sync token.\n\nThe resource name may change when adding or removing fields that link a\ncontact and profile such as a verified email, verified phone number, or\nprofile URL.",
"items":{
"type":"string"
},
"type":"array"
},
"sources":{
"items":{
"$ref":"Source"
},
"type":"array",
"description":"The sources of data for the person."
},
"deleted":{
"description":"True if the person resource has been deleted. Populated only for\n[`connections.list`](/people/api/rest/v1/people.connections/list) requests\nthat include a sync token.",
"description":"A request to modify an existing contact group's members.",
"type":"object",
"properties":{
"resourceNamesToRemove":{
"items":{
"type":"string"
},
"type":"array",
"description":"The resource names of the contact people to remove in the form of in the\nform of `people/\u003cperson_id\u003e`."
},
"resourceNamesToAdd":{
"description":"The resource names of the contact people to add in the form of in the form\n`people/\u003cperson_id\u003e`.",
"items":{
"type":"string"
},
"type":"array"
}
},
"id":"ModifyContactGroupMembersRequest"
},
"ContactGroupResponse":{
"description":"The response for a specific contact group.",
"type":"object",
"properties":{
"requestedResourceName":{
"description":"The original requested resource name.",
"type":"string"
},
"contactGroup":{
"$ref":"ContactGroup",
"description":"The contact group."
},
"status":{
"$ref":"Status",
"description":"The status of the response."
}
},
"id":"ContactGroupResponse"
},
"Url":{
"properties":{
"type":{
"description":"The type of the URL. The type can be custom or predefined.\nPossible values include, but are not limited to, the following:\n\n* `home`\n* `work`\n* `blog`\n* `profile`\n* `homePage`\n* `ftp`\n* `reservations`\n* `appInstallPage`: website for a Google+ application.\n* `other`",
"description":"The user name used in the IM client.",
"type":"string"
},
"formattedProtocol":{
"description":"The read-only protocol of the IM client formatted in the viewer's account\nlocale or the `Accept-Language` HTTP header locale.",
"type":"string"
},
"formattedType":{
"description":"The read-only type of the IM client translated and formatted in the\nviewer's account locale or the `Accept-Language` HTTP header locale.",
"description":"The type of the IM client. The type can be custom or predefined.\nPossible values include, but are not limited to, the following:\n\n* `home`\n* `work`\n* `other`",
"type":"string"
},
"protocol":{
"description":"The protocol of the IM client. The protocol can be custom or predefined.\nPossible values include, but are not limited to, the following:\n\n* `aim`\n* `msn`\n* `yahoo`\n* `skype`\n* `qq`\n* `googleTalk`\n* `icq`\n* `jabber`\n* `netMeeting`",
"description":"The read-only value of the relationship status translated and formatted in\nthe viewer's account locale or the `Accept-Language` HTTP header locale.",
"type":"string"
},
"metadata":{
"description":"Metadata about the relationship status.",
"description":"The relationship status. The value can be custom or predefined.\nPossible values include, but are not limited to, the following:\n\n* `single`\n* `inARelationship`\n* `engaged`\n* `married`\n* `itsComplicated`\n* `openRelationship`\n* `widowed`\n* `inDomesticPartnership`\n* `inCivilUnion`"
"description":"The read-only type of the organization translated and formatted in the\nviewer's account locale or the `Accept-Language` HTTP header locale.",
"type":"string"
},
"domain":{
"type":"string",
"description":"The domain name associated with the organization; for example, `google.com`."
},
"department":{
"description":"The person's department at the organization.",
"type":"string"
},
"type":{
"description":"The type of the organization. The type can be custom or predefined.\nPossible values include, but are not limited to, the following:\n\n* `work`\n* `school`",
"description":"The original requested resource name. May be different than the resource\nname on the returned person.\n\nThe resource name can change when adding or removing fields that link a\ncontact and profile such as a verified email, verified phone number, or a\nprofile URL."
"description":"The type of the relation translated and formatted in the viewer's account\nlocale or the locale specified in the Accept-Language HTTP header.",
"description":"The person's relation to the other person. The type can be custom or predefined.\nPossible values include, but are not limited to, the following values:\n\n* `spouse`\n* `child`\n* `mother`\n* `father`\n* `parent`\n* `brother`\n* `sister`\n* `friend`\n* `relative`\n* `domesticPartner`\n* `manager`\n* `assistant`\n* `referredBy`\n* `partner`",
"description":"The read-only name translated and formatted in the viewer's account locale\nor the `Accept-Language` HTTP header locale for system groups names.\nGroup names set by the owner are the same as name.",
"description":"The list of contact person resource names that are members of the contact\ngroup. The field is not populated for LIST requests and can only be updated\nthrough the\n[ModifyContactGroupMembers](/people/api/rest/v1/contactgroups/members/modify).",
"items":{
"type":"string"
},
"type":"array"
},
"metadata":{
"description":"Metadata about the contact group.",
"$ref":"ContactGroupMetadata"
},
"memberCount":{
"format":"int32",
"description":"The total number of contacts in the group irrespective of max members in\nspecified in the request.",
"type":"integer"
},
"resourceName":{
"description":"The resource name for the contact group, assigned by the server. An ASCII\nstring, in the form of `contactGroups/\u003ccontact_group_id\u003e`.",
"type":"string"
},
"etag":{
"type":"string",
"description":"The [HTTP entity tag](https://en.wikipedia.org/wiki/HTTP_ETag) of the\nresource. Used for web cache validation."
}
},
"id":"ContactGroup"
},
"Person":{
"id":"Person",
"description":"Information about a person merged from various data sources such as the\nauthenticated user's contacts and profile data.\n\nMost fields can have multiple items. The items in a field have no guaranteed\norder, but each non-empty field is guaranteed to have exactly one field with\n`metadata.primary` set to true.",
"description":"The resource name for the person, assigned by the server. An ASCII string\nwith a max length of 27 characters, in the form of `people/\u003cperson_id\u003e`.",
"description":"True if the contact group resource has been deleted. Populated only for\n[`ListContactGroups`](/people/api/rest/v1/contactgroups/list) requests\nthat include a sync token.",
"type":"boolean"
}
},
"id":"ContactGroupMetadata"
},
"Residence":{
"description":"A person's past or current residence.",
"type":"object",
"properties":{
"current":{
"description":"True if the residence is the person's current residence;\nfalse if the residence is a past residence.",
"description":"The read-only type of the event translated and formatted in the\nviewer's account locale or the `Accept-Language` HTTP header locale.",
"type":"string"
},
"type":{
"description":"The type of the event. The type can be custom or predefined.\nPossible values include, but are not limited to, the following:\n\n* `anniversary`\n* `other`",
"type":"string"
},
"metadata":{
"description":"Metadata about the event.",
"$ref":"FieldMetadata"
},
"date":{
"$ref":"Date",
"description":"The date of the event."
}
}
},
"ModifyContactGroupMembersResponse":{
"id":"ModifyContactGroupMembersResponse",
"description":"The response to a modify contact group members request.",
"description":"The gender for the person. The gender can be custom or predefined.\nPossible values include, but are not limited to, the\nfollowing:\n\n* `male`\n* `female`\n* `other`\n* `unknown`",
"type":"string"
},
"formattedValue":{
"description":"The read-only value of the gender translated and formatted in the viewer's\naccount locale or the `Accept-Language` HTTP header locale.",
"description":"Specifies the maximum number of members to return for each group.",
"type":"integer",
"location":"query"
},
"resourceNames":{
"description":"The resource names of the contact groups to get.",
"type":"string",
"repeated":true,
"location":"query"
}
},
"flatPath":"v1/contactGroups:batchGet"
},
"delete":{
"description":"Delete an existing contact group owned by the authenticated user by\nspecifying a contact group resource name.",
"response":{
"$ref":"Empty"
},
"parameterOrder":[
"resourceName"
],
"httpMethod":"DELETE",
"scopes":[
"https://www.googleapis.com/auth/contacts"
],
"parameters":{
"resourceName":{
"location":"path",
"description":"The resource name of the contact group to delete.",
"type":"string",
"required":true,
"pattern":"^contactGroups/[^/]+$"
},
"deleteContacts":{
"location":"query",
"description":"Set to true to also delete the contacts in the specified group.",
"type":"boolean"
}
},
"flatPath":"v1/contactGroups/{contactGroupsId}",
"id":"people.contactGroups.delete",
"path":"v1/{+resourceName}"
},
"list":{
"httpMethod":"GET",
"parameterOrder":[],
"response":{
"$ref":"ListContactGroupsResponse"
},
"parameters":{
"pageSize":{
"location":"query",
"format":"int32",
"description":"The maximum number of resources to return.",
"type":"integer"
},
"syncToken":{
"description":"A sync token, returned by a previous call to `contactgroups.list`.\nOnly resources changed since the sync token was created will be returned.",
"type":"string",
"location":"query"
},
"pageToken":{
"description":"The next_page_token value returned from a previous call to\n[ListContactGroups](/people/api/rest/v1/contactgroups/list).\nRequests the next page of resources.",
"description":"Specifies the maximum number of members to return.",
"type":"integer"
},
"resourceName":{
"location":"path",
"description":"The resource name of the contact group to get.",
"type":"string",
"required":true,
"pattern":"^contactGroups/[^/]+$"
}
},
"flatPath":"v1/contactGroups/{contactGroupsId}",
"id":"people.contactGroups.get",
"path":"v1/{+resourceName}",
"description":"Get a specific contact group owned by the authenticated user by specifying\na contact group resource name."
},
"update":{
"httpMethod":"PUT",
"parameterOrder":[
"resourceName"
],
"response":{
"$ref":"ContactGroup"
},
"parameters":{
"resourceName":{
"pattern":"^contactGroups/[^/]+$",
"location":"path",
"description":"The resource name for the contact group, assigned by the server. An ASCII\nstring, in the form of `contactGroups/\u003ccontact_group_id\u003e`.",
"type":"string",
"required":true
}
},
"scopes":[
"https://www.googleapis.com/auth/contacts"
],
"flatPath":"v1/contactGroups/{contactGroupsId}",
"path":"v1/{+resourceName}",
"id":"people.contactGroups.update",
"description":"Update the name of an existing contact group owned by the authenticated\nuser.",
"description":"Provides information about a list of specific people by specifying a list\nof requested resource names. Use `people/me` to indicate the authenticated\nuser.\n\u003cbr\u003e\nThe request throws a 400 error if 'personFields' is not specified.",
"description":"**Required.** Comma-separated list of person fields to be included in the\nresponse. Each path should start with `person.`: for example,\n`person.names` or `person.photos`.",
"type":"string"
},
"resourceNames":{
"location":"query",
"description":"The resource name, such as one returned by\n[`people.connections.list`](/people/api/rest/v1/people.connections/list),\nof one of the people to provide information about. You can include this\nparameter up to 50 times in one request.",
"description":"**Required.** A field mask to restrict which fields on the person are\nreturned. Valid values are:\n\n* addresses\n* ageRanges\n* biographies\n* birthdays\n* braggingRights\n* coverPhotos\n* emailAddresses\n* events\n* genders\n* imClients\n* interests\n* locales\n* memberships\n* metadata\n* names\n* nicknames\n* occupations\n* organizations\n* phoneNumbers\n* photos\n* relations\n* relationshipInterests\n* relationshipStatuses\n* residences\n* skills\n* taglines\n* urls",
"type":"string"
},
"resourceName":{
"location":"path",
"description":"The resource name of the person to provide information about.\n\n- To get information about the authenticated user, specify `people/me`.\n- To get information about a google account, specify `people/\u003caccount_id\u003e`.\n- To get information about a contact, specify the resource name that\n identifies the contact as returned by\n[`people.connections.list`](/people/api/rest/v1/people.connections/list).",
"description":"**Required.** Comma-separated list of person fields to be included in the\nresponse. Each path should start with `person.`: for example,\n`person.names` or `person.photos`."
}
},
"flatPath":"v1/people/{peopleId}",
"path":"v1/{+resourceName}",
"id":"people.people.get",
"description":"Provides information about a person by specifying a resource name. Use\n`people/me` to indicate the authenticated user.\n\u003cbr\u003e\nThe request throws a 400 error if 'personFields' is not specified."
},
"updateContact":{
"flatPath":"v1/people/{peopleId}:updateContact",
"id":"people.people.updateContact",
"path":"v1/{+resourceName}:updateContact",
"request":{
"$ref":"Person"
},
"description":"Update contact data for an existing contact person. Any non-contact data\nwill not be modified.\n\nThe request throws a 400 error if `updatePersonFields` is not specified.\n\u003cbr\u003e\nThe request throws a 400 error if `person.metadata.sources` is not\nspecified for the contact to be updated.\n\u003cbr\u003e\nThe request throws a 412 error if `person.metadata.sources.etag` is\ndifferent than the contact's etag, which indicates the contact has changed\nsince its data was read. Clients should get the latest person and re-apply\ntheir updates to the latest person.",
"description":"**Required.** A field mask to restrict which fields on the person are\nupdated. Valid values are:\n\n* addresses\n* biographies\n* birthdays\n* braggingRights\n* emailAddresses\n* events\n* genders\n* imClients\n* interests\n* locales\n* names\n* nicknames\n* occupations\n* organizations\n* phoneNumbers\n* relations\n* residences\n* skills\n* urls",
"description":"The resource name for the person, assigned by the server. An ASCII string\nwith a max length of 27 characters, in the form of `people/\u003cperson_id\u003e`."
}
}
},
"createContact":{
"id":"people.people.createContact",
"path":"v1/people:createContact",
"request":{
"$ref":"Person"
},
"description":"Create a new contact and return the person resource for that contact.",
"response":{
"$ref":"Person"
},
"parameterOrder":[],
"httpMethod":"POST",
"scopes":[
"https://www.googleapis.com/auth/contacts"
],
"parameters":{
"parent":{
"location":"query",
"description":"The resource name of the owning person resource.",
"type":"string"
}
},
"flatPath":"v1/people:createContact"
},
"deleteContact":{
"flatPath":"v1/people/{peopleId}:deleteContact",
"id":"people.people.deleteContact",
"path":"v1/{+resourceName}:deleteContact",
"description":"Delete a contact person. Any non-contact data will not be deleted.",
"response":{
"$ref":"Empty"
},
"parameterOrder":[
"resourceName"
],
"httpMethod":"DELETE",
"parameters":{
"resourceName":{
"pattern":"^people/[^/]+$",
"location":"path",
"description":"The resource name of the contact to delete.",
"type":"string",
"required":true
}
},
"scopes":[
"https://www.googleapis.com/auth/contacts"
]
}
},
"resources":{
"connections":{
"methods":{
"list":{
"flatPath":"v1/people/{peopleId}/connections",
"id":"people.people.connections.list",
"path":"v1/{+resourceName}/connections",
"description":"Provides a list of the authenticated user's contacts merged with any\nconnected profiles.\n\u003cbr\u003e\nThe request throws a 400 error if 'personFields' is not specified.",
"response":{
"$ref":"ListConnectionsResponse"
},
"parameterOrder":[
"resourceName"
],
"httpMethod":"GET",
"parameters":{
"syncToken":{
"location":"query",
"description":"A sync token, returned by a previous call to `people.connections.list`.\nOnly resources changed since the sync token was created will be returned.",
"type":"string"
},
"personFields":{
"format":"google-fieldmask",
"description":"**Required.** A field mask to restrict which fields on each person are\nreturned. Valid values are:\n\n* addresses\n* ageRanges\n* biographies\n* birthdays\n* braggingRights\n* coverPhotos\n* emailAddresses\n* events\n* genders\n* imClients\n* interests\n* locales\n* memberships\n* metadata\n* names\n* nicknames\n* occupations\n* organizations\n* phoneNumbers\n* photos\n* relations\n* relationshipInterests\n* relationshipStatuses\n* residences\n* skills\n* taglines\n* urls",
"type":"string",
"location":"query"
},
"sortOrder":{
"enum":[
"LAST_MODIFIED_ASCENDING",
"FIRST_NAME_ASCENDING",
"LAST_NAME_ASCENDING"
],
"description":"The order in which the connections should be sorted. Defaults to\n`LAST_MODIFIED_ASCENDING`.",
"type":"string",
"location":"query"
},
"requestSyncToken":{
"description":"Whether the response should include a sync token, which can be used to get\nall changes since the last request.",
"type":"boolean",
"location":"query"
},
"pageToken":{
"description":"The token of the page to be returned.",
"type":"string",
"location":"query"
},
"resourceName":{
"description":"The resource name to return connections for. Only `people/me` is valid.",
"type":"string",
"required":true,
"pattern":"^people/[^/]+$",
"location":"path"
},
"pageSize":{
"location":"query",
"format":"int32",
"description":"The number of connections to include in the response. Valid values are\nbetween 1 and 2000, inclusive. Defaults to 100.",
"type":"integer"
},
"requestMask.includeField":{
"location":"query",
"format":"google-fieldmask",
"description":"**Required.** Comma-separated list of person fields to be included in the\nresponse. Each path should start with `person.`: for example,\n`person.names` or `person.photos`.",
"description":"API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.",
"description":"Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters."