Sha256: d848ab1e161696509edb8ac91f43b22c84480e0f5d3169b59680f8f48548089c
Contents?: true
Size: 1.23 KB
Versions: 2
Compression:
Stored size: 1.23 KB
Contents
# Generated by the protocol buffer compiler. DO NOT EDIT! # source: google/cloud/websecurityscanner/v1/scan_run_warning_trace.proto require 'google/protobuf' Google::Protobuf::DescriptorPool.generated_pool.build do add_file("google/cloud/websecurityscanner/v1/scan_run_warning_trace.proto", :syntax => :proto3) do add_message "google.cloud.websecurityscanner.v1.ScanRunWarningTrace" do optional :code, :enum, 1, "google.cloud.websecurityscanner.v1.ScanRunWarningTrace.Code" end add_enum "google.cloud.websecurityscanner.v1.ScanRunWarningTrace.Code" do value :CODE_UNSPECIFIED, 0 value :INSUFFICIENT_CRAWL_RESULTS, 1 value :TOO_MANY_CRAWL_RESULTS, 2 value :TOO_MANY_FUZZ_TASKS, 3 value :BLOCKED_BY_IAP, 4 value :NO_STARTING_URL_FOUND_FOR_MANAGED_SCAN, 5 end end end module Google module Cloud module WebSecurityScanner module V1 ScanRunWarningTrace = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.websecurityscanner.v1.ScanRunWarningTrace").msgclass ScanRunWarningTrace::Code = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.websecurityscanner.v1.ScanRunWarningTrace.Code").enummodule end end end end
Version data entries
2 entries across 2 versions & 1 rubygems