Skip to content

Commit

Permalink
docs: [google-cloud-recaptcha-enterprise] fixed the description of Li…
Browse files Browse the repository at this point in the history
…stFirewallPoliciesResponse (#12580)

- [ ] Regenerate this pull request now.

PiperOrigin-RevId: 625332079

Source-Link:
googleapis/googleapis@15c7279

Source-Link:
googleapis/googleapis-gen@80b610a
Copy-Tag:
eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLXJlY2FwdGNoYS1lbnRlcnByaXNlLy5Pd2xCb3QueWFtbCIsImgiOiI4MGI2MTBhZjRjMjNiNDM1YWE5MWY2ZjllMWEyYmU2MDI4MjI3YjFkIn0=

---------

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
  • Loading branch information
gcf-owl-bot[bot] and gcf-owl-bot[bot] authored Apr 17, 2024
1 parent 6878425 commit acdcb90
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
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__ = "1.19.0" # {x-release-please-version}
__version__ = "0.0.0" # {x-release-please-version}
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__ = "1.19.0" # {x-release-please-version}
__version__ = "0.0.0" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -1572,7 +1572,7 @@ async def sample_list_firewall_policies():
Returns:
google.cloud.recaptchaenterprise_v1.services.recaptcha_enterprise_service.pagers.ListFirewallPoliciesAsyncPager:
Response to request to list firewall
policies belonging to a key.
policies belonging to a project.
Iterating over this object will yield
results and resolve additional pages
automatically.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2048,7 +2048,7 @@ def sample_list_firewall_policies():
Returns:
google.cloud.recaptchaenterprise_v1.services.recaptcha_enterprise_service.pagers.ListFirewallPoliciesPager:
Response to request to list firewall
policies belonging to a key.
policies belonging to a project.
Iterating over this object will yield
results and resolve additional pages
automatically.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1828,7 +1828,7 @@ class ListFirewallPoliciesRequest(proto.Message):

class ListFirewallPoliciesResponse(proto.Message):
r"""Response to request to list firewall policies belonging to a
key.
project.
Attributes:
firewall_policies (MutableSequence[google.cloud.recaptchaenterprise_v1.types.FirewallPolicy]):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-cloud-recaptcha-enterprise",
"version": "1.19.0"
"version": "0.1.0"
},
"snippets": [
{
Expand Down

0 comments on commit acdcb90

Please sign in to comment.