Giter Site home page Giter Site logo

Comments (6)

NivedhaSenthil avatar NivedhaSenthil commented on August 30, 2024

Hope this gives some insight into the api https://github.com/googleapis/google-cloud-ruby/blob/main/google-cloud-web_risk-v1/snippets/web_risk_service/search_uris.rb

from google-cloud-ruby.

collimarco avatar collimarco commented on August 30, 2024

@NivedhaSenthil That is not a real example, it seems some meaningless code generated automatically. It's a call without any params...

from google-cloud-ruby.

NivedhaSenthil avatar NivedhaSenthil commented on August 30, 2024

Please refer https://cloud.google.com/ruby/docs/reference/google-cloud-web_risk-v1/latest/Google-Cloud-WebRisk-V1-WebRiskService-Client#Google__Cloud__WebRisk__V1__WebRiskService__Client_search_uris_instance_

The api either takes request object or the request parameter as named parameters.

require 'google/cloud/web_risk/v1'
client = Google::Cloud::WebRisk::V1::WebRiskService::Client.new
response = client.search_uris uri: "example.com", threat_types: [1,2,3]

from google-cloud-ruby.

collimarco avatar collimarco commented on August 30, 2024

@NivedhaSenthil Thanks for the reply.

response = client.search_uris uri: "example.com", threat_types: [1,2,3]

[1, 2, 3]... definitely not Ruby-style. Google documentation is really bad :(

from google-cloud-ruby.

shivgautam avatar shivgautam commented on August 30, 2024

@collimarco

[1, 2, 3]... definitely not Ruby-style. Google documentation is really bad :(

This is not official documentation. This is something we were trying while investigating this issue.
threat_types array contains values of type Google::Cloud::WebRisk::V1::ThreatType which is found here:
https://github.com/googleapis/google-cloud-ruby/blob/main/google-cloud-web_risk-v1/proto_docs/google/cloud/webrisk/v1/webrisk.rb#L494-L510

The accepted values for threat_type are: :MALWARE, :SOCIAL_ENGINEERING, :UNWANTED_SOFTWARE, :SOCIAL_ENGINEERING_EXTENDED_COVERAGE
and not 1,2,3
😄

from google-cloud-ruby.

NivedhaSenthil avatar NivedhaSenthil commented on August 30, 2024

Closing the issue, feel free to reopen if you have more question on the topic.

from google-cloud-ruby.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.