#[allow(unused_imports)]
use super::*;
impl std::fmt::Debug for super::SecurityCenterService {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("SecurityCenterService");
debug_struct.field("name", &self.name);
debug_struct.field("intended_enablement_state", &self.intended_enablement_state);
debug_struct.field(
"effective_enablement_state",
&self.effective_enablement_state,
);
debug_struct.field("modules", &self.modules);
debug_struct.field("update_time", &self.update_time);
debug_struct.field("service_config", &self.service_config);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::security_center_service::ModuleSettings {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("ModuleSettings");
debug_struct.field("intended_enablement_state", &self.intended_enablement_state);
debug_struct.field(
"effective_enablement_state",
&self.effective_enablement_state,
);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::EffectiveSecurityHealthAnalyticsCustomModule {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("EffectiveSecurityHealthAnalyticsCustomModule");
debug_struct.field("name", &self.name);
debug_struct.field("custom_config", &self.custom_config);
debug_struct.field("enablement_state", &self.enablement_state);
debug_struct.field("display_name", &self.display_name);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::ListEffectiveSecurityHealthAnalyticsCustomModulesRequest {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct =
f.debug_struct("ListEffectiveSecurityHealthAnalyticsCustomModulesRequest");
debug_struct.field("parent", &self.parent);
debug_struct.field("page_size", &self.page_size);
debug_struct.field("page_token", &self.page_token);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::ListEffectiveSecurityHealthAnalyticsCustomModulesResponse {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct =
f.debug_struct("ListEffectiveSecurityHealthAnalyticsCustomModulesResponse");
debug_struct.field(
"effective_security_health_analytics_custom_modules",
&self.effective_security_health_analytics_custom_modules,
);
debug_struct.field("next_page_token", &self.next_page_token);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::GetEffectiveSecurityHealthAnalyticsCustomModuleRequest {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct =
f.debug_struct("GetEffectiveSecurityHealthAnalyticsCustomModuleRequest");
debug_struct.field("name", &self.name);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::SecurityHealthAnalyticsCustomModule {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("SecurityHealthAnalyticsCustomModule");
debug_struct.field("name", &self.name);
debug_struct.field("display_name", &self.display_name);
debug_struct.field("enablement_state", &self.enablement_state);
debug_struct.field("update_time", &self.update_time);
debug_struct.field("last_editor", &self.last_editor);
debug_struct.field("ancestor_module", &self.ancestor_module);
debug_struct.field("custom_config", &self.custom_config);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::CustomConfig {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("CustomConfig");
debug_struct.field("predicate", &self.predicate);
debug_struct.field("custom_output", &self.custom_output);
debug_struct.field("resource_selector", &self.resource_selector);
debug_struct.field("severity", &self.severity);
debug_struct.field("description", &self.description);
debug_struct.field("recommendation", &self.recommendation);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::custom_config::CustomOutputSpec {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("CustomOutputSpec");
debug_struct.field("properties", &self.properties);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::custom_config::custom_output_spec::Property {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("Property");
debug_struct.field("name", &self.name);
debug_struct.field("value_expression", &self.value_expression);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::custom_config::ResourceSelector {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("ResourceSelector");
debug_struct.field("resource_types", &self.resource_types);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::ListSecurityHealthAnalyticsCustomModulesRequest {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("ListSecurityHealthAnalyticsCustomModulesRequest");
debug_struct.field("parent", &self.parent);
debug_struct.field("page_size", &self.page_size);
debug_struct.field("page_token", &self.page_token);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::ListSecurityHealthAnalyticsCustomModulesResponse {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("ListSecurityHealthAnalyticsCustomModulesResponse");
debug_struct.field(
"security_health_analytics_custom_modules",
&self.security_health_analytics_custom_modules,
);
debug_struct.field("next_page_token", &self.next_page_token);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::ListDescendantSecurityHealthAnalyticsCustomModulesRequest {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct =
f.debug_struct("ListDescendantSecurityHealthAnalyticsCustomModulesRequest");
debug_struct.field("parent", &self.parent);
debug_struct.field("page_size", &self.page_size);
debug_struct.field("page_token", &self.page_token);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::ListDescendantSecurityHealthAnalyticsCustomModulesResponse {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct =
f.debug_struct("ListDescendantSecurityHealthAnalyticsCustomModulesResponse");
debug_struct.field(
"security_health_analytics_custom_modules",
&self.security_health_analytics_custom_modules,
);
debug_struct.field("next_page_token", &self.next_page_token);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::GetSecurityHealthAnalyticsCustomModuleRequest {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("GetSecurityHealthAnalyticsCustomModuleRequest");
debug_struct.field("name", &self.name);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::CreateSecurityHealthAnalyticsCustomModuleRequest {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("CreateSecurityHealthAnalyticsCustomModuleRequest");
debug_struct.field("parent", &self.parent);
debug_struct.field(
"security_health_analytics_custom_module",
&self.security_health_analytics_custom_module,
);
debug_struct.field("validate_only", &self.validate_only);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::UpdateSecurityHealthAnalyticsCustomModuleRequest {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("UpdateSecurityHealthAnalyticsCustomModuleRequest");
debug_struct.field("update_mask", &self.update_mask);
debug_struct.field(
"security_health_analytics_custom_module",
&self.security_health_analytics_custom_module,
);
debug_struct.field("validate_only", &self.validate_only);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::DeleteSecurityHealthAnalyticsCustomModuleRequest {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("DeleteSecurityHealthAnalyticsCustomModuleRequest");
debug_struct.field("name", &self.name);
debug_struct.field("validate_only", &self.validate_only);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::SimulateSecurityHealthAnalyticsCustomModuleRequest {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("SimulateSecurityHealthAnalyticsCustomModuleRequest");
debug_struct.field("parent", &self.parent);
debug_struct.field("custom_config", &self.custom_config);
debug_struct.field("resource", &self.resource);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug
for super::simulate_security_health_analytics_custom_module_request::SimulatedResource
{
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("SimulatedResource");
debug_struct.field("resource_type", &self.resource_type);
debug_struct.field("resource_data", &self.resource_data);
debug_struct.field("iam_policy_data", &self.iam_policy_data);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::SimulatedFinding {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("SimulatedFinding");
debug_struct.field("name", &self.name);
debug_struct.field("parent", &self.parent);
debug_struct.field("resource_name", &self.resource_name);
debug_struct.field("category", &self.category);
debug_struct.field("state", &self.state);
debug_struct.field("source_properties", &self.source_properties);
debug_struct.field("event_time", &self.event_time);
debug_struct.field("severity", &self.severity);
debug_struct.field("finding_class", &self.finding_class);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::SimulateSecurityHealthAnalyticsCustomModuleResponse {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct =
f.debug_struct("SimulateSecurityHealthAnalyticsCustomModuleResponse");
debug_struct.field("result", &self.result);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug
for super::simulate_security_health_analytics_custom_module_response::SimulatedResult
{
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("SimulatedResult");
debug_struct.field("result", &self.result);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::EffectiveEventThreatDetectionCustomModule {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("EffectiveEventThreatDetectionCustomModule");
debug_struct.field("name", &self.name);
debug_struct.field("config", &self.config);
debug_struct.field("enablement_state", &self.enablement_state);
debug_struct.field("r#type", &self.r#type);
debug_struct.field("display_name", &self.display_name);
debug_struct.field("description", &self.description);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::ListEffectiveEventThreatDetectionCustomModulesRequest {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct =
f.debug_struct("ListEffectiveEventThreatDetectionCustomModulesRequest");
debug_struct.field("parent", &self.parent);
debug_struct.field("page_size", &self.page_size);
debug_struct.field("page_token", &self.page_token);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::ListEffectiveEventThreatDetectionCustomModulesResponse {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct =
f.debug_struct("ListEffectiveEventThreatDetectionCustomModulesResponse");
debug_struct.field(
"effective_event_threat_detection_custom_modules",
&self.effective_event_threat_detection_custom_modules,
);
debug_struct.field("next_page_token", &self.next_page_token);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::GetEffectiveEventThreatDetectionCustomModuleRequest {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct =
f.debug_struct("GetEffectiveEventThreatDetectionCustomModuleRequest");
debug_struct.field("name", &self.name);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::EventThreatDetectionCustomModule {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("EventThreatDetectionCustomModule");
debug_struct.field("name", &self.name);
debug_struct.field("config", &self.config);
debug_struct.field("ancestor_module", &self.ancestor_module);
debug_struct.field("enablement_state", &self.enablement_state);
debug_struct.field("r#type", &self.r#type);
debug_struct.field("display_name", &self.display_name);
debug_struct.field("description", &self.description);
debug_struct.field("update_time", &self.update_time);
debug_struct.field("last_editor", &self.last_editor);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::ListEventThreatDetectionCustomModulesRequest {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("ListEventThreatDetectionCustomModulesRequest");
debug_struct.field("parent", &self.parent);
debug_struct.field("page_size", &self.page_size);
debug_struct.field("page_token", &self.page_token);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::ListEventThreatDetectionCustomModulesResponse {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("ListEventThreatDetectionCustomModulesResponse");
debug_struct.field(
"event_threat_detection_custom_modules",
&self.event_threat_detection_custom_modules,
);
debug_struct.field("next_page_token", &self.next_page_token);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::ListDescendantEventThreatDetectionCustomModulesRequest {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct =
f.debug_struct("ListDescendantEventThreatDetectionCustomModulesRequest");
debug_struct.field("parent", &self.parent);
debug_struct.field("page_size", &self.page_size);
debug_struct.field("page_token", &self.page_token);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::ListDescendantEventThreatDetectionCustomModulesResponse {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct =
f.debug_struct("ListDescendantEventThreatDetectionCustomModulesResponse");
debug_struct.field(
"event_threat_detection_custom_modules",
&self.event_threat_detection_custom_modules,
);
debug_struct.field("next_page_token", &self.next_page_token);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::GetEventThreatDetectionCustomModuleRequest {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("GetEventThreatDetectionCustomModuleRequest");
debug_struct.field("name", &self.name);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::CreateEventThreatDetectionCustomModuleRequest {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("CreateEventThreatDetectionCustomModuleRequest");
debug_struct.field("parent", &self.parent);
debug_struct.field(
"event_threat_detection_custom_module",
&self.event_threat_detection_custom_module,
);
debug_struct.field("validate_only", &self.validate_only);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::UpdateEventThreatDetectionCustomModuleRequest {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("UpdateEventThreatDetectionCustomModuleRequest");
debug_struct.field("update_mask", &self.update_mask);
debug_struct.field(
"event_threat_detection_custom_module",
&self.event_threat_detection_custom_module,
);
debug_struct.field("validate_only", &self.validate_only);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::DeleteEventThreatDetectionCustomModuleRequest {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("DeleteEventThreatDetectionCustomModuleRequest");
debug_struct.field("name", &self.name);
debug_struct.field("validate_only", &self.validate_only);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::ValidateEventThreatDetectionCustomModuleRequest {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("ValidateEventThreatDetectionCustomModuleRequest");
debug_struct.field("parent", &self.parent);
debug_struct.field("raw_text", &self.raw_text);
debug_struct.field("r#type", &self.r#type);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::ValidateEventThreatDetectionCustomModuleResponse {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("ValidateEventThreatDetectionCustomModuleResponse");
debug_struct.field("errors", &self.errors);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug
for super::validate_event_threat_detection_custom_module_response::CustomModuleValidationError
{
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("CustomModuleValidationError");
debug_struct.field("description", &self.description);
debug_struct.field("field_path", &self.field_path);
debug_struct.field("start", &self.start);
debug_struct.field("end", &self.end);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::validate_event_threat_detection_custom_module_response::Position {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("Position");
debug_struct.field("line_number", &self.line_number);
debug_struct.field("column_number", &self.column_number);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::GetSecurityCenterServiceRequest {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("GetSecurityCenterServiceRequest");
debug_struct.field("name", &self.name);
debug_struct.field(
"show_eligible_modules_only",
&self.show_eligible_modules_only,
);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::ListSecurityCenterServicesRequest {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("ListSecurityCenterServicesRequest");
debug_struct.field("parent", &self.parent);
debug_struct.field("page_size", &self.page_size);
debug_struct.field("page_token", &self.page_token);
debug_struct.field(
"show_eligible_modules_only",
&self.show_eligible_modules_only,
);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::ListSecurityCenterServicesResponse {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("ListSecurityCenterServicesResponse");
debug_struct.field("security_center_services", &self.security_center_services);
debug_struct.field("next_page_token", &self.next_page_token);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::UpdateSecurityCenterServiceRequest {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("UpdateSecurityCenterServiceRequest");
debug_struct.field("security_center_service", &self.security_center_service);
debug_struct.field("update_mask", &self.update_mask);
debug_struct.field("validate_only", &self.validate_only);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}