vendor: update all dependencies

This commit is contained in:
Nick Craig-Wood
2018-06-17 17:59:12 +01:00
parent 3f0789e2db
commit 08021c4636
2474 changed files with 435818 additions and 282709 deletions

View File

@@ -189,9 +189,9 @@ type Address struct {
// StreetAddress: The street address.
StreetAddress string `json:"streetAddress,omitempty"`
// Type: The type of the address. The type can be custom or
// predefined.
// Possible values include, but are not limited to, the following:
// Type: The type of the address. The type can be custom or one of these
// predefined
// values:
//
// * `home`
// * `work`
@@ -481,9 +481,7 @@ func (s *ContactGroup) MarshalJSON() ([]byte, error) {
type ContactGroupMembership struct {
// ContactGroupId: The contact group ID for the contact group
// membership. The contact group
// ID can be custom or predefined. Possible values include, but are
// not
// limited to, the following:
// ID can be custom or one of these predefined values:
//
// * `myContacts`
// * `starred`
@@ -744,9 +742,9 @@ type EmailAddress struct {
// Metadata: Metadata about the email address.
Metadata *FieldMetadata `json:"metadata,omitempty"`
// Type: The type of the email address. The type can be custom or
// predefined.
// Possible values include, but are not limited to, the following:
// Type: The type of the email address. The type can be custom or one of
// these
// predefined values:
//
// * `home`
// * `work`
@@ -810,9 +808,9 @@ type Event struct {
// Metadata: Metadata about the event.
Metadata *FieldMetadata `json:"metadata,omitempty"`
// Type: The type of the event. The type can be custom or
// predefined.
// Possible values include, but are not limited to, the following:
// Type: The type of the event. The type can be custom or one of these
// predefined
// values:
//
// * `anniversary`
// * `other`
@@ -891,10 +889,9 @@ type Gender struct {
// Metadata: Metadata about the gender.
Metadata *FieldMetadata `json:"metadata,omitempty"`
// Value: The gender for the person. The gender can be custom or
// predefined.
// Possible values include, but are not limited to, the
// following:
// Value: The gender for the person. The gender can be custom or one of
// these
// predefined values:
//
// * `male`
// * `female`
@@ -973,8 +970,8 @@ type ImClient struct {
Metadata *FieldMetadata `json:"metadata,omitempty"`
// Protocol: The protocol of the IM client. The protocol can be custom
// or predefined.
// Possible values include, but are not limited to, the following:
// or one of these
// predefined values:
//
// * `aim`
// * `msn`
@@ -987,9 +984,9 @@ type ImClient struct {
// * `netMeeting`
Protocol string `json:"protocol,omitempty"`
// Type: The type of the IM client. The type can be custom or
// predefined.
// Possible values include, but are not limited to, the following:
// Type: The type of the IM client. The type can be custom or one of
// these
// predefined values:
//
// * `home`
// * `work`
@@ -1492,9 +1489,9 @@ type Organization struct {
// Title: The person's job title at the organization.
Title string `json:"title,omitempty"`
// Type: The type of the organization. The type can be custom or
// predefined.
// Possible values include, but are not limited to, the following:
// Type: The type of the organization. The type can be custom or one of
// these
// predefined values:
//
// * `work`
// * `school`
@@ -1629,6 +1626,9 @@ type Person struct {
// `people/`<var>person_id</var>.
ResourceName string `json:"resourceName,omitempty"`
// SipAddresses: The person's SIP addresses.
SipAddresses []*SipAddress `json:"sipAddresses,omitempty"`
// Skills: The person's skills.
Skills []*Skill `json:"skills,omitempty"`
@@ -1799,9 +1799,9 @@ type PhoneNumber struct {
// Metadata: Metadata about the phone number.
Metadata *FieldMetadata `json:"metadata,omitempty"`
// Type: The type of the phone number. The type can be custom or
// predefined.
// Possible values include, but are not limited to, the following:
// Type: The type of the phone number. The type can be custom or one of
// these
// predefined values:
//
// * `home`
// * `work`
@@ -1941,9 +1941,8 @@ type Relation struct {
Person string `json:"person,omitempty"`
// Type: The person's relation to the other person. The type can be
// custom or predefined.
// Possible values include, but are not limited to, the following
// values:
// custom or one of
// these predefined values:
//
// * `spouse`
// * `child`
@@ -1998,9 +1997,7 @@ type RelationshipInterest struct {
// Value: The kind of relationship the person is looking for. The value
// can be custom
// or predefined. Possible values include, but are not limited to,
// the
// following values:
// or one of these predefined values:
//
// * `friend`
// * `date`
@@ -2043,9 +2040,9 @@ type RelationshipStatus struct {
// Metadata: Metadata about the relationship status.
Metadata *FieldMetadata `json:"metadata,omitempty"`
// Value: The relationship status. The value can be custom or
// predefined.
// Possible values include, but are not limited to, the following:
// Value: The relationship status. The value can be custom or one of
// these
// predefined values:
//
// * `single`
// * `inARelationship`
@@ -2118,6 +2115,57 @@ func (s *Residence) MarshalJSON() ([]byte, error) {
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
}
// SipAddress: A person's SIP address. Session Initial Protocol
// addresses are used for VoIP
// communications to make voice or video calls over the internet.
type SipAddress struct {
// FormattedType: The read-only type of the SIP address translated and
// formatted in the
// viewer's account locale or the `Accept-Language` HTTP header locale.
FormattedType string `json:"formattedType,omitempty"`
// Metadata: Metadata about the SIP address.
Metadata *FieldMetadata `json:"metadata,omitempty"`
// Type: The type of the SIP address. The type can be custom or or one
// of these
// predefined values:
//
// * `home`
// * `work`
// * `mobile`
// * `other`
Type string `json:"type,omitempty"`
// Value: The SIP address in the
// [RFC 3261 19.1](https://tools.ietf.org/html/rfc3261#section-19.1) SIP
// URI
// format.
Value string `json:"value,omitempty"`
// ForceSendFields is a list of field names (e.g. "FormattedType") to
// unconditionally include in API requests. By default, fields with
// empty values are omitted from API requests. However, any non-pointer,
// non-interface field appearing in ForceSendFields will be sent to the
// server regardless of whether the field is empty or not. This may be
// used to include empty fields in Patch requests.
ForceSendFields []string `json:"-"`
// NullFields is a list of field names (e.g. "FormattedType") to include
// in API requests with the JSON null value. By default, fields with
// empty values are omitted from API requests. However, any field with
// an empty value appearing in NullFields will be sent to the server as
// null. It is an error if a field in this list has a non-empty value.
// This may be used to include null fields in Patch requests.
NullFields []string `json:"-"`
}
func (s *SipAddress) MarshalJSON() ([]byte, error) {
type NoMethod SipAddress
raw := NoMethod(*s)
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
}
// Skill: A skill that the person has.
type Skill struct {
// Metadata: Metadata about the skill.
@@ -2405,9 +2453,9 @@ type Url struct {
// Metadata: Metadata about the URL.
Metadata *FieldMetadata `json:"metadata,omitempty"`
// Type: The type of the URL. The type can be custom or
// predefined.
// Possible values include, but are not limited to, the following:
// Type: The type of the URL. The type can be custom or one of these
// predefined
// values:
//
// * `home`
// * `work`
@@ -3827,9 +3875,11 @@ func (r *PeopleService) Get(resourceName string) *PeopleGetCall {
// * relationshipInterests
// * relationshipStatuses
// * residences
// * sipAddresses
// * skills
// * taglines
// * urls
// * userDefined
func (c *PeopleGetCall) PersonFields(personFields string) *PeopleGetCall {
c.urlParams_.Set("personFields", personFields)
return c
@@ -3949,7 +3999,7 @@ func (c *PeopleGetCall) Do(opts ...googleapi.CallOption) (*Person, error) {
// ],
// "parameters": {
// "personFields": {
// "description": "**Required.** A field mask to restrict which fields on the person are\nreturned. Multiple fields can be specified by separating them with commas.\nValid 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",
// "description": "**Required.** A field mask to restrict which fields on the person are\nreturned. Multiple fields can be specified by separating them with commas.\nValid 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* sipAddresses\n* skills\n* taglines\n* urls\n* userDefined",
// "format": "google-fieldmask",
// "location": "query",
// "type": "string"
@@ -4040,9 +4090,11 @@ func (r *PeopleService) GetBatchGet() *PeopleGetBatchGetCall {
// * relationshipInterests
// * relationshipStatuses
// * residences
// * sipAddresses
// * skills
// * taglines
// * urls
// * userDefined
func (c *PeopleGetBatchGetCall) PersonFields(personFields string) *PeopleGetBatchGetCall {
c.urlParams_.Set("personFields", personFields)
return c
@@ -4176,7 +4228,7 @@ func (c *PeopleGetBatchGetCall) Do(opts ...googleapi.CallOption) (*GetPeopleResp
// "parameterOrder": [],
// "parameters": {
// "personFields": {
// "description": "**Required.** A field mask to restrict which fields on each person are\nreturned. Multiple fields can be specified by separating them with commas.\nValid 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",
// "description": "**Required.** A field mask to restrict which fields on each person are\nreturned. Multiple fields can be specified by separating them with commas.\nValid 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* sipAddresses\n* skills\n* taglines\n* urls\n* userDefined",
// "format": "google-fieldmask",
// "location": "query",
// "type": "string"
@@ -4272,7 +4324,9 @@ func (r *PeopleService) UpdateContact(resourceName string, person *Person) *Peop
// * phoneNumbers
// * relations
// * residences
// * sipAddresses
// * urls
// * userDefined
func (c *PeopleUpdateContactCall) UpdatePersonFields(updatePersonFields string) *PeopleUpdateContactCall {
c.urlParams_.Set("updatePersonFields", updatePersonFields)
return c
@@ -4380,7 +4434,7 @@ func (c *PeopleUpdateContactCall) Do(opts ...googleapi.CallOption) (*Person, err
// "type": "string"
// },
// "updatePersonFields": {
// "description": "**Required.** A field mask to restrict which fields on the person are\nupdated. Multiple fields can be specified by separating them with commas.\nAll updated fields will be replaced. Valid values are:\n\n* addresses\n* biographies\n* birthdays\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* urls",
// "description": "**Required.** A field mask to restrict which fields on the person are\nupdated. Multiple fields can be specified by separating them with commas.\nAll updated fields will be replaced. Valid values are:\n\n* addresses\n* biographies\n* birthdays\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* sipAddresses\n* urls\n* userDefined",
// "format": "google-fieldmask",
// "location": "query",
// "type": "string"
@@ -4468,9 +4522,11 @@ func (c *PeopleConnectionsListCall) PageToken(pageToken string) *PeopleConnectio
// * relationshipInterests
// * relationshipStatuses
// * residences
// * sipAddresses
// * skills
// * taglines
// * urls
// * userDefined
func (c *PeopleConnectionsListCall) PersonFields(personFields string) *PeopleConnectionsListCall {
c.urlParams_.Set("personFields", personFields)
return c
@@ -4639,7 +4695,7 @@ func (c *PeopleConnectionsListCall) Do(opts ...googleapi.CallOption) (*ListConne
// "type": "string"
// },
// "personFields": {
// "description": "**Required.** A field mask to restrict which fields on each person are\nreturned. Multiple fields can be specified by separating them with commas.\nValid 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",
// "description": "**Required.** A field mask to restrict which fields on each person are\nreturned. Multiple fields can be specified by separating them with commas.\nValid 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* sipAddresses\n* skills\n* taglines\n* urls\n* userDefined",
// "format": "google-fieldmask",
// "location": "query",
// "type": "string"