Sha256: 6daf6166628ecb5a3c54916c3efe0661bd5a69776af6110d9a4ef1ae3adf6321
Contents?: true
Size: 1.65 KB
Versions: 2
Compression:
Stored size: 1.65 KB
Contents
# Generated by the protocol buffer compiler. DO NOT EDIT! # source: google/cloud/securitycenter/v1/effective_security_health_analytics_custom_module.proto require 'google/protobuf' require 'google/api/field_behavior_pb' require 'google/api/resource_pb' require 'google/cloud/securitycenter/v1/security_health_analytics_custom_config_pb' Google::Protobuf::DescriptorPool.generated_pool.build do add_file("google/cloud/securitycenter/v1/effective_security_health_analytics_custom_module.proto", :syntax => :proto3) do add_message "google.cloud.securitycenter.v1.EffectiveSecurityHealthAnalyticsCustomModule" do optional :name, :string, 1 optional :custom_config, :message, 2, "google.cloud.securitycenter.v1.CustomConfig" optional :enablement_state, :enum, 3, "google.cloud.securitycenter.v1.EffectiveSecurityHealthAnalyticsCustomModule.EnablementState" optional :display_name, :string, 4 end add_enum "google.cloud.securitycenter.v1.EffectiveSecurityHealthAnalyticsCustomModule.EnablementState" do value :ENABLEMENT_STATE_UNSPECIFIED, 0 value :ENABLED, 1 value :DISABLED, 2 end end end module Google module Cloud module SecurityCenter module V1 EffectiveSecurityHealthAnalyticsCustomModule = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.securitycenter.v1.EffectiveSecurityHealthAnalyticsCustomModule").msgclass EffectiveSecurityHealthAnalyticsCustomModule::EnablementState = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.securitycenter.v1.EffectiveSecurityHealthAnalyticsCustomModule.EnablementState").enummodule end end end end
Version data entries
2 entries across 2 versions & 1 rubygems