docs: docs update (#911)
Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly:
- [ ] Make sure to open an issue as a [bug/issue](https://github.com/googleapis/google-api-python-client/issues/new/choose) before writing your code! That way we can discuss the change, evaluate designs, and agree on the general idea
- [ ] Ensure the tests and linter pass
- [ ] Code coverage does not decrease (if any source code was changed)
- [ ] Appropriate docs were updated (if necessary)
Fixes #<issue_number_goes_here> 🦕
diff --git a/docs/dyn/siteVerification_v1.webResource.html b/docs/dyn/siteVerification_v1.webResource.html
index 265e37b..ea6ce77 100644
--- a/docs/dyn/siteVerification_v1.webResource.html
+++ b/docs/dyn/siteVerification_v1.webResource.html
@@ -116,15 +116,15 @@
An object of the form:
{
- "owners": [ # The email addresses of all verified owners.
- "A String",
- ],
- "id": "A String", # The string used to identify this site. This value should be used in the "id" portion of the REST URL for the Get, Update, and Delete operations.
- "site": { # The address and type of a site that is verified or will be verified.
- "identifier": "A String", # The site identifier. If the type is set to SITE, the identifier is a URL. If the type is set to INET_DOMAIN, the site identifier is a domain name.
- "type": "A String", # The site type. Can be SITE or INET_DOMAIN (domain name).
- },
- }</pre>
+ "id": "A String", # The string used to identify this site. This value should be used in the "id" portion of the REST URL for the Get, Update, and Delete operations.
+ "owners": [ # The email addresses of all verified owners.
+ "A String",
+ ],
+ "site": { # The address and type of a site that is verified or will be verified.
+ "identifier": "A String", # The site identifier. If the type is set to SITE, the identifier is a URL. If the type is set to INET_DOMAIN, the site identifier is a domain name.
+ "type": "A String", # The site type. Can be SITE or INET_DOMAIN (domain name).
+ },
+ }</pre>
</div>
<div class="method">
@@ -136,11 +136,11 @@
The object takes the form of:
{
- "verificationMethod": "A String", # The verification method that will be used to verify this site. For sites, 'FILE' or 'META' methods may be used. For domains, only 'DNS' may be used.
- "site": { # The site for which a verification token will be generated.
- "identifier": "A String", # The site identifier. If the type is set to SITE, the identifier is a URL. If the type is set to INET_DOMAIN, the site identifier is a domain name.
- "type": "A String", # The type of resource to be verified. Can be SITE or INET_DOMAIN (domain name).
+ "site": { # The site for which a verification token will be generated.
+ "identifier": "A String", # The site identifier. If the type is set to SITE, the identifier is a URL. If the type is set to INET_DOMAIN, the site identifier is a domain name.
+ "type": "A String", # The type of resource to be verified. Can be SITE or INET_DOMAIN (domain name).
},
+ "verificationMethod": "A String", # The verification method that will be used to verify this site. For sites, 'FILE' or 'META' methods may be used. For domains, only 'DNS' may be used.
}
@@ -148,8 +148,8 @@
An object of the form:
{
- "token": "A String", # The verification token. The token must be placed appropriately in order for verification to succeed.
- "method": "A String", # The verification method to use in conjunction with this token. For FILE, the token should be placed in the top-level directory of the site, stored inside a file of the same name. For META, the token should be placed in the HEAD tag of the default page that is loaded for the site. For DNS, the token should be placed in a TXT record of the domain.
+ "method": "A String", # The verification method to use in conjunction with this token. For FILE, the token should be placed in the top-level directory of the site, stored inside a file of the same name. For META, the token should be placed in the HEAD tag of the default page that is loaded for the site. For DNS, the token should be placed in a TXT record of the domain.
+ "token": "A String", # The verification token. The token must be placed appropriately in order for verification to succeed.
}</pre>
</div>
@@ -163,30 +163,30 @@
The object takes the form of:
{
- "owners": [ # The email addresses of all verified owners.
- "A String",
- ],
- "id": "A String", # The string used to identify this site. This value should be used in the "id" portion of the REST URL for the Get, Update, and Delete operations.
- "site": { # The address and type of a site that is verified or will be verified.
- "identifier": "A String", # The site identifier. If the type is set to SITE, the identifier is a URL. If the type is set to INET_DOMAIN, the site identifier is a domain name.
- "type": "A String", # The site type. Can be SITE or INET_DOMAIN (domain name).
- },
- }
+ "id": "A String", # The string used to identify this site. This value should be used in the "id" portion of the REST URL for the Get, Update, and Delete operations.
+ "owners": [ # The email addresses of all verified owners.
+ "A String",
+ ],
+ "site": { # The address and type of a site that is verified or will be verified.
+ "identifier": "A String", # The site identifier. If the type is set to SITE, the identifier is a URL. If the type is set to INET_DOMAIN, the site identifier is a domain name.
+ "type": "A String", # The site type. Can be SITE or INET_DOMAIN (domain name).
+ },
+}
Returns:
An object of the form:
{
- "owners": [ # The email addresses of all verified owners.
- "A String",
- ],
- "id": "A String", # The string used to identify this site. This value should be used in the "id" portion of the REST URL for the Get, Update, and Delete operations.
- "site": { # The address and type of a site that is verified or will be verified.
- "identifier": "A String", # The site identifier. If the type is set to SITE, the identifier is a URL. If the type is set to INET_DOMAIN, the site identifier is a domain name.
- "type": "A String", # The site type. Can be SITE or INET_DOMAIN (domain name).
- },
- }</pre>
+ "id": "A String", # The string used to identify this site. This value should be used in the "id" portion of the REST URL for the Get, Update, and Delete operations.
+ "owners": [ # The email addresses of all verified owners.
+ "A String",
+ ],
+ "site": { # The address and type of a site that is verified or will be verified.
+ "identifier": "A String", # The site identifier. If the type is set to SITE, the identifier is a URL. If the type is set to INET_DOMAIN, the site identifier is a domain name.
+ "type": "A String", # The site type. Can be SITE or INET_DOMAIN (domain name).
+ },
+ }</pre>
</div>
<div class="method">
@@ -199,17 +199,17 @@
An object of the form:
{
- "items": [ # The list of sites that are owned by the authenticated user.
+ "items": [ # The list of sites that are owned by the authenticated user.
{
- "owners": [ # The email addresses of all verified owners.
- "A String",
- ],
- "id": "A String", # The string used to identify this site. This value should be used in the "id" portion of the REST URL for the Get, Update, and Delete operations.
- "site": { # The address and type of a site that is verified or will be verified.
- "identifier": "A String", # The site identifier. If the type is set to SITE, the identifier is a URL. If the type is set to INET_DOMAIN, the site identifier is a domain name.
- "type": "A String", # The site type. Can be SITE or INET_DOMAIN (domain name).
- },
+ "id": "A String", # The string used to identify this site. This value should be used in the "id" portion of the REST URL for the Get, Update, and Delete operations.
+ "owners": [ # The email addresses of all verified owners.
+ "A String",
+ ],
+ "site": { # The address and type of a site that is verified or will be verified.
+ "identifier": "A String", # The site identifier. If the type is set to SITE, the identifier is a URL. If the type is set to INET_DOMAIN, the site identifier is a domain name.
+ "type": "A String", # The site type. Can be SITE or INET_DOMAIN (domain name).
},
+ },
],
}</pre>
</div>
@@ -224,30 +224,30 @@
The object takes the form of:
{
- "owners": [ # The email addresses of all verified owners.
- "A String",
- ],
- "id": "A String", # The string used to identify this site. This value should be used in the "id" portion of the REST URL for the Get, Update, and Delete operations.
- "site": { # The address and type of a site that is verified or will be verified.
- "identifier": "A String", # The site identifier. If the type is set to SITE, the identifier is a URL. If the type is set to INET_DOMAIN, the site identifier is a domain name.
- "type": "A String", # The site type. Can be SITE or INET_DOMAIN (domain name).
- },
- }
+ "id": "A String", # The string used to identify this site. This value should be used in the "id" portion of the REST URL for the Get, Update, and Delete operations.
+ "owners": [ # The email addresses of all verified owners.
+ "A String",
+ ],
+ "site": { # The address and type of a site that is verified or will be verified.
+ "identifier": "A String", # The site identifier. If the type is set to SITE, the identifier is a URL. If the type is set to INET_DOMAIN, the site identifier is a domain name.
+ "type": "A String", # The site type. Can be SITE or INET_DOMAIN (domain name).
+ },
+}
Returns:
An object of the form:
{
- "owners": [ # The email addresses of all verified owners.
- "A String",
- ],
- "id": "A String", # The string used to identify this site. This value should be used in the "id" portion of the REST URL for the Get, Update, and Delete operations.
- "site": { # The address and type of a site that is verified or will be verified.
- "identifier": "A String", # The site identifier. If the type is set to SITE, the identifier is a URL. If the type is set to INET_DOMAIN, the site identifier is a domain name.
- "type": "A String", # The site type. Can be SITE or INET_DOMAIN (domain name).
- },
- }</pre>
+ "id": "A String", # The string used to identify this site. This value should be used in the "id" portion of the REST URL for the Get, Update, and Delete operations.
+ "owners": [ # The email addresses of all verified owners.
+ "A String",
+ ],
+ "site": { # The address and type of a site that is verified or will be verified.
+ "identifier": "A String", # The site identifier. If the type is set to SITE, the identifier is a URL. If the type is set to INET_DOMAIN, the site identifier is a domain name.
+ "type": "A String", # The site type. Can be SITE or INET_DOMAIN (domain name).
+ },
+ }</pre>
</div>
<div class="method">
@@ -260,30 +260,30 @@
The object takes the form of:
{
- "owners": [ # The email addresses of all verified owners.
- "A String",
- ],
- "id": "A String", # The string used to identify this site. This value should be used in the "id" portion of the REST URL for the Get, Update, and Delete operations.
- "site": { # The address and type of a site that is verified or will be verified.
- "identifier": "A String", # The site identifier. If the type is set to SITE, the identifier is a URL. If the type is set to INET_DOMAIN, the site identifier is a domain name.
- "type": "A String", # The site type. Can be SITE or INET_DOMAIN (domain name).
- },
- }
+ "id": "A String", # The string used to identify this site. This value should be used in the "id" portion of the REST URL for the Get, Update, and Delete operations.
+ "owners": [ # The email addresses of all verified owners.
+ "A String",
+ ],
+ "site": { # The address and type of a site that is verified or will be verified.
+ "identifier": "A String", # The site identifier. If the type is set to SITE, the identifier is a URL. If the type is set to INET_DOMAIN, the site identifier is a domain name.
+ "type": "A String", # The site type. Can be SITE or INET_DOMAIN (domain name).
+ },
+}
Returns:
An object of the form:
{
- "owners": [ # The email addresses of all verified owners.
- "A String",
- ],
- "id": "A String", # The string used to identify this site. This value should be used in the "id" portion of the REST URL for the Get, Update, and Delete operations.
- "site": { # The address and type of a site that is verified or will be verified.
- "identifier": "A String", # The site identifier. If the type is set to SITE, the identifier is a URL. If the type is set to INET_DOMAIN, the site identifier is a domain name.
- "type": "A String", # The site type. Can be SITE or INET_DOMAIN (domain name).
- },
- }</pre>
+ "id": "A String", # The string used to identify this site. This value should be used in the "id" portion of the REST URL for the Get, Update, and Delete operations.
+ "owners": [ # The email addresses of all verified owners.
+ "A String",
+ ],
+ "site": { # The address and type of a site that is verified or will be verified.
+ "identifier": "A String", # The site identifier. If the type is set to SITE, the identifier is a URL. If the type is set to INET_DOMAIN, the site identifier is a domain name.
+ "type": "A String", # The site type. Can be SITE or INET_DOMAIN (domain name).
+ },
+ }</pre>
</div>
</body></html>
\ No newline at end of file