Skip to content

Commit

Permalink
feat: FirewallPolicy CRUD API (#11784)
Browse files Browse the repository at this point in the history
- [ ] Regenerate this pull request now.
BEGIN_COMMIT_OVERRIDE
feat: FirewallPolicy CRUD API
feat: added Assessment.firewall_policy_assessment, fraud_signals
feat: added new fields to Event message
feat: added RiskAnalysis.extended_verdict_reasons
feat: added FraudPreventionAssessment.behavioral_trust_verdict
feat: added AndroidKeySettings.support_non_google_app_store_distribution
feat: added IOSKeySettings.apple_developer_id
feat: added WafFeature.EXPRESS enum value
feat: added WafService.FASTLY enum value
chore: remove backend configuration from the service config
feat: added FraudPreventionAssessment.behavioral_trust_verdict
docs: formatting of resource names
chore: remove backend configuration from the service config
END_COMMIT_OVERRIDE


feat: added Assessment.firewall_policy_assessment, fraud_signals
feat: added new fields to Event message
feat: added RiskAnalysis.extended_verdict_reasons
feat: added FraudPreventionAssessment.behavioral_trust_verdict
feat: added AndroidKeySettings.support_non_google_app_store_distribution
feat: added IOSKeySettings.apple_developer_id
feat: added WafFeature.EXPRESS enum value
feat: added WafService.FASTLY enum value
chore: remove backend configuration from the service config

PiperOrigin-RevId: 570747007

Source-Link:
googleapis/googleapis@726e33e

Source-Link:
googleapis/googleapis-gen@4e53991
Copy-Tag:
eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLXJlY2FwdGNoYS1lbnRlcnByaXNlLy5Pd2xCb3QueWFtbCIsImgiOiI0ZTUzOTkxYjczMTU4NTNmYmQ2YjI3NWM2MDRlYzM4NTMwNTI3ZjgzIn0=

BEGIN_NESTED_COMMIT
feat: added FraudPreventionAssessment.behavioral_trust_verdict
docs: formatting of resource names
chore: remove backend configuration from the service config

PiperOrigin-RevId: 570683260

Source-Link:
googleapis/googleapis@b027b01

Source-Link:
googleapis/googleapis-gen@c97a9e8
Copy-Tag:
eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLXJlY2FwdGNoYS1lbnRlcnByaXNlLy5Pd2xCb3QueWFtbCIsImgiOiJjOTdhOWU4ODA0M2NhYWU3OTZjNjM0MDQ1MTA4ODc3M2MxZDcwY2RjIn0=
END_NESTED_COMMIT

---------

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 Oct 4, 2023
1 parent 81eb66a commit 84f4480
Show file tree
Hide file tree
Showing 28 changed files with 5,427 additions and 269 deletions.
4 changes: 2 additions & 2 deletions packages/google-cloud-recaptcha-enterprise/CONTRIBUTING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -143,12 +143,12 @@ Running System Tests
$ nox -s system

# Run a single system test
$ nox -s system- -- -k <name of test>
$ nox -s system-3.11 -- -k <name of test>


.. note::

System tests are only configured to run under Python.
System tests are only configured to run under Python 3.8, 3.9, 3.10 and 3.11.
For expediency, we do not run them in older versions of Python 3.

This alone will not run the tests. You'll need to change some local
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,18 +30,28 @@
AndroidKeySettings,
AnnotateAssessmentRequest,
AnnotateAssessmentResponse,
AppleDeveloperId,
Assessment,
ChallengeMetrics,
CreateAssessmentRequest,
CreateFirewallPolicyRequest,
CreateKeyRequest,
DeleteFirewallPolicyRequest,
DeleteKeyRequest,
EndpointVerificationInfo,
Event,
FirewallAction,
FirewallPolicy,
FirewallPolicyAssessment,
FraudPreventionAssessment,
FraudSignals,
GetFirewallPolicyRequest,
GetKeyRequest,
GetMetricsRequest,
IOSKeySettings,
Key,
ListFirewallPoliciesRequest,
ListFirewallPoliciesResponse,
ListKeysRequest,
ListKeysResponse,
ListRelatedAccountGroupMembershipsRequest,
Expand All @@ -64,6 +74,7 @@
TokenProperties,
TransactionData,
TransactionEvent,
UpdateFirewallPolicyRequest,
UpdateKeyRequest,
WafSettings,
WebKeySettings,
Expand All @@ -77,18 +88,28 @@
"AndroidKeySettings",
"AnnotateAssessmentRequest",
"AnnotateAssessmentResponse",
"AppleDeveloperId",
"Assessment",
"ChallengeMetrics",
"CreateAssessmentRequest",
"CreateFirewallPolicyRequest",
"CreateKeyRequest",
"DeleteFirewallPolicyRequest",
"DeleteKeyRequest",
"EndpointVerificationInfo",
"Event",
"FirewallAction",
"FirewallPolicy",
"FirewallPolicyAssessment",
"FraudPreventionAssessment",
"FraudSignals",
"GetFirewallPolicyRequest",
"GetKeyRequest",
"GetMetricsRequest",
"IOSKeySettings",
"Key",
"ListFirewallPoliciesRequest",
"ListFirewallPoliciesResponse",
"ListKeysRequest",
"ListKeysResponse",
"ListRelatedAccountGroupMembershipsRequest",
Expand All @@ -111,6 +132,7 @@
"TokenProperties",
"TransactionData",
"TransactionEvent",
"UpdateFirewallPolicyRequest",
"UpdateKeyRequest",
"WafSettings",
"WebKeySettings",
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__ = "1.12.2" # {x-release-please-version}
__version__ = "0.0.0" # {x-release-please-version}
Original file line number Diff line number Diff line change
Expand Up @@ -28,18 +28,28 @@
AndroidKeySettings,
AnnotateAssessmentRequest,
AnnotateAssessmentResponse,
AppleDeveloperId,
Assessment,
ChallengeMetrics,
CreateAssessmentRequest,
CreateFirewallPolicyRequest,
CreateKeyRequest,
DeleteFirewallPolicyRequest,
DeleteKeyRequest,
EndpointVerificationInfo,
Event,
FirewallAction,
FirewallPolicy,
FirewallPolicyAssessment,
FraudPreventionAssessment,
FraudSignals,
GetFirewallPolicyRequest,
GetKeyRequest,
GetMetricsRequest,
IOSKeySettings,
Key,
ListFirewallPoliciesRequest,
ListFirewallPoliciesResponse,
ListKeysRequest,
ListKeysResponse,
ListRelatedAccountGroupMembershipsRequest,
Expand All @@ -62,6 +72,7 @@
TokenProperties,
TransactionData,
TransactionEvent,
UpdateFirewallPolicyRequest,
UpdateKeyRequest,
WafSettings,
WebKeySettings,
Expand All @@ -74,18 +85,28 @@
"AndroidKeySettings",
"AnnotateAssessmentRequest",
"AnnotateAssessmentResponse",
"AppleDeveloperId",
"Assessment",
"ChallengeMetrics",
"CreateAssessmentRequest",
"CreateFirewallPolicyRequest",
"CreateKeyRequest",
"DeleteFirewallPolicyRequest",
"DeleteKeyRequest",
"EndpointVerificationInfo",
"Event",
"FirewallAction",
"FirewallPolicy",
"FirewallPolicyAssessment",
"FraudPreventionAssessment",
"FraudSignals",
"GetFirewallPolicyRequest",
"GetKeyRequest",
"GetMetricsRequest",
"IOSKeySettings",
"Key",
"ListFirewallPoliciesRequest",
"ListFirewallPoliciesResponse",
"ListKeysRequest",
"ListKeysResponse",
"ListRelatedAccountGroupMembershipsRequest",
Expand All @@ -109,6 +130,7 @@
"TokenProperties",
"TransactionData",
"TransactionEvent",
"UpdateFirewallPolicyRequest",
"UpdateKeyRequest",
"WafSettings",
"WebKeySettings",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,31 @@
"create_assessment"
]
},
"CreateFirewallPolicy": {
"methods": [
"create_firewall_policy"
]
},
"CreateKey": {
"methods": [
"create_key"
]
},
"DeleteFirewallPolicy": {
"methods": [
"delete_firewall_policy"
]
},
"DeleteKey": {
"methods": [
"delete_key"
]
},
"GetFirewallPolicy": {
"methods": [
"get_firewall_policy"
]
},
"GetKey": {
"methods": [
"get_key"
Expand All @@ -40,6 +55,11 @@
"get_metrics"
]
},
"ListFirewallPolicies": {
"methods": [
"list_firewall_policies"
]
},
"ListKeys": {
"methods": [
"list_keys"
Expand Down Expand Up @@ -70,6 +90,11 @@
"search_related_account_group_memberships"
]
},
"UpdateFirewallPolicy": {
"methods": [
"update_firewall_policy"
]
},
"UpdateKey": {
"methods": [
"update_key"
Expand All @@ -90,16 +115,31 @@
"create_assessment"
]
},
"CreateFirewallPolicy": {
"methods": [
"create_firewall_policy"
]
},
"CreateKey": {
"methods": [
"create_key"
]
},
"DeleteFirewallPolicy": {
"methods": [
"delete_firewall_policy"
]
},
"DeleteKey": {
"methods": [
"delete_key"
]
},
"GetFirewallPolicy": {
"methods": [
"get_firewall_policy"
]
},
"GetKey": {
"methods": [
"get_key"
Expand All @@ -110,6 +150,11 @@
"get_metrics"
]
},
"ListFirewallPolicies": {
"methods": [
"list_firewall_policies"
]
},
"ListKeys": {
"methods": [
"list_keys"
Expand Down Expand Up @@ -140,6 +185,11 @@
"search_related_account_group_memberships"
]
},
"UpdateFirewallPolicy": {
"methods": [
"update_firewall_policy"
]
},
"UpdateKey": {
"methods": [
"update_key"
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__ = "1.12.2" # {x-release-please-version}
__version__ = "0.0.0" # {x-release-please-version}
Loading

0 comments on commit 84f4480

Please sign in to comment.