Show / Hide Table of Contents

Class StatementsResource

The "statements" collection of methods.

Inheritance
System.Object
StatementsResource
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.Digitalassetlinks.v1
Assembly: Google.Apis.Digitalassetlinks.v1.dll
Syntax
public class StatementsResource

Constructors

StatementsResource(IClientService)

Constructs a new resource.

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

Methods

List()

Retrieves a list of all statements from a given source that match the specified target and statement string. The API guarantees that all statements with secure source assets, such as HTTPS websites or Android apps, have been made in a secure way by the owner of those assets, as described in the Digital Asset Links technical design specification. Specifically, you should consider that for insecure websites (that is, where the URL starts with http:// instead of https://), this guarantee cannot be made. The List command is most useful in cases where the API client wants to know all the ways in which two assets are related, or enumerate all the relationships from a particular source asset. Example: a feature that helps users navigate to related items. When a mobile app is running on a device, the feature would make it easy to navigate to the corresponding web site or Google+ profile.

Declaration
public virtual StatementsResource.ListRequest List()
Returns
Type Description
StatementsResource.ListRequest
In This Article
Back to top