Show / Hide Table of Contents

Class AssetlinksResource

The "assetlinks" collection of methods.

Inheritance
object
AssetlinksResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Digitalassetlinks.v1
Assembly: Google.Apis.Digitalassetlinks.v1.dll
Syntax
public class AssetlinksResource

Constructors

AssetlinksResource(IClientService)

Constructs a new resource.

Declaration
public AssetlinksResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

BulkCheck(BulkCheckRequest)

Send a bundle of statement checks in a single RPC to minimize latency and service load. Statements need not be all for the same source and/or target. We recommend using this method when you need to check more than one statement in a short period of time.

Declaration
public virtual AssetlinksResource.BulkCheckRequest BulkCheck(BulkCheckRequest body)
Parameters
Type Name Description
BulkCheckRequest body

The body of the request.

Returns
Type Description
AssetlinksResource.BulkCheckRequest

Check()

Determines whether the specified (directional) relationship exists between the specified source and target assets. The relation describes the intent of the link between the two assets as claimed by the source asset. An example for such relationships is the delegation of privileges or permissions. This command is most often used by infrastructure systems to check preconditions for an action. For example, a client may want to know if it is OK to send a web URL to a particular mobile app instead. The client can check for the relevant asset link from the website to the mobile app to decide if the operation should be allowed. A note about security: if you specify a secure asset as the source, such as an HTTPS website or an Android app, the API will ensure that any statements used to generate the response have been made in a secure way by the owner of that asset. Conversely, if the source asset is an insecure HTTP website (that is, the URL starts with http:// instead of https://), the API cannot verify its statements securely, and it is not possible to ensure that the website's statements have not been altered by a third party. For more information, see the Digital Asset Links technical design specification.

Declaration
public virtual AssetlinksResource.CheckRequest Check()
Returns
Type Description
AssetlinksResource.CheckRequest
In this article
Back to top Generated by DocFX