Show / Hide Table of Contents

Class BulkCheckRequest

Message used to check for the existence of multiple digital asset links within a single RPC.

Inheritance
object
BulkCheckRequest
Implements
IDirectResponseSchema
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.Data
Assembly: Google.Apis.Digitalassetlinks.v1.dll
Syntax
public class BulkCheckRequest : IDirectResponseSchema

Properties

DefaultRelation

If specified, will be used in any given template statement that doesn’t specify a relation.

Declaration
[JsonProperty("defaultRelation")]
public virtual string DefaultRelation { get; set; }
Property Value
Type Description
string

DefaultSource

If specified, will be used in any given template statement that doesn’t specify a source.

Declaration
[JsonProperty("defaultSource")]
public virtual Asset DefaultSource { get; set; }
Property Value
Type Description
Asset

DefaultTarget

If specified, will be used in any given template statement that doesn’t specify a target.

Declaration
[JsonProperty("defaultTarget")]
public virtual Asset DefaultTarget { get; set; }
Property Value
Type Description
Asset

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

ReturnRelationExtensions

Same configuration as in CheckRequest; all statement checks will use the same configuration.

Declaration
[JsonProperty("returnRelationExtensions")]
public virtual bool? ReturnRelationExtensions { get; set; }
Property Value
Type Description
bool?

Statements

List of statements to check. For each statement, you can omit a field if the corresponding default_* field below was supplied. Minimum 1 statement; maximum 1,000 statements. Any additional statements will be ignored.

Declaration
[JsonProperty("statements")]
public virtual IList<StatementTemplate> Statements { get; set; }
Property Value
Type Description
IList<StatementTemplate>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX