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/addressvalidation_v1.v1.html
+2-2
Original file line number
Diff line number
Diff line change
@@ -175,7 +175,7 @@ <h3>Method Details</h3>
175
175
},
176
176
],
177
177
"formattedAddress": "A String", # The post-processed address, formatted as a single-line address following the address formatting rules of the region where the address is located. Note: the format of this address may not match the format of the address in the `postal_address` field. For example, the `postal_address` always represents the country as a 2 letter `region_code`, such as "US" or "NZ". By contrast, this field uses a longer form of the country name, such as "USA" or "New Zealand".
178
-
"missingComponentTypes": [ # The types of components that were expected to be present in a correctly formatted mailing address but were not found in the input AND could not be inferred. Components of this type are not present in `formatted_address`, `postal_address`, or `address_components`. An example might be `['street_number', 'route']` for an input like "Boulder, Colorado, 80301, USA". The list of possible types can be found [here](https://developers.google.com/maps/documentation/geocoding/requests-geocoding#Types).
178
+
"missingComponentTypes": [ # The types of components that were expected to be present in a correctly formatted mailing address but were not found in the input AND could not be inferred. An example might be `['street_number', 'route']` for an input like "Boulder, Colorado, 80301, USA". The list of possible types can be found [here](https://developers.google.com/maps/documentation/geocoding/requests-geocoding#Types). **Note: you might see a missing component type when you think you've already supplied the missing component.** For example, this can happen when the input address contains the building name, but not the premise number. In the address "渋谷区渋谷3丁目 Shibuya Stream", the building name "Shibuya Stream" has the component type `premise`, but the premise number is missing, so `missing_component_types` will contain `premise`.
179
179
"A String",
180
180
],
181
181
"postalAddress": { # Represents a postal address (for example, for postal delivery or payments addresses). Given a postal address, a postal service can deliver items to a premise, P.O. box or similar. It is not intended to model geographical locations (roads, towns, mountains). In typical usage, an address would be created by user input or from importing existing data, depending on the type of process. Advice on address input or editing: - Use an internationalization-ready address widget such as https://github.com/google/libaddressinput. - Users should not be presented with UI elements for input or editing of fields outside countries where that field is used. For more guidance on how to use this schema, see: https://support.google.com/business/answer/6397478. # The post-processed address represented as a postal address.
@@ -218,7 +218,7 @@ <h3>Method Details</h3>
218
218
},
219
219
],
220
220
"formattedAddress": "A String", # The post-processed address, formatted as a single-line address following the address formatting rules of the region where the address is located. Note: the format of this address may not match the format of the address in the `postal_address` field. For example, the `postal_address` always represents the country as a 2 letter `region_code`, such as "US" or "NZ". By contrast, this field uses a longer form of the country name, such as "USA" or "New Zealand".
221
-
"missingComponentTypes": [ # The types of components that were expected to be present in a correctly formatted mailing address but were not found in the input AND could not be inferred. Components of this type are not present in `formatted_address`, `postal_address`, or `address_components`. An example might be `['street_number', 'route']` for an input like "Boulder, Colorado, 80301, USA". The list of possible types can be found [here](https://developers.google.com/maps/documentation/geocoding/requests-geocoding#Types).
221
+
"missingComponentTypes": [ # The types of components that were expected to be present in a correctly formatted mailing address but were not found in the input AND could not be inferred. An example might be `['street_number', 'route']` for an input like "Boulder, Colorado, 80301, USA". The list of possible types can be found [here](https://developers.google.com/maps/documentation/geocoding/requests-geocoding#Types). **Note: you might see a missing component type when you think you've already supplied the missing component.** For example, this can happen when the input address contains the building name, but not the premise number. In the address "渋谷区渋谷3丁目 Shibuya Stream", the building name "Shibuya Stream" has the component type `premise`, but the premise number is missing, so `missing_component_types` will contain `premise`.
222
222
"A String",
223
223
],
224
224
"postalAddress": { # Represents a postal address (for example, for postal delivery or payments addresses). Given a postal address, a postal service can deliver items to a premise, P.O. box or similar. It is not intended to model geographical locations (roads, towns, mountains). In typical usage, an address would be created by user input or from importing existing data, depending on the type of process. Advice on address input or editing: - Use an internationalization-ready address widget such as https://github.com/google/libaddressinput. - Users should not be presented with UI elements for input or editing of fields outside countries where that field is used. For more guidance on how to use this schema, see: https://support.google.com/business/answer/6397478. # The post-processed address represented as a postal address.
Copy file name to clipboardExpand all lines: docs/dyn/admin_directory_v1.customers.chrome.printServers.html
+11-11
Original file line number
Diff line number
Diff line change
@@ -120,7 +120,7 @@ <h3>Method Details</h3>
120
120
"description": "A String", # Editable. Description of the print server (as shown in the Admin console).
121
121
"displayName": "A String", # Editable. Display name of the print server (as shown in the Admin console).
122
122
"id": "A String", # Immutable. ID of the print server. Leave empty when creating.
123
-
"name": "A String", # Immutable. Resource name of the print server. Leave empty when creating. Format: `customers/{customer.id}/printServers/{print_server.id}`
123
+
"name": "A String", # Identifier. Resource name of the print server. Leave empty when creating. Format: `customers/{customer.id}/printServers/{print_server.id}`
124
124
"orgUnitId": "A String", # ID of the organization unit (OU) that owns this print server. This value can only be set when the print server is initially created. If it's not populated, the print server is placed under the root OU. The `org_unit_id` can be retrieved using the [Directory API](/admin-sdk/directory/reference/rest/v1/orgunits).
125
125
"uri": "A String", # Editable. Print server URI.
126
126
},
@@ -146,7 +146,7 @@ <h3>Method Details</h3>
146
146
"description": "A String", # Editable. Description of the print server (as shown in the Admin console).
147
147
"displayName": "A String", # Editable. Display name of the print server (as shown in the Admin console).
148
148
"id": "A String", # Immutable. ID of the print server. Leave empty when creating.
149
-
"name": "A String", # Immutable. Resource name of the print server. Leave empty when creating. Format: `customers/{customer.id}/printServers/{print_server.id}`
149
+
"name": "A String", # Identifier. Resource name of the print server. Leave empty when creating. Format: `customers/{customer.id}/printServers/{print_server.id}`
150
150
"orgUnitId": "A String", # ID of the organization unit (OU) that owns this print server. This value can only be set when the print server is initially created. If it's not populated, the print server is placed under the root OU. The `org_unit_id` can be retrieved using the [Directory API](/admin-sdk/directory/reference/rest/v1/orgunits).
151
151
"uri": "A String", # Editable. Print server URI.
152
152
},
@@ -159,7 +159,7 @@ <h3>Method Details</h3>
159
159
"description": "A String", # Editable. Description of the print server (as shown in the Admin console).
160
160
"displayName": "A String", # Editable. Display name of the print server (as shown in the Admin console).
161
161
"id": "A String", # Immutable. ID of the print server. Leave empty when creating.
162
-
"name": "A String", # Immutable. Resource name of the print server. Leave empty when creating. Format: `customers/{customer.id}/printServers/{print_server.id}`
162
+
"name": "A String", # Identifier. Resource name of the print server. Leave empty when creating. Format: `customers/{customer.id}/printServers/{print_server.id}`
163
163
"orgUnitId": "A String", # ID of the organization unit (OU) that owns this print server. This value can only be set when the print server is initially created. If it's not populated, the print server is placed under the root OU. The `org_unit_id` can be retrieved using the [Directory API](/admin-sdk/directory/reference/rest/v1/orgunits).
164
164
"uri": "A String", # Editable. Print server URI.
165
165
},
@@ -200,7 +200,7 @@ <h3>Method Details</h3>
200
200
"description": "A String", # Editable. Description of the print server (as shown in the Admin console).
201
201
"displayName": "A String", # Editable. Display name of the print server (as shown in the Admin console).
202
202
"id": "A String", # Immutable. ID of the print server. Leave empty when creating.
203
-
"name": "A String", # Immutable. Resource name of the print server. Leave empty when creating. Format: `customers/{customer.id}/printServers/{print_server.id}`
203
+
"name": "A String", # Identifier. Resource name of the print server. Leave empty when creating. Format: `customers/{customer.id}/printServers/{print_server.id}`
204
204
"orgUnitId": "A String", # ID of the organization unit (OU) that owns this print server. This value can only be set when the print server is initially created. If it's not populated, the print server is placed under the root OU. The `org_unit_id` can be retrieved using the [Directory API](/admin-sdk/directory/reference/rest/v1/orgunits).
205
205
"uri": "A String", # Editable. Print server URI.
206
206
},
@@ -232,7 +232,7 @@ <h3>Method Details</h3>
232
232
"description": "A String", # Editable. Description of the print server (as shown in the Admin console).
233
233
"displayName": "A String", # Editable. Display name of the print server (as shown in the Admin console).
234
234
"id": "A String", # Immutable. ID of the print server. Leave empty when creating.
235
-
"name": "A String", # Immutable. Resource name of the print server. Leave empty when creating. Format: `customers/{customer.id}/printServers/{print_server.id}`
235
+
"name": "A String", # Identifier. Resource name of the print server. Leave empty when creating. Format: `customers/{customer.id}/printServers/{print_server.id}`
236
236
"orgUnitId": "A String", # ID of the organization unit (OU) that owns this print server. This value can only be set when the print server is initially created. If it's not populated, the print server is placed under the root OU. The `org_unit_id` can be retrieved using the [Directory API](/admin-sdk/directory/reference/rest/v1/orgunits).
237
237
"uri": "A String", # Editable. Print server URI.
238
238
}
@@ -250,7 +250,7 @@ <h3>Method Details</h3>
250
250
"description": "A String", # Editable. Description of the print server (as shown in the Admin console).
251
251
"displayName": "A String", # Editable. Display name of the print server (as shown in the Admin console).
252
252
"id": "A String", # Immutable. ID of the print server. Leave empty when creating.
253
-
"name": "A String", # Immutable. Resource name of the print server. Leave empty when creating. Format: `customers/{customer.id}/printServers/{print_server.id}`
253
+
"name": "A String", # Identifier. Resource name of the print server. Leave empty when creating. Format: `customers/{customer.id}/printServers/{print_server.id}`
254
254
"orgUnitId": "A String", # ID of the organization unit (OU) that owns this print server. This value can only be set when the print server is initially created. If it's not populated, the print server is placed under the root OU. The `org_unit_id` can be retrieved using the [Directory API](/admin-sdk/directory/reference/rest/v1/orgunits).
255
255
"uri": "A String", # Editable. Print server URI.
256
256
}</pre>
@@ -293,7 +293,7 @@ <h3>Method Details</h3>
293
293
"description": "A String", # Editable. Description of the print server (as shown in the Admin console).
294
294
"displayName": "A String", # Editable. Display name of the print server (as shown in the Admin console).
295
295
"id": "A String", # Immutable. ID of the print server. Leave empty when creating.
296
-
"name": "A String", # Immutable. Resource name of the print server. Leave empty when creating. Format: `customers/{customer.id}/printServers/{print_server.id}`
296
+
"name": "A String", # Identifier. Resource name of the print server. Leave empty when creating. Format: `customers/{customer.id}/printServers/{print_server.id}`
297
297
"orgUnitId": "A String", # ID of the organization unit (OU) that owns this print server. This value can only be set when the print server is initially created. If it's not populated, the print server is placed under the root OU. The `org_unit_id` can be retrieved using the [Directory API](/admin-sdk/directory/reference/rest/v1/orgunits).
298
298
"uri": "A String", # Editable. Print server URI.
299
299
}</pre>
@@ -326,7 +326,7 @@ <h3>Method Details</h3>
326
326
"description": "A String", # Editable. Description of the print server (as shown in the Admin console).
327
327
"displayName": "A String", # Editable. Display name of the print server (as shown in the Admin console).
328
328
"id": "A String", # Immutable. ID of the print server. Leave empty when creating.
329
-
"name": "A String", # Immutable. Resource name of the print server. Leave empty when creating. Format: `customers/{customer.id}/printServers/{print_server.id}`
329
+
"name": "A String", # Identifier. Resource name of the print server. Leave empty when creating. Format: `customers/{customer.id}/printServers/{print_server.id}`
330
330
"orgUnitId": "A String", # ID of the organization unit (OU) that owns this print server. This value can only be set when the print server is initially created. If it's not populated, the print server is placed under the root OU. The `org_unit_id` can be retrieved using the [Directory API](/admin-sdk/directory/reference/rest/v1/orgunits).
331
331
"uri": "A String", # Editable. Print server URI.
332
332
},
@@ -353,7 +353,7 @@ <h3>Method Details</h3>
353
353
<pre>Updates a print server's configuration.
354
354
355
355
Args:
356
-
name: string, Immutable. Resource name of the print server. Leave empty when creating. Format: `customers/{customer.id}/printServers/{print_server.id}` (required)
356
+
name: string, Identifier. Resource name of the print server. Leave empty when creating. Format: `customers/{customer.id}/printServers/{print_server.id}` (required)
357
357
body: object, The request body.
358
358
The object takes the form of:
359
359
@@ -362,7 +362,7 @@ <h3>Method Details</h3>
362
362
"description": "A String", # Editable. Description of the print server (as shown in the Admin console).
363
363
"displayName": "A String", # Editable. Display name of the print server (as shown in the Admin console).
364
364
"id": "A String", # Immutable. ID of the print server. Leave empty when creating.
365
-
"name": "A String", # Immutable. Resource name of the print server. Leave empty when creating. Format: `customers/{customer.id}/printServers/{print_server.id}`
365
+
"name": "A String", # Identifier. Resource name of the print server. Leave empty when creating. Format: `customers/{customer.id}/printServers/{print_server.id}`
366
366
"orgUnitId": "A String", # ID of the organization unit (OU) that owns this print server. This value can only be set when the print server is initially created. If it's not populated, the print server is placed under the root OU. The `org_unit_id` can be retrieved using the [Directory API](/admin-sdk/directory/reference/rest/v1/orgunits).
367
367
"uri": "A String", # Editable. Print server URI.
368
368
}
@@ -381,7 +381,7 @@ <h3>Method Details</h3>
381
381
"description": "A String", # Editable. Description of the print server (as shown in the Admin console).
382
382
"displayName": "A String", # Editable. Display name of the print server (as shown in the Admin console).
383
383
"id": "A String", # Immutable. ID of the print server. Leave empty when creating.
384
-
"name": "A String", # Immutable. Resource name of the print server. Leave empty when creating. Format: `customers/{customer.id}/printServers/{print_server.id}`
384
+
"name": "A String", # Identifier. Resource name of the print server. Leave empty when creating. Format: `customers/{customer.id}/printServers/{print_server.id}`
385
385
"orgUnitId": "A String", # ID of the organization unit (OU) that owns this print server. This value can only be set when the print server is initially created. If it's not populated, the print server is placed under the root OU. The `org_unit_id` can be retrieved using the [Directory API](/admin-sdk/directory/reference/rest/v1/orgunits).
386
386
"uri": "A String", # Editable. Print server URI.
0 commit comments