Skip to content

chore: Update discovery artifacts #2063

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 23 commits into from
Feb 14, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
468f497
feat(androidpublisher): update the api
yoshi-automation Feb 14, 2023
1d78ce7
feat(appengine): update the api
yoshi-automation Feb 14, 2023
3e0df92
feat(artifactregistry): update the api
yoshi-automation Feb 14, 2023
db6f34c
feat(baremetalsolution): update the api
yoshi-automation Feb 14, 2023
ace8535
feat(beyondcorp): update the api
yoshi-automation Feb 14, 2023
9d6ac15
feat(books): update the api
yoshi-automation Feb 14, 2023
3bfe98f
feat(chromemanagement): update the api
yoshi-automation Feb 14, 2023
e7b4eb4
feat(chromepolicy): update the api
yoshi-automation Feb 14, 2023
2ef1ca4
feat(clouddeploy): update the api
yoshi-automation Feb 14, 2023
f695d41
feat(cloudsearch): update the api
yoshi-automation Feb 14, 2023
170893b
feat(compute): update the api
yoshi-automation Feb 14, 2023
b4c58ac
feat(dataproc): update the api
yoshi-automation Feb 14, 2023
7692294
feat(datastream): update the api
yoshi-automation Feb 14, 2023
1ea109f
feat(dialogflow): update the api
yoshi-automation Feb 14, 2023
840f0b6
feat(gkehub): update the api
yoshi-automation Feb 14, 2023
c166344
feat(healthcare): update the api
yoshi-automation Feb 14, 2023
211253d
feat(iam): update the api
yoshi-automation Feb 14, 2023
9f53fe3
feat(privateca): update the api
yoshi-automation Feb 14, 2023
d4315b7
feat(prod_tt_sasportal): update the api
yoshi-automation Feb 14, 2023
b942ec8
feat(retail): update the api
yoshi-automation Feb 14, 2023
850f8bb
feat(run): update the api
yoshi-automation Feb 14, 2023
6288383
feat(servicecontrol): update the api
yoshi-automation Feb 14, 2023
4956fab
chore(docs): Add new discovery artifacts and artifacts with minor upd…
yoshi-automation Feb 14, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
20 changes: 10 additions & 10 deletions docs/dyn/androidmanagement_v1.enterprises.html
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ <h2>Instance Methods</h2>
<p class="firstline">Close httplib2 connections.</p>
<p class="toc_element">
<code><a href="#create">create(agreementAccepted=None, body=None, enterpriseToken=None, projectId=None, signupUrlName=None, x__xgafv=None)</a></code></p>
<p class="firstline">Creates an enterprise. This is the last step in the enterprise signup flow.</p>
<p class="firstline">Creates an enterprise. This is the last step in the enterprise signup flow. See also: SigninDetail</p>
<p class="toc_element">
<code><a href="#delete">delete(name, x__xgafv=None)</a></code></p>
<p class="firstline">Deletes an enterprise. Only available for EMM-managed enterprises.</p>
Expand All @@ -124,7 +124,7 @@ <h2>Instance Methods</h2>
<p class="firstline">Retrieves the next page of results.</p>
<p class="toc_element">
<code><a href="#patch">patch(name, body=None, updateMask=None, x__xgafv=None)</a></code></p>
<p class="firstline">Updates an enterprise.</p>
<p class="firstline">Updates an enterprise. See also: SigninDetail</p>
<h3>Method Details</h3>
<div class="method">
<code class="details" id="close">close()</code>
Expand All @@ -133,7 +133,7 @@ <h3>Method Details</h3>

<div class="method">
<code class="details" id="create">create(agreementAccepted=None, body=None, enterpriseToken=None, projectId=None, signupUrlName=None, x__xgafv=None)</code>
<pre>Creates an enterprise. This is the last step in the enterprise signup flow.
<pre>Creates an enterprise. This is the last step in the enterprise signup flow. See also: SigninDetail

Args:
body: object, The request body.
Expand All @@ -153,7 +153,7 @@ <h3>Method Details</h3>
&quot;enabledNotificationTypes&quot;: [ # The types of Google Pub/Sub notifications enabled for the enterprise.
&quot;A String&quot;,
],
&quot;enterpriseDisplayName&quot;: &quot;A String&quot;, # The name of the enterprise displayed to users.
&quot;enterpriseDisplayName&quot;: &quot;A String&quot;, # The name of the enterprise displayed to users. This field has a maximum length of 100 characters.
&quot;logo&quot;: { # Data hosted at an external location. The data is to be downloaded by Android Device Policy and verified against the hash. # An image displayed as a logo during device provisioning. Supported types are: image/bmp, image/gif, image/x-ico, image/jpeg, image/png, image/webp, image/vnd.wap.wbmp, image/x-adobe-dng.
&quot;sha256Hash&quot;: &quot;A String&quot;, # The base-64 encoded SHA-256 hash of the content hosted at url. If the content doesn&#x27;t match this hash, Android Device Policy won&#x27;t use the data.
&quot;url&quot;: &quot;A String&quot;, # The absolute URL to the data, which must use either the http or https scheme. Android Device Policy doesn&#x27;t provide any credentials in the GET request, so the URL must be publicly accessible. Including a long, random component in the URL may be used to prevent attackers from discovering the URL.
Expand Down Expand Up @@ -213,7 +213,7 @@ <h3>Method Details</h3>
&quot;enabledNotificationTypes&quot;: [ # The types of Google Pub/Sub notifications enabled for the enterprise.
&quot;A String&quot;,
],
&quot;enterpriseDisplayName&quot;: &quot;A String&quot;, # The name of the enterprise displayed to users.
&quot;enterpriseDisplayName&quot;: &quot;A String&quot;, # The name of the enterprise displayed to users. This field has a maximum length of 100 characters.
&quot;logo&quot;: { # Data hosted at an external location. The data is to be downloaded by Android Device Policy and verified against the hash. # An image displayed as a logo during device provisioning. Supported types are: image/bmp, image/gif, image/x-ico, image/jpeg, image/png, image/webp, image/vnd.wap.wbmp, image/x-adobe-dng.
&quot;sha256Hash&quot;: &quot;A String&quot;, # The base-64 encoded SHA-256 hash of the content hosted at url. If the content doesn&#x27;t match this hash, Android Device Policy won&#x27;t use the data.
&quot;url&quot;: &quot;A String&quot;, # The absolute URL to the data, which must use either the http or https scheme. Android Device Policy doesn&#x27;t provide any credentials in the GET request, so the URL must be publicly accessible. Including a long, random component in the URL may be used to prevent attackers from discovering the URL.
Expand Down Expand Up @@ -294,7 +294,7 @@ <h3>Method Details</h3>
&quot;enabledNotificationTypes&quot;: [ # The types of Google Pub/Sub notifications enabled for the enterprise.
&quot;A String&quot;,
],
&quot;enterpriseDisplayName&quot;: &quot;A String&quot;, # The name of the enterprise displayed to users.
&quot;enterpriseDisplayName&quot;: &quot;A String&quot;, # The name of the enterprise displayed to users. This field has a maximum length of 100 characters.
&quot;logo&quot;: { # Data hosted at an external location. The data is to be downloaded by Android Device Policy and verified against the hash. # An image displayed as a logo during device provisioning. Supported types are: image/bmp, image/gif, image/x-ico, image/jpeg, image/png, image/webp, image/vnd.wap.wbmp, image/x-adobe-dng.
&quot;sha256Hash&quot;: &quot;A String&quot;, # The base-64 encoded SHA-256 hash of the content hosted at url. If the content doesn&#x27;t match this hash, Android Device Policy won&#x27;t use the data.
&quot;url&quot;: &quot;A String&quot;, # The absolute URL to the data, which must use either the http or https scheme. Android Device Policy doesn&#x27;t provide any credentials in the GET request, so the URL must be publicly accessible. Including a long, random component in the URL may be used to prevent attackers from discovering the URL.
Expand Down Expand Up @@ -365,7 +365,7 @@ <h3>Method Details</h3>
&quot;enabledNotificationTypes&quot;: [ # The types of Google Pub/Sub notifications enabled for the enterprise.
&quot;A String&quot;,
],
&quot;enterpriseDisplayName&quot;: &quot;A String&quot;, # The name of the enterprise displayed to users.
&quot;enterpriseDisplayName&quot;: &quot;A String&quot;, # The name of the enterprise displayed to users. This field has a maximum length of 100 characters.
&quot;logo&quot;: { # Data hosted at an external location. The data is to be downloaded by Android Device Policy and verified against the hash. # An image displayed as a logo during device provisioning. Supported types are: image/bmp, image/gif, image/x-ico, image/jpeg, image/png, image/webp, image/vnd.wap.wbmp, image/x-adobe-dng.
&quot;sha256Hash&quot;: &quot;A String&quot;, # The base-64 encoded SHA-256 hash of the content hosted at url. If the content doesn&#x27;t match this hash, Android Device Policy won&#x27;t use the data.
&quot;url&quot;: &quot;A String&quot;, # The absolute URL to the data, which must use either the http or https scheme. Android Device Policy doesn&#x27;t provide any credentials in the GET request, so the URL must be publicly accessible. Including a long, random component in the URL may be used to prevent attackers from discovering the URL.
Expand Down Expand Up @@ -419,7 +419,7 @@ <h3>Method Details</h3>

<div class="method">
<code class="details" id="patch">patch(name, body=None, updateMask=None, x__xgafv=None)</code>
<pre>Updates an enterprise.
<pre>Updates an enterprise. See also: SigninDetail

Args:
name: string, The name of the enterprise in the form enterprises/{enterpriseId}. (required)
Expand All @@ -440,7 +440,7 @@ <h3>Method Details</h3>
&quot;enabledNotificationTypes&quot;: [ # The types of Google Pub/Sub notifications enabled for the enterprise.
&quot;A String&quot;,
],
&quot;enterpriseDisplayName&quot;: &quot;A String&quot;, # The name of the enterprise displayed to users.
&quot;enterpriseDisplayName&quot;: &quot;A String&quot;, # The name of the enterprise displayed to users. This field has a maximum length of 100 characters.
&quot;logo&quot;: { # Data hosted at an external location. The data is to be downloaded by Android Device Policy and verified against the hash. # An image displayed as a logo during device provisioning. Supported types are: image/bmp, image/gif, image/x-ico, image/jpeg, image/png, image/webp, image/vnd.wap.wbmp, image/x-adobe-dng.
&quot;sha256Hash&quot;: &quot;A String&quot;, # The base-64 encoded SHA-256 hash of the content hosted at url. If the content doesn&#x27;t match this hash, Android Device Policy won&#x27;t use the data.
&quot;url&quot;: &quot;A String&quot;, # The absolute URL to the data, which must use either the http or https scheme. Android Device Policy doesn&#x27;t provide any credentials in the GET request, so the URL must be publicly accessible. Including a long, random component in the URL may be used to prevent attackers from discovering the URL.
Expand Down Expand Up @@ -497,7 +497,7 @@ <h3>Method Details</h3>
&quot;enabledNotificationTypes&quot;: [ # The types of Google Pub/Sub notifications enabled for the enterprise.
&quot;A String&quot;,
],
&quot;enterpriseDisplayName&quot;: &quot;A String&quot;, # The name of the enterprise displayed to users.
&quot;enterpriseDisplayName&quot;: &quot;A String&quot;, # The name of the enterprise displayed to users. This field has a maximum length of 100 characters.
&quot;logo&quot;: { # Data hosted at an external location. The data is to be downloaded by Android Device Policy and verified against the hash. # An image displayed as a logo during device provisioning. Supported types are: image/bmp, image/gif, image/x-ico, image/jpeg, image/png, image/webp, image/vnd.wap.wbmp, image/x-adobe-dng.
&quot;sha256Hash&quot;: &quot;A String&quot;, # The base-64 encoded SHA-256 hash of the content hosted at url. If the content doesn&#x27;t match this hash, Android Device Policy won&#x27;t use the data.
&quot;url&quot;: &quot;A String&quot;, # The absolute URL to the data, which must use either the http or https scheme. Android Device Policy doesn&#x27;t provide any credentials in the GET request, so the URL must be publicly accessible. Including a long, random component in the URL may be used to prevent attackers from discovering the URL.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,14 @@ <h3>Method Details</h3>
},
],
},
&quot;userCountrySets&quot;: [ # Definition of user country sets for the app.
{ # A set of user countries. A country set determines what variation of app content gets served to a specific location.
&quot;countryCodes&quot;: [ # List of country codes representing countries. A Country code is represented in ISO 3166 alpha-2 format. For Example:- &quot;IT&quot; for Italy, &quot;GE&quot; for Georgia.
&quot;A String&quot;,
],
&quot;name&quot;: &quot;A String&quot;, # Country set name.
},
],
}

allowUnknownDevices: boolean, Whether the service should accept device IDs that are unknown to Play&#x27;s device catalog.
Expand Down Expand Up @@ -209,6 +217,14 @@ <h3>Method Details</h3>
},
],
},
&quot;userCountrySets&quot;: [ # Definition of user country sets for the app.
{ # A set of user countries. A country set determines what variation of app content gets served to a specific location.
&quot;countryCodes&quot;: [ # List of country codes representing countries. A Country code is represented in ISO 3166 alpha-2 format. For Example:- &quot;IT&quot; for Italy, &quot;GE&quot; for Georgia.
&quot;A String&quot;,
],
&quot;name&quot;: &quot;A String&quot;, # Country set name.
},
],
}</pre>
</div>

Expand Down Expand Up @@ -274,6 +290,14 @@ <h3>Method Details</h3>
},
],
},
&quot;userCountrySets&quot;: [ # Definition of user country sets for the app.
{ # A set of user countries. A country set determines what variation of app content gets served to a specific location.
&quot;countryCodes&quot;: [ # List of country codes representing countries. A Country code is represented in ISO 3166 alpha-2 format. For Example:- &quot;IT&quot; for Italy, &quot;GE&quot; for Georgia.
&quot;A String&quot;,
],
&quot;name&quot;: &quot;A String&quot;, # Country set name.
},
],
}</pre>
</div>

Expand Down Expand Up @@ -342,6 +366,14 @@ <h3>Method Details</h3>
},
],
},
&quot;userCountrySets&quot;: [ # Definition of user country sets for the app.
{ # A set of user countries. A country set determines what variation of app content gets served to a specific location.
&quot;countryCodes&quot;: [ # List of country codes representing countries. A Country code is represented in ISO 3166 alpha-2 format. For Example:- &quot;IT&quot; for Italy, &quot;GE&quot; for Georgia.
&quot;A String&quot;,
],
&quot;name&quot;: &quot;A String&quot;, # Country set name.
},
],
},
],
&quot;nextPageToken&quot;: &quot;A String&quot;, # A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages.
Expand Down
Loading