Update docs for 1.4.2 release
diff --git a/docs/dyn/androidenterprise_v1.enterprises.html b/docs/dyn/androidenterprise_v1.enterprises.html
index 6743d07..6f25523 100644
--- a/docs/dyn/androidenterprise_v1.enterprises.html
+++ b/docs/dyn/androidenterprise_v1.enterprises.html
@@ -90,6 +90,9 @@
<code><a href="#list">list(domain)</a></code></p>
<p class="firstline">Looks up an enterprise by domain name.</p>
<p class="toc_element">
+ <code><a href="#sendTestPushNotification">sendTestPushNotification(enterpriseId)</a></code></p>
+<p class="firstline">Sends a test push notification to validate the MDM integration with the Google Cloud Pubsub service for this enterprise.</p>
+<p class="toc_element">
<code><a href="#setAccount">setAccount(enterpriseId, body)</a></code></p>
<p class="firstline">Set the account that will be used to authenticate to the API as the enterprise.</p>
<p class="toc_element">
@@ -251,6 +254,22 @@
</div>
<div class="method">
+ <code class="details" id="sendTestPushNotification">sendTestPushNotification(enterpriseId)</code>
+ <pre>Sends a test push notification to validate the MDM integration with the Google Cloud Pubsub service for this enterprise.
+
+Args:
+ enterpriseId: string, The ID of the enterprise. (required)
+
+Returns:
+ An object of the form:
+
+ {
+ "topicName": "A String", # The name of the Cloud Pubsub topic to which notifications for this enterprise's enrolled account will be sent.
+ "messageId": "A String", # The message ID of the test push notification that was sent.
+ }</pre>
+</div>
+
+<div class="method">
<code class="details" id="setAccount">setAccount(enterpriseId, body)</code>
<pre>Set the account that will be used to authenticate to the API as the enterprise.