Sha256: 180c2fdfc8c07b2754e951216503f645e03ded766790b3dceff0b4516bf627b6
Contents?: true
Size: 1.2 KB
Versions: 11
Compression:
Stored size: 1.2 KB
Contents
# Generated by the protocol buffer compiler. DO NOT EDIT! # source: google/cloud/websecurityscanner/v1beta/scan_run_warning_trace.proto require 'google/protobuf' Google::Protobuf::DescriptorPool.generated_pool.build do add_file("google/cloud/websecurityscanner/v1beta/scan_run_warning_trace.proto", :syntax => :proto3) do add_message "google.cloud.websecurityscanner.v1beta.ScanRunWarningTrace" do optional :code, :enum, 1, "google.cloud.websecurityscanner.v1beta.ScanRunWarningTrace.Code" end add_enum "google.cloud.websecurityscanner.v1beta.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 end end end module Google module Cloud module WebSecurityScanner module V1beta ScanRunWarningTrace = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.websecurityscanner.v1beta.ScanRunWarningTrace").msgclass ScanRunWarningTrace::Code = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.websecurityscanner.v1beta.ScanRunWarningTrace.Code").enummodule end end end end
Version data entries
11 entries across 11 versions & 1 rubygems