Skip to content

Commit

Permalink
chore(bazel): update protobuf to v3.21.3 (#182)
Browse files Browse the repository at this point in the history
* chore(bazel): update protobuf to v3.21.3

chore(bazel): update gax-java to 2.18.4

PiperOrigin-RevId: 463115700

Source-Link: googleapis/googleapis@52130a9

Source-Link: googleapis/googleapis-gen@6a4d9d9
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNmE0ZDlkOWJiM2FmYjIwYjBmNWZhNGY1ZDlmNjc0MGIxZDBlYjE5YSJ9

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Co-authored-by: Anthonios Partheniou <partheniou@google.com>
  • Loading branch information
3 people authored Jul 26, 2022
1 parent 7caa580 commit 5b7c531
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 24 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -601,9 +601,6 @@ async def sample_delete_domain_mapping():
}
The JSON representation for Empty is empty JSON
object {}.
"""
# Create or coerce a protobuf request object.
request = appengine.DeleteDomainMappingRequest(request)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -810,9 +810,6 @@ def sample_delete_domain_mapping():
}
The JSON representation for Empty is empty JSON
object {}.
"""
# Create or coerce a protobuf request object.
# Minor optimization to avoid making a copy if the user passes
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -434,9 +434,6 @@ async def sample_delete_instance():
}
The JSON representation for Empty is empty JSON
object {}.
"""
# Create or coerce a protobuf request object.
request = appengine.DeleteInstanceRequest(request)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -667,9 +667,6 @@ def sample_delete_instance():
}
The JSON representation for Empty is empty JSON
object {}.
"""
# Create or coerce a protobuf request object.
# Minor optimization to avoid making a copy if the user passes
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -516,9 +516,6 @@ async def sample_delete_service():
}
The JSON representation for Empty is empty JSON
object {}.
"""
# Create or coerce a protobuf request object.
request = appengine.DeleteServiceRequest(request)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -730,9 +730,6 @@ def sample_delete_service():
}
The JSON representation for Empty is empty JSON
object {}.
"""
# Create or coerce a protobuf request object.
# Minor optimization to avoid making a copy if the user passes
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -624,9 +624,6 @@ async def sample_delete_version():
}
The JSON representation for Empty is empty JSON
object {}.
"""
# Create or coerce a protobuf request object.
request = appengine.DeleteVersionRequest(request)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -839,9 +839,6 @@ def sample_delete_version():
}
The JSON representation for Empty is empty JSON
object {}.
"""
# Create or coerce a protobuf request object.
# Minor optimization to avoid making a copy if the user passes
Expand Down

0 comments on commit 5b7c531

Please sign in to comment.