Skip to content

Commit

Permalink
feat: add a unit test (#971)
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeWang1127 authored Dec 13, 2023
1 parent a005c85 commit 25b3375
Showing 1 changed file with 33 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -785,6 +785,39 @@
}
]
},
{
"name": "Phishing Protection",
"id": "phishingprotection",
"serviceName": "phishingprotection.googleapis.com",
"serviceRoles": [
"roles/cloudiot.admin",
"roles/cloudiot.deviceController",
"roles/cloudiot.editor",
"roles/cloudiot.provisioner",
"roles/cloudiot.viewer",
"roles/cloudiot.serviceAgent"
],
"documentation": "https://cloud.google.com/phishing-protection/docs/apis",
"description": "A phishing countermeasure that helps to detect phishing attacks.",
"transports": ["grpc"],
"clients": [
{
"name": "Java Client Libraries for Phishing Protection",
"language": "java",
"site": "https://cloud.google.com/phishing-protection",
"apireference": "https://googleapis.dev/java/google-cloud-clients/latest/index.html?com/google/cloud/phishingprotection/v1beta1/package-summary.html",
"infotip": "The com.google.cloud.phishingprotection packages",
"launchStage": "beta",
"source": "https://github.com/googleapis/java-phishingprotection",
"languageLevel": "1.7.0",
"mavenCoordinates": {
"groupId": "com.google.cloud",
"artifactId": "google-cloud-phishingprotection",
"version": "0.25.0"
}
}
]
},
{
"name": "reCAPTCHA Enterprise",
"id": "recaptcha",
Expand Down

0 comments on commit 25b3375

Please sign in to comment.