示例#1
0
 /// <summary>Attempt verification of a website or domain.</summary>
 /// <param name="body">The body of the request.</param>
 /// <param name="verificationMethod">The method to use for verifying a site or domain.</param>
 public virtual InsertRequest Insert(Google.Apis.SiteVerification.v1.Data.SiteVerificationWebResourceResource body, string verificationMethod)
 {
     return(new InsertRequest(service, body, verificationMethod));
 }
示例#2
0
 /// <summary>Modify the list of owners for your website or domain.</summary>
 /// <param name="body">The body of the request.</param>
 /// <param name="id">The id of a verified site or domain.</param>
 public virtual UpdateRequest Update(Google.Apis.SiteVerification.v1.Data.SiteVerificationWebResourceResource body, string id)
 {
     return(new UpdateRequest(service, body, id));
 }
 /// <summary>Modify the list of owners for your website or domain. This method supports patch
 /// semantics.</summary>
 /// <param name="body">The body of the request.</param>
 /// <param name="id">The id of a verified site or domain.</param>
 public virtual PatchRequest Patch(Google.Apis.SiteVerification.v1.Data.SiteVerificationWebResourceResource body, string id)
 {
     return new PatchRequest(service, body, id);
 }