#[allow(unused_imports)]
use super::*;
impl std::fmt::Debug for super::CreateWorkloadRequest {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("CreateWorkloadRequest");
debug_struct.field("parent", &self.parent);
debug_struct.field("workload", &self.workload);
debug_struct.field("external_id", &self.external_id);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::UpdateWorkloadRequest {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("UpdateWorkloadRequest");
debug_struct.field("workload", &self.workload);
debug_struct.field("update_mask", &self.update_mask);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::DeleteWorkloadRequest {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("DeleteWorkloadRequest");
debug_struct.field("name", &self.name);
debug_struct.field("etag", &self.etag);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::GetWorkloadRequest {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("GetWorkloadRequest");
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::ListWorkloadsRequest {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("ListWorkloadsRequest");
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("filter", &self.filter);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::ListWorkloadsResponse {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("ListWorkloadsResponse");
debug_struct.field("workloads", &self.workloads);
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::Workload {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("Workload");
debug_struct.field("name", &self.name);
debug_struct.field("display_name", &self.display_name);
debug_struct.field("resources", &self.resources);
debug_struct.field("compliance_regime", &self.compliance_regime);
debug_struct.field("create_time", &self.create_time);
debug_struct.field("billing_account", &self.billing_account);
debug_struct.field("etag", &self.etag);
debug_struct.field("labels", &self.labels);
debug_struct.field(
"provisioned_resources_parent",
&self.provisioned_resources_parent,
);
debug_struct.field("kms_settings", &self.kms_settings);
debug_struct.field("resource_settings", &self.resource_settings);
debug_struct.field("kaj_enrollment_state", &self.kaj_enrollment_state);
debug_struct.field("enable_sovereign_controls", &self.enable_sovereign_controls);
debug_struct.field("saa_enrollment_response", &self.saa_enrollment_response);
debug_struct.field(
"compliant_but_disallowed_services",
&self.compliant_but_disallowed_services,
);
debug_struct.field("partner", &self.partner);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::workload::ResourceInfo {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("ResourceInfo");
debug_struct.field("resource_id", &self.resource_id);
debug_struct.field("resource_type", &self.resource_type);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::workload::KMSSettings {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("KMSSettings");
debug_struct.field("next_rotation_time", &self.next_rotation_time);
debug_struct.field("rotation_period", &self.rotation_period);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::workload::ResourceSettings {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("ResourceSettings");
debug_struct.field("resource_id", &self.resource_id);
debug_struct.field("resource_type", &self.resource_type);
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::workload::SaaEnrollmentResponse {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("SaaEnrollmentResponse");
debug_struct.field("setup_status", &self.setup_status);
debug_struct.field("setup_errors", &self.setup_errors);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::CreateWorkloadOperationMetadata {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("CreateWorkloadOperationMetadata");
debug_struct.field("create_time", &self.create_time);
debug_struct.field("display_name", &self.display_name);
debug_struct.field("parent", &self.parent);
debug_struct.field("compliance_regime", &self.compliance_regime);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::RestrictAllowedResourcesRequest {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("RestrictAllowedResourcesRequest");
debug_struct.field("name", &self.name);
debug_struct.field("restriction_type", &self.restriction_type);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::RestrictAllowedResourcesResponse {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("RestrictAllowedResourcesResponse");
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::AcknowledgeViolationRequest {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("AcknowledgeViolationRequest");
debug_struct.field("name", &self.name);
debug_struct.field("comment", &self.comment);
debug_struct.field("non_compliant_org_policy", &self.non_compliant_org_policy);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::AcknowledgeViolationResponse {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("AcknowledgeViolationResponse");
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::TimeWindow {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("TimeWindow");
debug_struct.field("start_time", &self.start_time);
debug_struct.field("end_time", &self.end_time);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::ListViolationsRequest {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("ListViolationsRequest");
debug_struct.field("parent", &self.parent);
debug_struct.field("interval", &self.interval);
debug_struct.field("page_size", &self.page_size);
debug_struct.field("page_token", &self.page_token);
debug_struct.field("filter", &self.filter);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::ListViolationsResponse {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("ListViolationsResponse");
debug_struct.field("violations", &self.violations);
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::GetViolationRequest {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("GetViolationRequest");
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::Violation {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("Violation");
debug_struct.field("name", &self.name);
debug_struct.field("description", &self.description);
debug_struct.field("begin_time", &self.begin_time);
debug_struct.field("update_time", &self.update_time);
debug_struct.field("resolve_time", &self.resolve_time);
debug_struct.field("category", &self.category);
debug_struct.field("state", &self.state);
debug_struct.field("org_policy_constraint", &self.org_policy_constraint);
debug_struct.field("audit_log_link", &self.audit_log_link);
debug_struct.field("non_compliant_org_policy", &self.non_compliant_org_policy);
debug_struct.field("remediation", &self.remediation);
debug_struct.field("acknowledged", &self.acknowledged);
debug_struct.field("acknowledgement_time", &self.acknowledgement_time);
debug_struct.field("exception_audit_log_link", &self.exception_audit_log_link);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::violation::Remediation {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("Remediation");
debug_struct.field("instructions", &self.instructions);
debug_struct.field("compliant_values", &self.compliant_values);
debug_struct.field("remediation_type", &self.remediation_type);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::violation::remediation::Instructions {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("Instructions");
debug_struct.field("gcloud_instructions", &self.gcloud_instructions);
debug_struct.field("console_instructions", &self.console_instructions);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::violation::remediation::instructions::Gcloud {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("Gcloud");
debug_struct.field("gcloud_commands", &self.gcloud_commands);
debug_struct.field("steps", &self.steps);
debug_struct.field("additional_links", &self.additional_links);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::violation::remediation::instructions::Console {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("Console");
debug_struct.field("console_uris", &self.console_uris);
debug_struct.field("steps", &self.steps);
debug_struct.field("additional_links", &self.additional_links);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}