Skip to content

Commit

Permalink
Merge branch 'owlbot-bootstrapper-initial-PR-83368cff0600' of github.…
Browse files Browse the repository at this point in the history
…com:googleapis/google-cloud-python into owlbot-bootstrapper-initial-PR-83368cff0600
  • Loading branch information
ohmayr committed May 8, 2024
2 parents 48385a8 + d1fde74 commit 224461e
Show file tree
Hide file tree
Showing 98 changed files with 17,526 additions and 4,705 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,6 @@
ListDeliveryVehiclesResponse,
ListTasksRequest,
ListTasksResponse,
SearchTasksRequest,
SearchTasksResponse,
UpdateDeliveryVehicleRequest,
UpdateTaskRequest,
)
Expand Down Expand Up @@ -81,8 +79,6 @@
"ListDeliveryVehiclesResponse",
"ListTasksRequest",
"ListTasksResponse",
"SearchTasksRequest",
"SearchTasksResponse",
"UpdateDeliveryVehicleRequest",
"UpdateTaskRequest",
"DeliveryVehicle",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "0.1.8" # {x-release-please-version}
__version__ = "0.0.0" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,6 @@
ListDeliveryVehiclesResponse,
ListTasksRequest,
ListTasksResponse,
SearchTasksRequest,
SearchTasksResponse,
UpdateDeliveryVehicleRequest,
UpdateTaskRequest,
)
Expand Down Expand Up @@ -75,8 +73,6 @@
"ListTasksRequest",
"ListTasksResponse",
"LocationInfo",
"SearchTasksRequest",
"SearchTasksResponse",
"Task",
"TaskAttribute",
"TaskTrackingInfo",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,6 @@
"list_tasks"
]
},
"SearchTasks": {
"methods": [
"search_tasks"
]
},
"UpdateDeliveryVehicle": {
"methods": [
"update_delivery_vehicle"
Expand Down Expand Up @@ -110,11 +105,6 @@
"list_tasks"
]
},
"SearchTasks": {
"methods": [
"search_tasks"
]
},
"UpdateDeliveryVehicle": {
"methods": [
"update_delivery_vehicle"
Expand Down Expand Up @@ -170,11 +160,6 @@
"list_tasks"
]
},
"SearchTasks": {
"methods": [
"search_tasks"
]
},
"UpdateDeliveryVehicle": {
"methods": [
"update_delivery_vehicle"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
__version__ = "0.1.8" # {x-release-please-version}
__version__ = "0.0.0" # {x-release-please-version}
Loading

0 comments on commit 224461e

Please sign in to comment.