Skip to content

Commit e09822d

Browse files
chore(cloudsearch): update the api
1 parent a3343e3 commit e09822d

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

docs/dyn/cloudsearch_v1.stats.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ <h3>Method Details</h3>
213213
{
214214
&quot;stats&quot;: [
215215
{
216-
&quot;date&quot;: { # Represents a whole calendar date, for example a date of birth. The time of day and time zone are either specified elsewhere or are not significant. The date is relative to the [Proleptic Gregorian Calendar](https://en.wikipedia.org/wiki/Proleptic_Gregorian_calendar). The date must be a valid calendar date between the year 1 and 9999. # Date for which session stats were calculated. Stats calculated on the next day close to midnight are returned.
216+
&quot;date&quot;: { # Represents a whole calendar date, for example a date of birth. The time of day and time zone are either specified elsewhere or are not significant. The date is relative to the [Proleptic Gregorian Calendar](https://en.wikipedia.org/wiki/Proleptic_Gregorian_calendar). The date must be a valid calendar date between the year 1 and 9999. # Date for which session stats were calculated. Stats are calculated on the following day, close to midnight PST, and then returned.
217217
&quot;day&quot;: 42, # Day of month. Must be from 1 to 31 and valid for the year and month.
218218
&quot;month&quot;: 42, # Month of date. Must be from 1 to 12.
219219
&quot;year&quot;: 42, # Year of date. Must be from 1 to 9999.

docs/dyn/cloudsearch_v1.stats.session.searchapplications.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ <h3>Method Details</h3>
109109
{
110110
&quot;stats&quot;: [
111111
{
112-
&quot;date&quot;: { # Represents a whole calendar date, for example a date of birth. The time of day and time zone are either specified elsewhere or are not significant. The date is relative to the [Proleptic Gregorian Calendar](https://en.wikipedia.org/wiki/Proleptic_Gregorian_calendar). The date must be a valid calendar date between the year 1 and 9999. # Date for which session stats were calculated. Stats calculated on the next day close to midnight are returned.
112+
&quot;date&quot;: { # Represents a whole calendar date, for example a date of birth. The time of day and time zone are either specified elsewhere or are not significant. The date is relative to the [Proleptic Gregorian Calendar](https://en.wikipedia.org/wiki/Proleptic_Gregorian_calendar). The date must be a valid calendar date between the year 1 and 9999. # Date for which session stats were calculated. Stats are calculated on the following day, close to midnight PST, and then returned.
113113
&quot;day&quot;: 42, # Day of month. Must be from 1 to 31 and valid for the year and month.
114114
&quot;month&quot;: 42, # Month of date. Must be from 1 to 12.
115115
&quot;year&quot;: 42, # Year of date. Must be from 1 to 9999.

docs/dyn/cloudsearch_v1.v1.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ <h2>Instance Methods</h2>
7979
<p class="firstline">Close httplib2 connections.</p>
8080
<p class="toc_element">
8181
<code><a href="#initializeCustomer">initializeCustomer(body=None, x__xgafv=None)</a></code></p>
82-
<p class="firstline">Initializes the customer. **Note:** This API requires an admin account to execute.</p>
82+
<p class="firstline">Enables `third party` support in Google Cloud Search. **Note:** This API requires an admin account to execute.</p>
8383
<h3>Method Details</h3>
8484
<div class="method">
8585
<code class="details" id="close">close()</code>
@@ -88,7 +88,7 @@ <h3>Method Details</h3>
8888

8989
<div class="method">
9090
<code class="details" id="initializeCustomer">initializeCustomer(body=None, x__xgafv=None)</code>
91-
<pre>Initializes the customer. **Note:** This API requires an admin account to execute.
91+
<pre>Enables `third party` support in Google Cloud Search. **Note:** This API requires an admin account to execute.
9292

9393
Args:
9494
body: object, The request body.

googleapiclient/discovery_cache/documents/cloudsearch.v1.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1918,7 +1918,7 @@
19181918
"v1": {
19191919
"methods": {
19201920
"initializeCustomer": {
1921-
"description": "Initializes the customer. **Note:** This API requires an admin account to execute.",
1921+
"description": "Enables `third party` support in Google Cloud Search. **Note:** This API requires an admin account to execute.",
19221922
"flatPath": "v1:initializeCustomer",
19231923
"httpMethod": "POST",
19241924
"id": "cloudsearch.initializeCustomer",
@@ -1940,7 +1940,7 @@
19401940
}
19411941
}
19421942
},
1943-
"revision": "20211116",
1943+
"revision": "20211130",
19441944
"rootUrl": "https://cloudsearch.googleapis.com/",
19451945
"schemas": {
19461946
"AuditLoggingSettings": {
@@ -2082,7 +2082,7 @@
20822082
"properties": {
20832083
"date": {
20842084
"$ref": "Date",
2085-
"description": "Date for which session stats were calculated. Stats calculated on the next day close to midnight are returned."
2085+
"description": "Date for which session stats were calculated. Stats are calculated on the following day, close to midnight PST, and then returned."
20862086
},
20872087
"searchSessionsCount": {
20882088
"description": "The count of search sessions on the day",
@@ -4526,7 +4526,7 @@
45264526
"properties": {
45274527
"date": {
45284528
"$ref": "Date",
4529-
"description": "Date for which session stats were calculated. Stats calculated on the next day close to midnight are returned."
4529+
"description": "Date for which session stats were calculated. Stats are calculated on the following day, close to midnight PST, and then returned."
45304530
},
45314531
"searchSessionsCount": {
45324532
"description": "The count of search sessions on the day",

0 commit comments

Comments
 (0)