Class BulkCheckRequest
Message used to check for the existence of multiple digital asset links within a single RPC.
Implements
Inherited Members
Namespace: Google.Apis.Digitalassetlinks.v1.Data
Assembly: Google.Apis.Digitalassetlinks.v1.dll
Syntax
public class BulkCheckRequest : IDirectResponseSchema
Properties
AllowGoogleInternalDataSources
Same configuration as in Check request, all statements checks will use same configurations.
Declaration
[JsonProperty("allowGoogleInternalDataSources")]
public virtual bool? AllowGoogleInternalDataSources { get; set; }
Property Value
Type | Description |
---|---|
bool? |
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 |
SkipCacheLookup
Same configuration as in Check request, all statements checks will use same configurations.
Declaration
[JsonProperty("skipCacheLookup")]
public virtual bool? SkipCacheLookup { 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> |