Web Risk V1 API - Class Google::Cloud::WebRisk::V1::SearchUrisRequest (v0.5.0)

Reference documentation and code samples for the Web Risk V1 API class Google::Cloud::WebRisk::V1::SearchUrisRequest.

Request to check URI entries against threatLists.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#threat_types

def threat_types() -> ::Array<::Google::Cloud::WebRisk::V1::ThreatType>
Returns

#threat_types=

def threat_types=(value) -> ::Array<::Google::Cloud::WebRisk::V1::ThreatType>
Parameter
Returns

#uri

def uri() -> ::String
Returns
  • (::String) — Required. The URI to be checked for matches.

#uri=

def uri=(value) -> ::String
Parameter
  • value (::String) — Required. The URI to be checked for matches.
Returns
  • (::String) — Required. The URI to be checked for matches.