|
414 | 414 | },
|
415 | 415 | "locations": {
|
416 | 416 | "methods": {
|
417 |
| - "associate": { |
418 |
| - "description": "Associates a location to a place ID. Any previous association is overwritten. This operation is only valid if the location is unverified. The association must be valid, that is, it appears in the list of `SearchGoogleLocations`.", |
419 |
| - "flatPath": "v1/locations/{locationsId}:associate", |
420 |
| - "httpMethod": "POST", |
421 |
| - "id": "mybusinessbusinessinformation.locations.associate", |
422 |
| - "parameterOrder": [ |
423 |
| - "name" |
424 |
| - ], |
425 |
| - "parameters": { |
426 |
| - "name": { |
427 |
| - "description": "Required. The resource name of the location to associate.", |
428 |
| - "location": "path", |
429 |
| - "pattern": "^locations/[^/]+$", |
430 |
| - "required": true, |
431 |
| - "type": "string" |
432 |
| - } |
433 |
| - }, |
434 |
| - "path": "v1/{+name}:associate", |
435 |
| - "request": { |
436 |
| - "$ref": "AssociateLocationRequest" |
437 |
| - }, |
438 |
| - "response": { |
439 |
| - "$ref": "Empty" |
440 |
| - } |
441 |
| - }, |
442 |
| - "clearLocationAssociation": { |
443 |
| - "description": "Clears an association between a location and its place ID. This operation is only valid if the location is unverified.", |
444 |
| - "flatPath": "v1/locations/{locationsId}:clearLocationAssociation", |
445 |
| - "httpMethod": "POST", |
446 |
| - "id": "mybusinessbusinessinformation.locations.clearLocationAssociation", |
447 |
| - "parameterOrder": [ |
448 |
| - "name" |
449 |
| - ], |
450 |
| - "parameters": { |
451 |
| - "name": { |
452 |
| - "description": "Required. The resource name of the location to disassociate.", |
453 |
| - "location": "path", |
454 |
| - "pattern": "^locations/[^/]+$", |
455 |
| - "required": true, |
456 |
| - "type": "string" |
457 |
| - } |
458 |
| - }, |
459 |
| - "path": "v1/{+name}:clearLocationAssociation", |
460 |
| - "request": { |
461 |
| - "$ref": "ClearLocationAssociationRequest" |
462 |
| - }, |
463 |
| - "response": { |
464 |
| - "$ref": "Empty" |
465 |
| - } |
466 |
| - }, |
467 | 417 | "delete": {
|
468 | 418 | "description": "Deletes a location. If this location cannot be deleted using the API and it is marked so in the `google.mybusiness.businessinformation.v1.LocationState`, use the [Google Business Profile](https://business.google.com/manage/) website.",
|
469 | 419 | "flatPath": "v1/locations/{locationsId}",
|
|
662 | 612 | }
|
663 | 613 | }
|
664 | 614 | },
|
665 |
| - "revision": "20230529", |
| 615 | + "revision": "20230603", |
666 | 616 | "rootUrl": "https://mybusinessbusinessinformation.googleapis.com/",
|
667 | 617 | "schemas": {
|
668 | 618 | "AdWordsLocationExtensions": {
|
|
676 | 626 | },
|
677 | 627 | "type": "object"
|
678 | 628 | },
|
679 |
| - "AssociateLocationRequest": { |
680 |
| - "description": "Request message for Locations.AssociateLocationRequest.", |
681 |
| - "id": "AssociateLocationRequest", |
682 |
| - "properties": { |
683 |
| - "placeId": { |
684 |
| - "description": "The association to establish. If not set, it indicates no match.", |
685 |
| - "type": "string" |
686 |
| - } |
687 |
| - }, |
688 |
| - "type": "object" |
689 |
| - }, |
690 | 629 | "Attribute": {
|
691 | 630 | "description": "A location attribute. Attributes provide additional information about a location. The attributes that can be set on a location may vary based on the properties of that location (for example, category). Available attributes are determined by Google and may be added and removed without API changes.",
|
692 | 631 | "id": "Attribute",
|
|
954 | 893 | },
|
955 | 894 | "type": "object"
|
956 | 895 | },
|
957 |
| - "ClearLocationAssociationRequest": { |
958 |
| - "description": "Request message for Locations.ClearLocationAssociationRequest.", |
959 |
| - "id": "ClearLocationAssociationRequest", |
960 |
| - "properties": {}, |
961 |
| - "type": "object" |
962 |
| - }, |
963 | 896 | "Date": {
|
964 | 897 | "description": "Represents a whole or partial calendar date, such as a birthday. The time of day and time zone are either specified elsewhere or are insignificant. The date is relative to the Gregorian Calendar. This can represent one of the following: * A full date, with non-zero year, month, and day values. * A month and day, with a zero year (for example, an anniversary). * A year on its own, with a zero month and a zero day. * A year and month, with a zero day (for example, a credit card expiration date). Related types: * google.type.TimeOfDay * google.type.DateTime * google.protobuf.Timestamp",
|
965 | 898 | "id": "Date",
|
|
0 commit comments