Skip to content

Commit acdcb90

Browse files
docs: [google-cloud-recaptcha-enterprise] fixed the description of ListFirewallPoliciesResponse (#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>
1 parent 6878425 commit acdcb90

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

packages/google-cloud-recaptcha-enterprise/google/cloud/recaptchaenterprise/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "1.19.0" # {x-release-please-version}
16+
__version__ = "0.0.0" # {x-release-please-version}

packages/google-cloud-recaptcha-enterprise/google/cloud/recaptchaenterprise_v1/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "1.19.0" # {x-release-please-version}
16+
__version__ = "0.0.0" # {x-release-please-version}

packages/google-cloud-recaptcha-enterprise/google/cloud/recaptchaenterprise_v1/services/recaptcha_enterprise_service/async_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1572,7 +1572,7 @@ async def sample_list_firewall_policies():
15721572
Returns:
15731573
google.cloud.recaptchaenterprise_v1.services.recaptcha_enterprise_service.pagers.ListFirewallPoliciesAsyncPager:
15741574
Response to request to list firewall
1575-
policies belonging to a key.
1575+
policies belonging to a project.
15761576
Iterating over this object will yield
15771577
results and resolve additional pages
15781578
automatically.

packages/google-cloud-recaptcha-enterprise/google/cloud/recaptchaenterprise_v1/services/recaptcha_enterprise_service/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2048,7 +2048,7 @@ def sample_list_firewall_policies():
20482048
Returns:
20492049
google.cloud.recaptchaenterprise_v1.services.recaptcha_enterprise_service.pagers.ListFirewallPoliciesPager:
20502050
Response to request to list firewall
2051-
policies belonging to a key.
2051+
policies belonging to a project.
20522052
Iterating over this object will yield
20532053
results and resolve additional pages
20542054
automatically.

packages/google-cloud-recaptcha-enterprise/google/cloud/recaptchaenterprise_v1/types/recaptchaenterprise.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1828,7 +1828,7 @@ class ListFirewallPoliciesRequest(proto.Message):
18281828

18291829
class ListFirewallPoliciesResponse(proto.Message):
18301830
r"""Response to request to list firewall policies belonging to a
1831-
key.
1831+
project.
18321832
18331833
Attributes:
18341834
firewall_policies (MutableSequence[google.cloud.recaptchaenterprise_v1.types.FirewallPolicy]):

packages/google-cloud-recaptcha-enterprise/samples/generated_samples/snippet_metadata_google.cloud.recaptchaenterprise.v1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
],
99
"language": "PYTHON",
1010
"name": "google-cloud-recaptcha-enterprise",
11-
"version": "1.19.0"
11+
"version": "0.1.0"
1212
},
1313
"snippets": [
1414
{

0 commit comments

Comments
 (0)