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/advisorynotifications_v1.organizations.locations.html
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -99,7 +99,7 @@ <h3>Method Details</h3>
99
99
<pre>Get notification settings.
100
100
101
101
Args:
102
-
name: string, Required. The resource name of the settings to retrieve. Format: organizations/{organization}/locations/{location}/settings. (required)
102
+
name: string, Required. The resource name of the settings to retrieve. Format: organizations/{organization}/locations/{location}/settings or projects/{projects}/locations/{location}/settings. (required)
103
103
x__xgafv: string, V1 error format.
104
104
Allowed values
105
105
1 - v1 error format
@@ -110,7 +110,7 @@ <h3>Method Details</h3>
110
110
111
111
{ # Settings for Advisory Notifications.
112
112
"etag": "A String", # Required. Fingerprint for optimistic concurrency returned in Get requests. Must be provided for Update requests. If the value provided does not match the value known to the server, ABORTED will be thrown, and the client should retry the read-modify-write cycle.
113
-
"name": "A String", # Identifier. The resource name of the settings to retrieve. Format: organizations/{organization}/locations/{location}/settings.
113
+
"name": "A String", # Identifier. The resource name of the settings to retrieve. Format: organizations/{organization}/locations/{location}/settings or projects/{projects}/locations/{location}/settings.
114
114
"notificationSettings": { # Required. Map of each notification type and its settings to get/set all settings at once. The server will validate the value for each notification type.
115
115
"a_key": { # Settings for each NotificationType.
116
116
"enabled": True or False, # Whether the associated NotificationType is enabled.
@@ -124,13 +124,13 @@ <h3>Method Details</h3>
124
124
<pre>Update notification settings.
125
125
126
126
Args:
127
-
name: string, Identifier. The resource name of the settings to retrieve. Format: organizations/{organization}/locations/{location}/settings. (required)
127
+
name: string, Identifier. The resource name of the settings to retrieve. Format: organizations/{organization}/locations/{location}/settings or projects/{projects}/locations/{location}/settings. (required)
128
128
body: object, The request body.
129
129
The object takes the form of:
130
130
131
131
{ # Settings for Advisory Notifications.
132
132
"etag": "A String", # Required. Fingerprint for optimistic concurrency returned in Get requests. Must be provided for Update requests. If the value provided does not match the value known to the server, ABORTED will be thrown, and the client should retry the read-modify-write cycle.
133
-
"name": "A String", # Identifier. The resource name of the settings to retrieve. Format: organizations/{organization}/locations/{location}/settings.
133
+
"name": "A String", # Identifier. The resource name of the settings to retrieve. Format: organizations/{organization}/locations/{location}/settings or projects/{projects}/locations/{location}/settings.
134
134
"notificationSettings": { # Required. Map of each notification type and its settings to get/set all settings at once. The server will validate the value for each notification type.
135
135
"a_key": { # Settings for each NotificationType.
136
136
"enabled": True or False, # Whether the associated NotificationType is enabled.
@@ -148,7 +148,7 @@ <h3>Method Details</h3>
148
148
149
149
{ # Settings for Advisory Notifications.
150
150
"etag": "A String", # Required. Fingerprint for optimistic concurrency returned in Get requests. Must be provided for Update requests. If the value provided does not match the value known to the server, ABORTED will be thrown, and the client should retry the read-modify-write cycle.
151
-
"name": "A String", # Identifier. The resource name of the settings to retrieve. Format: organizations/{organization}/locations/{location}/settings.
151
+
"name": "A String", # Identifier. The resource name of the settings to retrieve. Format: organizations/{organization}/locations/{location}/settings or projects/{projects}/locations/{location}/settings.
152
152
"notificationSettings": { # Required. Map of each notification type and its settings to get/set all settings at once. The server will validate the value for each notification type.
153
153
"a_key": { # Settings for each NotificationType.
154
154
"enabled": True or False, # Whether the associated NotificationType is enabled.
Copy file name to clipboardExpand all lines: docs/dyn/advisorynotifications_v1.organizations.locations.notifications.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -156,7 +156,7 @@ <h3>Method Details</h3>
156
156
<pre>Lists notifications under a given parent.
157
157
158
158
Args:
159
-
parent: string, Required. The parent, which owns this collection of notifications. Must be of the form "organizations/{organization}/locations/{location}" or "projects/{project}/locations/{location}" (required)
159
+
parent: string, Required. The parent, which owns this collection of notifications. Must be of the form "organizations/{organization}/locations/{location}" or "projects/{project}/locations/{location}". (required)
160
160
languageCode: string, ISO code for requested localization language. If unset, will be interpereted as "en". If the requested language is valid, but not supported for this notification, English will be returned with an "Not applicable" LocalizationState. If the ISO code is invalid (i.e. not a real language), this RPC will throw an error.
161
161
pageSize: integer, The maximum number of notifications to return. The service may return fewer than this value. If unspecified or equal to 0, at most 50 notifications will be returned. The maximum value is 50; values above 50 will be coerced to 50.
162
162
pageToken: string, A page token returned from a previous request. When paginating, all other parameters provided in the request must match the call that returned the page token.
name: string, Required. The resource name of the settings to retrieve. Format: organizations/{organization}/locations/{location}/settings or projects/{projects}/locations/{location}/settings. (required)
103
+
x__xgafv: string, V1 error format.
104
+
Allowed values
105
+
1 - v1 error format
106
+
2 - v2 error format
107
+
108
+
Returns:
109
+
An object of the form:
110
+
111
+
{ # Settings for Advisory Notifications.
112
+
"etag": "A String", # Required. Fingerprint for optimistic concurrency returned in Get requests. Must be provided for Update requests. If the value provided does not match the value known to the server, ABORTED will be thrown, and the client should retry the read-modify-write cycle.
113
+
"name": "A String", # Identifier. The resource name of the settings to retrieve. Format: organizations/{organization}/locations/{location}/settings or projects/{projects}/locations/{location}/settings.
114
+
"notificationSettings": { # Required. Map of each notification type and its settings to get/set all settings at once. The server will validate the value for each notification type.
115
+
"a_key": { # Settings for each NotificationType.
116
+
"enabled": True or False, # Whether the associated NotificationType is enabled.
name: string, Identifier. The resource name of the settings to retrieve. Format: organizations/{organization}/locations/{location}/settings or projects/{projects}/locations/{location}/settings. (required)
128
+
body: object, The request body.
129
+
The object takes the form of:
130
+
131
+
{ # Settings for Advisory Notifications.
132
+
"etag": "A String", # Required. Fingerprint for optimistic concurrency returned in Get requests. Must be provided for Update requests. If the value provided does not match the value known to the server, ABORTED will be thrown, and the client should retry the read-modify-write cycle.
133
+
"name": "A String", # Identifier. The resource name of the settings to retrieve. Format: organizations/{organization}/locations/{location}/settings or projects/{projects}/locations/{location}/settings.
134
+
"notificationSettings": { # Required. Map of each notification type and its settings to get/set all settings at once. The server will validate the value for each notification type.
135
+
"a_key": { # Settings for each NotificationType.
136
+
"enabled": True or False, # Whether the associated NotificationType is enabled.
137
+
},
138
+
},
139
+
}
140
+
141
+
x__xgafv: string, V1 error format.
142
+
Allowed values
143
+
1 - v1 error format
144
+
2 - v2 error format
145
+
146
+
Returns:
147
+
An object of the form:
148
+
149
+
{ # Settings for Advisory Notifications.
150
+
"etag": "A String", # Required. Fingerprint for optimistic concurrency returned in Get requests. Must be provided for Update requests. If the value provided does not match the value known to the server, ABORTED will be thrown, and the client should retry the read-modify-write cycle.
151
+
"name": "A String", # Identifier. The resource name of the settings to retrieve. Format: organizations/{organization}/locations/{location}/settings or projects/{projects}/locations/{location}/settings.
152
+
"notificationSettings": { # Required. Map of each notification type and its settings to get/set all settings at once. The server will validate the value for each notification type.
153
+
"a_key": { # Settings for each NotificationType.
154
+
"enabled": True or False, # Whether the associated NotificationType is enabled.
Copy file name to clipboardExpand all lines: docs/dyn/advisorynotifications_v1.projects.locations.notifications.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -156,7 +156,7 @@ <h3>Method Details</h3>
156
156
<pre>Lists notifications under a given parent.
157
157
158
158
Args:
159
-
parent: string, Required. The parent, which owns this collection of notifications. Must be of the form "organizations/{organization}/locations/{location}" or "projects/{project}/locations/{location}" (required)
159
+
parent: string, Required. The parent, which owns this collection of notifications. Must be of the form "organizations/{organization}/locations/{location}" or "projects/{project}/locations/{location}". (required)
160
160
languageCode: string, ISO code for requested localization language. If unset, will be interpereted as "en". If the requested language is valid, but not supported for this notification, English will be returned with an "Not applicable" LocalizationState. If the ISO code is invalid (i.e. not a real language), this RPC will throw an error.
161
161
pageSize: integer, The maximum number of notifications to return. The service may return fewer than this value. If unspecified or equal to 0, at most 50 notifications will be returned. The maximum value is 50; values above 50 will be coerced to 50.
162
162
pageToken: string, A page token returned from a previous request. When paginating, all other parameters provided in the request must match the call that returned the page token.
"responseMimeType": "A String", # Optional. Output response mimetype of the generated candidate text. Supported mimetype: `text/plain`: (default) Text output. `application/json`: JSON response in the candidates. The model needs to be prompted to output the appropriate response type, otherwise the behavior is undefined. This is a preview feature.
"responseMimeType": "A String", # Optional. Output response mimetype of the generated candidate text. Supported mimetype: `text/plain`: (default) Text output. `application/json`: JSON response in the candidates. The model needs to be prompted to output the appropriate response type, otherwise the behavior is undefined. This is a preview feature.
Copy file name to clipboardExpand all lines: docs/dyn/aiplatform_v1.projects.locations.indexEndpoints.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -377,7 +377,7 @@ <h3>Method Details</h3>
377
377
body: object, The request body.
378
378
The object takes the form of:
379
379
380
-
{ # LINT.IfChange The request message for MatchService.FindNeighbors.
380
+
{ # The request message for MatchService.FindNeighbors.
381
381
"deployedIndexId": "A String", # The ID of the DeployedIndex that will serve the request. This request is sent to a specific IndexEndpoint, as per the IndexEndpoint.network. That IndexEndpoint also has IndexEndpoint.deployed_indexes, and each such index has a DeployedIndex.id field. The value of the field below must equal one of the DeployedIndex.id fields of the IndexEndpoint that is being called for this request.
382
382
"queries": [ # The list of queries.
383
383
{ # A query to find a number of the nearest neighbors (most similar vectors) of a vector.
0 commit comments