Show / Hide Table of Contents

Class PeopleResource.ConnectionsResource

The "connections" collection of methods.

Inheritance
System.Object
PeopleResource.ConnectionsResource
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.PeopleService.v1
Assembly: Google.Apis.PeopleService.v1.dll
Syntax
public class ConnectionsResource

Constructors

ConnectionsResource(IClientService)

Constructs a new resource.

Declaration
public ConnectionsResource(IClientService service)
Parameters
Type Name Description
Google.Apis.Services.IClientService service

Methods

List(String)

Provides a list of the authenticated user's contacts merged with any connected profiles.

The request throws a 400 error if 'personFields' is not specified.

Declaration
public virtual PeopleResource.ConnectionsResource.ListRequest List(string resourceName)
Parameters
Type Name Description
System.String resourceName

Required. The resource name to return connections for. Only people/me is valid.

Returns
Type Description
PeopleResource.ConnectionsResource.ListRequest
Back to top