You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/dyn/cloudsearch_v1.stats.query.searchapplications.html
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -106,9 +106,9 @@ <h3>Method Details</h3>
106
106
Returns:
107
107
An object of the form:
108
108
109
-
{
110
-
"stats": [
111
-
{
109
+
{ # Response format for getting query stats at a search application level between given dates.
110
+
"stats": [ # Search application level query stats per date
111
+
{ # Search application level query stats per date
112
112
"date": { # 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 query stats were calculated. Stats calculated on the next day close to midnight are returned.
113
113
"day": 42, # Day of month. Must be from 1 to 31 and valid for the year and month.
114
114
"month": 42, # Month of date. Must be from 1 to 12.
<pre>Initializes the customer. **Note:** This API requires an admin account to execute.
92
+
93
+
Args:
94
+
body: object, The request body.
95
+
The object takes the form of:
96
+
97
+
{ # Request message for `InitializeCustomer` method.
98
+
}
99
+
100
+
x__xgafv: string, V1 error format.
101
+
Allowed values
102
+
1 - v1 error format
103
+
2 - v2 error format
104
+
105
+
Returns:
106
+
An object of the form:
107
+
108
+
{ # This resource represents a long-running operation that is the result of a network API call.
109
+
"done": True or False, # If the value is `false`, it means the operation is still in progress. If `true`, the operation is completed, and either `error` or `response` is available.
110
+
"error": { # The `Status` type defines a logical error model that is suitable for different programming environments, including REST APIs and RPC APIs. It is used by [gRPC](https://github.com/grpc). Each `Status` message contains three pieces of data: error code, error message, and error details. You can find out more about this error model and how to work with it in the [API Design Guide](https://cloud.google.com/apis/design/errors). # The error result of the operation in case of failure or cancellation.
111
+
"code": 42, # The status code, which should be an enum value of google.rpc.Code.
112
+
"details": [ # A list of messages that carry the error details. There is a common set of message types for APIs to use.
113
+
{
114
+
"a_key": "", # Properties of the object. Contains field @type with type URL.
115
+
},
116
+
],
117
+
"message": "A String", # A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client.
118
+
},
119
+
"metadata": { # Service-specific metadata associated with the operation. It typically contains progress information and common metadata such as create time. Some services might not provide such metadata. Any method that returns a long-running operation should document the metadata type, if any.
120
+
"a_key": "", # Properties of the object. Contains field @type with type URL.
121
+
},
122
+
"name": "A String", # The server-assigned name, which is only unique within the same service that originally returns it. If you use the default HTTP mapping, the `name` should be a resource name ending with `operations/{unique_id}`.
123
+
"response": { # The normal response of the operation in case of success. If the original method returns no data on success, such as `Delete`, the response is `google.protobuf.Empty`. If the original method is standard `Get`/`Create`/`Update`, the response should be the resource. For other methods, the response should have the type `XxxResponse`, where `Xxx` is the original method name. For example, if the original method name is `TakeSnapshot()`, the inferred response type is `TakeSnapshotResponse`.
124
+
"a_key": "", # Properties of the object. Contains field @type with type URL.
"description": "Response format for getting query stats at a search application level between given dates.",
2765
2790
"id": "GetSearchApplicationQueryStatsResponse",
2766
2791
"properties": {
2767
2792
"stats": {
2793
+
"description": "Search application level query stats per date",
2768
2794
"items": {
2769
2795
"$ref": "SearchApplicationQueryStats"
2770
2796
},
@@ -2882,6 +2908,12 @@
2882
2908
},
2883
2909
"type": "object"
2884
2910
},
2911
+
"InitializeCustomerRequest": {
2912
+
"description": "Request message for `InitializeCustomer` method.",
2913
+
"id": "InitializeCustomerRequest",
2914
+
"properties": {},
2915
+
"type": "object"
2916
+
},
2885
2917
"IntegerOperatorOptions": {
2886
2918
"description": "Used to provide a search operator for integer properties. This is optional. Search operators let users restrict the query to specific fields relevant to the type of item being searched.",
2887
2919
"id": "IntegerOperatorOptions",
@@ -4473,6 +4505,7 @@
4473
4505
"type": "object"
4474
4506
},
4475
4507
"SearchApplicationQueryStats": {
4508
+
"description": "Search application level query stats per date",
0 commit comments