Class AssetlinksResource.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.
Inheritance
AssetlinksResource.BulkCheckRequest
Inherited Members
Namespace: Google.Apis.Digitalassetlinks.v1
Assembly: Google.Apis.Digitalassetlinks.v1.dll
Syntax
public class AssetlinksResource.BulkCheckRequest : DigitalassetlinksBaseServiceRequest<BulkCheckResponse>, IClientServiceRequest<BulkCheckResponse>, IClientServiceRequest
Constructors
BulkCheckRequest(IClientService, BulkCheckRequest)
Constructs a new BulkCheck request.
Declaration
public BulkCheckRequest(IClientService service, BulkCheckRequest body)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
BulkCheckRequest | body |
Properties
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Digitalassetlinks.v1.Data.BulkCheckResponse>.HttpMethod
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Digitalassetlinks.v1.Data.BulkCheckResponse>.MethodName
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Digitalassetlinks.v1.Data.BulkCheckResponse>.RestPath
Methods
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
Type | Description |
---|---|
object |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Digitalassetlinks.v1.Data.BulkCheckResponse>.GetBody()
InitParameters()
Initializes BulkCheck parameter list.
Declaration
protected override void InitParameters()