Class SocialGraphNodeProto
Represents a user pseudonym. Pseudonyms are linked accounts on Google and third-party services (e.g. YouTube or Twitter) and are described by a Social Graph Node.
Inheritance
object
SocialGraphNodeProto
Implements
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudSearch.v1.Data
Assembly: Google.Apis.CloudSearch.v1.dll
Syntax
public class SocialGraphNodeProto : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
SgnDomain
The fields from ccc/socialgraph/socialgraphnode.proto:SgnNode that uniquely identify a social graph node. The 'ident' field is not included here because its value can be changed.
Declaration
[JsonProperty("sgnDomain")]
public virtual string SgnDomain { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
SgnPk
Declaration
[JsonProperty("sgnPk")]
public virtual string SgnPk { get; set; }
Property Value
| Type | Description |
|---|---|
| string |