#[allow(unused_imports)]
use super::*;
impl std::fmt::Debug for super::AutomationEvent {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("AutomationEvent");
debug_struct.field("message", &self.message);
debug_struct.field("automation", &self.automation);
debug_struct.field("pipeline_uid", &self.pipeline_uid);
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::AutomationRunEvent {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("AutomationRunEvent");
debug_struct.field("message", &self.message);
debug_struct.field("automation_run", &self.automation_run);
debug_struct.field("pipeline_uid", &self.pipeline_uid);
debug_struct.field("automation_id", &self.automation_id);
debug_struct.field("rule_id", &self.rule_id);
debug_struct.field("destination_target_id", &self.destination_target_id);
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::DeliveryPipeline {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("DeliveryPipeline");
debug_struct.field("name", &self.name);
debug_struct.field("uid", &self.uid);
debug_struct.field("description", &self.description);
debug_struct.field("annotations", &self.annotations);
debug_struct.field("labels", &self.labels);
debug_struct.field("create_time", &self.create_time);
debug_struct.field("update_time", &self.update_time);
debug_struct.field("condition", &self.condition);
debug_struct.field("etag", &self.etag);
debug_struct.field("suspended", &self.suspended);
debug_struct.field("pipeline", &self.pipeline);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::SerialPipeline {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("SerialPipeline");
debug_struct.field("stages", &self.stages);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::Stage {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("Stage");
debug_struct.field("target_id", &self.target_id);
debug_struct.field("profiles", &self.profiles);
debug_struct.field("strategy", &self.strategy);
debug_struct.field("deploy_parameters", &self.deploy_parameters);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::DeployParameters {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("DeployParameters");
debug_struct.field("values", &self.values);
debug_struct.field("match_target_labels", &self.match_target_labels);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::Strategy {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("Strategy");
debug_struct.field("deployment_strategy", &self.deployment_strategy);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::Predeploy {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("Predeploy");
debug_struct.field("actions", &self.actions);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::Postdeploy {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("Postdeploy");
debug_struct.field("actions", &self.actions);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::Standard {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("Standard");
debug_struct.field("verify", &self.verify);
debug_struct.field("predeploy", &self.predeploy);
debug_struct.field("postdeploy", &self.postdeploy);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::Canary {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("Canary");
debug_struct.field("runtime_config", &self.runtime_config);
debug_struct.field("mode", &self.mode);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::CanaryDeployment {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("CanaryDeployment");
debug_struct.field("percentages", &self.percentages);
debug_struct.field("verify", &self.verify);
debug_struct.field("predeploy", &self.predeploy);
debug_struct.field("postdeploy", &self.postdeploy);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::CustomCanaryDeployment {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("CustomCanaryDeployment");
debug_struct.field("phase_configs", &self.phase_configs);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::custom_canary_deployment::PhaseConfig {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("PhaseConfig");
debug_struct.field("phase_id", &self.phase_id);
debug_struct.field("percentage", &self.percentage);
debug_struct.field("profiles", &self.profiles);
debug_struct.field("verify", &self.verify);
debug_struct.field("predeploy", &self.predeploy);
debug_struct.field("postdeploy", &self.postdeploy);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::KubernetesConfig {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("KubernetesConfig");
debug_struct.field("service_definition", &self.service_definition);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::kubernetes_config::GatewayServiceMesh {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("GatewayServiceMesh");
debug_struct.field("http_route", &self.http_route);
debug_struct.field("service", &self.service);
debug_struct.field("deployment", &self.deployment);
debug_struct.field("route_update_wait_time", &self.route_update_wait_time);
debug_struct.field("stable_cutback_duration", &self.stable_cutback_duration);
debug_struct.field("pod_selector_label", &self.pod_selector_label);
debug_struct.field("route_destinations", &self.route_destinations);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::kubernetes_config::gateway_service_mesh::RouteDestinations {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("RouteDestinations");
debug_struct.field("destination_ids", &self.destination_ids);
debug_struct.field("propagate_service", &self.propagate_service);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::kubernetes_config::ServiceNetworking {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("ServiceNetworking");
debug_struct.field("service", &self.service);
debug_struct.field("deployment", &self.deployment);
debug_struct.field(
"disable_pod_overprovisioning",
&self.disable_pod_overprovisioning,
);
debug_struct.field("pod_selector_label", &self.pod_selector_label);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::CloudRunConfig {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("CloudRunConfig");
debug_struct.field("automatic_traffic_control", &self.automatic_traffic_control);
debug_struct.field("canary_revision_tags", &self.canary_revision_tags);
debug_struct.field("prior_revision_tags", &self.prior_revision_tags);
debug_struct.field("stable_revision_tags", &self.stable_revision_tags);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::RuntimeConfig {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("RuntimeConfig");
debug_struct.field("runtime_config", &self.runtime_config);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::PipelineReadyCondition {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("PipelineReadyCondition");
debug_struct.field("status", &self.status);
debug_struct.field("update_time", &self.update_time);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::TargetsPresentCondition {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("TargetsPresentCondition");
debug_struct.field("status", &self.status);
debug_struct.field("missing_targets", &self.missing_targets);
debug_struct.field("update_time", &self.update_time);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::TargetsTypeCondition {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("TargetsTypeCondition");
debug_struct.field("status", &self.status);
debug_struct.field("error_details", &self.error_details);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::PipelineCondition {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("PipelineCondition");
debug_struct.field("pipeline_ready_condition", &self.pipeline_ready_condition);
debug_struct.field("targets_present_condition", &self.targets_present_condition);
debug_struct.field("targets_type_condition", &self.targets_type_condition);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::ListDeliveryPipelinesRequest {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("ListDeliveryPipelinesRequest");
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);
debug_struct.field("order_by", &self.order_by);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::ListDeliveryPipelinesResponse {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("ListDeliveryPipelinesResponse");
debug_struct.field("delivery_pipelines", &self.delivery_pipelines);
debug_struct.field("next_page_token", &self.next_page_token);
debug_struct.field("unreachable", &self.unreachable);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::GetDeliveryPipelineRequest {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("GetDeliveryPipelineRequest");
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::CreateDeliveryPipelineRequest {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("CreateDeliveryPipelineRequest");
debug_struct.field("parent", &self.parent);
debug_struct.field("delivery_pipeline_id", &self.delivery_pipeline_id);
debug_struct.field("delivery_pipeline", &self.delivery_pipeline);
debug_struct.field("request_id", &self.request_id);
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::UpdateDeliveryPipelineRequest {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("UpdateDeliveryPipelineRequest");
debug_struct.field("update_mask", &self.update_mask);
debug_struct.field("delivery_pipeline", &self.delivery_pipeline);
debug_struct.field("request_id", &self.request_id);
debug_struct.field("allow_missing", &self.allow_missing);
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::DeleteDeliveryPipelineRequest {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("DeleteDeliveryPipelineRequest");
debug_struct.field("name", &self.name);
debug_struct.field("request_id", &self.request_id);
debug_struct.field("allow_missing", &self.allow_missing);
debug_struct.field("validate_only", &self.validate_only);
debug_struct.field("force", &self.force);
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::RollbackTargetConfig {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("RollbackTargetConfig");
debug_struct.field("rollout", &self.rollout);
debug_struct.field("starting_phase_id", &self.starting_phase_id);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::RollbackTargetRequest {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("RollbackTargetRequest");
debug_struct.field("name", &self.name);
debug_struct.field("target_id", &self.target_id);
debug_struct.field("rollout_id", &self.rollout_id);
debug_struct.field("release_id", &self.release_id);
debug_struct.field("rollout_to_roll_back", &self.rollout_to_roll_back);
debug_struct.field("rollback_config", &self.rollback_config);
debug_struct.field("validate_only", &self.validate_only);
debug_struct.field("override_deploy_policy", &self.override_deploy_policy);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::RollbackTargetResponse {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("RollbackTargetResponse");
debug_struct.field("rollback_config", &self.rollback_config);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::Target {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("Target");
debug_struct.field("name", &self.name);
debug_struct.field("target_id", &self.target_id);
debug_struct.field("uid", &self.uid);
debug_struct.field("description", &self.description);
debug_struct.field("annotations", &self.annotations);
debug_struct.field("labels", &self.labels);
debug_struct.field("require_approval", &self.require_approval);
debug_struct.field("create_time", &self.create_time);
debug_struct.field("update_time", &self.update_time);
debug_struct.field("associated_entities", &self.associated_entities);
debug_struct.field("etag", &self.etag);
debug_struct.field("execution_configs", &self.execution_configs);
debug_struct.field("deploy_parameters", &self.deploy_parameters);
debug_struct.field("deployment_target", &self.deployment_target);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::ExecutionConfig {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("ExecutionConfig");
debug_struct.field("usages", &self.usages);
debug_struct.field("worker_pool", &self.worker_pool);
debug_struct.field("service_account", &self.service_account);
debug_struct.field("artifact_storage", &self.artifact_storage);
debug_struct.field("execution_timeout", &self.execution_timeout);
debug_struct.field("verbose", &self.verbose);
debug_struct.field("execution_environment", &self.execution_environment);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::DefaultPool {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("DefaultPool");
debug_struct.field("service_account", &self.service_account);
debug_struct.field("artifact_storage", &self.artifact_storage);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::PrivatePool {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("PrivatePool");
debug_struct.field("worker_pool", &self.worker_pool);
debug_struct.field("service_account", &self.service_account);
debug_struct.field("artifact_storage", &self.artifact_storage);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::GkeCluster {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("GkeCluster");
debug_struct.field("cluster", &self.cluster);
debug_struct.field("internal_ip", &self.internal_ip);
debug_struct.field("proxy_url", &self.proxy_url);
debug_struct.field("dns_endpoint", &self.dns_endpoint);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::AnthosCluster {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("AnthosCluster");
debug_struct.field("membership", &self.membership);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::CloudRunLocation {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("CloudRunLocation");
debug_struct.field("location", &self.location);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::MultiTarget {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("MultiTarget");
debug_struct.field("target_ids", &self.target_ids);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::CustomTarget {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("CustomTarget");
debug_struct.field("custom_target_type", &self.custom_target_type);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::AssociatedEntities {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("AssociatedEntities");
debug_struct.field("gke_clusters", &self.gke_clusters);
debug_struct.field("anthos_clusters", &self.anthos_clusters);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::ListTargetsRequest {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("ListTargetsRequest");
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);
debug_struct.field("order_by", &self.order_by);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::ListTargetsResponse {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("ListTargetsResponse");
debug_struct.field("targets", &self.targets);
debug_struct.field("next_page_token", &self.next_page_token);
debug_struct.field("unreachable", &self.unreachable);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::GetTargetRequest {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("GetTargetRequest");
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::CreateTargetRequest {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("CreateTargetRequest");
debug_struct.field("parent", &self.parent);
debug_struct.field("target_id", &self.target_id);
debug_struct.field("target", &self.target);
debug_struct.field("request_id", &self.request_id);
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::UpdateTargetRequest {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("UpdateTargetRequest");
debug_struct.field("update_mask", &self.update_mask);
debug_struct.field("target", &self.target);
debug_struct.field("request_id", &self.request_id);
debug_struct.field("allow_missing", &self.allow_missing);
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::DeleteTargetRequest {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("DeleteTargetRequest");
debug_struct.field("name", &self.name);
debug_struct.field("request_id", &self.request_id);
debug_struct.field("allow_missing", &self.allow_missing);
debug_struct.field("validate_only", &self.validate_only);
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::CustomTargetType {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("CustomTargetType");
debug_struct.field("name", &self.name);
debug_struct.field("custom_target_type_id", &self.custom_target_type_id);
debug_struct.field("uid", &self.uid);
debug_struct.field("description", &self.description);
debug_struct.field("annotations", &self.annotations);
debug_struct.field("labels", &self.labels);
debug_struct.field("create_time", &self.create_time);
debug_struct.field("update_time", &self.update_time);
debug_struct.field("etag", &self.etag);
debug_struct.field("definition", &self.definition);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::CustomTargetSkaffoldActions {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("CustomTargetSkaffoldActions");
debug_struct.field("render_action", &self.render_action);
debug_struct.field("deploy_action", &self.deploy_action);
debug_struct.field("include_skaffold_modules", &self.include_skaffold_modules);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::SkaffoldModules {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("SkaffoldModules");
debug_struct.field("configs", &self.configs);
debug_struct.field("source", &self.source);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::skaffold_modules::SkaffoldGitSource {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("SkaffoldGitSource");
debug_struct.field("repo", &self.repo);
debug_struct.field("path", &self.path);
debug_struct.field("r#ref", &self.r#ref);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::skaffold_modules::SkaffoldGCSSource {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("SkaffoldGCSSource");
debug_struct.field("source", &self.source);
debug_struct.field("path", &self.path);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::skaffold_modules::SkaffoldGCBRepoSource {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("SkaffoldGCBRepoSource");
debug_struct.field("repository", &self.repository);
debug_struct.field("path", &self.path);
debug_struct.field("r#ref", &self.r#ref);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::ListCustomTargetTypesRequest {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("ListCustomTargetTypesRequest");
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);
debug_struct.field("order_by", &self.order_by);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::ListCustomTargetTypesResponse {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("ListCustomTargetTypesResponse");
debug_struct.field("custom_target_types", &self.custom_target_types);
debug_struct.field("next_page_token", &self.next_page_token);
debug_struct.field("unreachable", &self.unreachable);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::GetCustomTargetTypeRequest {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("GetCustomTargetTypeRequest");
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::CreateCustomTargetTypeRequest {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("CreateCustomTargetTypeRequest");
debug_struct.field("parent", &self.parent);
debug_struct.field("custom_target_type_id", &self.custom_target_type_id);
debug_struct.field("custom_target_type", &self.custom_target_type);
debug_struct.field("request_id", &self.request_id);
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::UpdateCustomTargetTypeRequest {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("UpdateCustomTargetTypeRequest");
debug_struct.field("update_mask", &self.update_mask);
debug_struct.field("custom_target_type", &self.custom_target_type);
debug_struct.field("request_id", &self.request_id);
debug_struct.field("allow_missing", &self.allow_missing);
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::DeleteCustomTargetTypeRequest {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("DeleteCustomTargetTypeRequest");
debug_struct.field("name", &self.name);
debug_struct.field("request_id", &self.request_id);
debug_struct.field("allow_missing", &self.allow_missing);
debug_struct.field("validate_only", &self.validate_only);
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::DeployPolicy {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("DeployPolicy");
debug_struct.field("name", &self.name);
debug_struct.field("uid", &self.uid);
debug_struct.field("description", &self.description);
debug_struct.field("annotations", &self.annotations);
debug_struct.field("labels", &self.labels);
debug_struct.field("create_time", &self.create_time);
debug_struct.field("update_time", &self.update_time);
debug_struct.field("suspended", &self.suspended);
debug_struct.field("selectors", &self.selectors);
debug_struct.field("rules", &self.rules);
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::DeployPolicyResourceSelector {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("DeployPolicyResourceSelector");
debug_struct.field("delivery_pipeline", &self.delivery_pipeline);
debug_struct.field("target", &self.target);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::DeliveryPipelineAttribute {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("DeliveryPipelineAttribute");
debug_struct.field("id", &self.id);
debug_struct.field("labels", &self.labels);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::TargetAttribute {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("TargetAttribute");
debug_struct.field("id", &self.id);
debug_struct.field("labels", &self.labels);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::PolicyRule {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("PolicyRule");
debug_struct.field("rule", &self.rule);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::RolloutRestriction {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("RolloutRestriction");
debug_struct.field("id", &self.id);
debug_struct.field("invokers", &self.invokers);
debug_struct.field("actions", &self.actions);
debug_struct.field("time_windows", &self.time_windows);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::TimeWindows {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("TimeWindows");
debug_struct.field("time_zone", &self.time_zone);
debug_struct.field("one_time_windows", &self.one_time_windows);
debug_struct.field("weekly_windows", &self.weekly_windows);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::OneTimeWindow {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("OneTimeWindow");
debug_struct.field("start_date", &self.start_date);
debug_struct.field("start_time", &self.start_time);
debug_struct.field("end_date", &self.end_date);
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::WeeklyWindow {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("WeeklyWindow");
debug_struct.field("days_of_week", &self.days_of_week);
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::PolicyViolation {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("PolicyViolation");
debug_struct.field("policy_violation_details", &self.policy_violation_details);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::PolicyViolationDetails {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("PolicyViolationDetails");
debug_struct.field("policy", &self.policy);
debug_struct.field("rule_id", &self.rule_id);
debug_struct.field("failure_message", &self.failure_message);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::Release {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("Release");
debug_struct.field("name", &self.name);
debug_struct.field("uid", &self.uid);
debug_struct.field("description", &self.description);
debug_struct.field("annotations", &self.annotations);
debug_struct.field("labels", &self.labels);
debug_struct.field("abandoned", &self.abandoned);
debug_struct.field("create_time", &self.create_time);
debug_struct.field("render_start_time", &self.render_start_time);
debug_struct.field("render_end_time", &self.render_end_time);
debug_struct.field("skaffold_config_uri", &self.skaffold_config_uri);
debug_struct.field("skaffold_config_path", &self.skaffold_config_path);
debug_struct.field("build_artifacts", &self.build_artifacts);
debug_struct.field(
"delivery_pipeline_snapshot",
&self.delivery_pipeline_snapshot,
);
debug_struct.field("target_snapshots", &self.target_snapshots);
debug_struct.field(
"custom_target_type_snapshots",
&self.custom_target_type_snapshots,
);
debug_struct.field("render_state", &self.render_state);
debug_struct.field("etag", &self.etag);
debug_struct.field("skaffold_version", &self.skaffold_version);
debug_struct.field("target_artifacts", &self.target_artifacts);
debug_struct.field("target_renders", &self.target_renders);
debug_struct.field("condition", &self.condition);
debug_struct.field("deploy_parameters", &self.deploy_parameters);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::release::TargetRender {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("TargetRender");
debug_struct.field("rendering_build", &self.rendering_build);
debug_struct.field("rendering_state", &self.rendering_state);
debug_struct.field("metadata", &self.metadata);
debug_struct.field("failure_cause", &self.failure_cause);
debug_struct.field("failure_message", &self.failure_message);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::release::ReleaseReadyCondition {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("ReleaseReadyCondition");
debug_struct.field("status", &self.status);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::release::SkaffoldSupportedCondition {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("SkaffoldSupportedCondition");
debug_struct.field("status", &self.status);
debug_struct.field("skaffold_support_state", &self.skaffold_support_state);
debug_struct.field("maintenance_mode_time", &self.maintenance_mode_time);
debug_struct.field("support_expiration_time", &self.support_expiration_time);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::release::ReleaseCondition {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("ReleaseCondition");
debug_struct.field("release_ready_condition", &self.release_ready_condition);
debug_struct.field(
"skaffold_supported_condition",
&self.skaffold_supported_condition,
);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::CreateDeployPolicyRequest {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("CreateDeployPolicyRequest");
debug_struct.field("parent", &self.parent);
debug_struct.field("deploy_policy_id", &self.deploy_policy_id);
debug_struct.field("deploy_policy", &self.deploy_policy);
debug_struct.field("request_id", &self.request_id);
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::UpdateDeployPolicyRequest {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("UpdateDeployPolicyRequest");
debug_struct.field("update_mask", &self.update_mask);
debug_struct.field("deploy_policy", &self.deploy_policy);
debug_struct.field("request_id", &self.request_id);
debug_struct.field("allow_missing", &self.allow_missing);
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::DeleteDeployPolicyRequest {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("DeleteDeployPolicyRequest");
debug_struct.field("name", &self.name);
debug_struct.field("request_id", &self.request_id);
debug_struct.field("allow_missing", &self.allow_missing);
debug_struct.field("validate_only", &self.validate_only);
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::ListDeployPoliciesRequest {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("ListDeployPoliciesRequest");
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);
debug_struct.field("order_by", &self.order_by);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::ListDeployPoliciesResponse {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("ListDeployPoliciesResponse");
debug_struct.field("deploy_policies", &self.deploy_policies);
debug_struct.field("next_page_token", &self.next_page_token);
debug_struct.field("unreachable", &self.unreachable);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::GetDeployPolicyRequest {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("GetDeployPolicyRequest");
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::BuildArtifact {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("BuildArtifact");
debug_struct.field("image", &self.image);
debug_struct.field("tag", &self.tag);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::TargetArtifact {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("TargetArtifact");
debug_struct.field("skaffold_config_path", &self.skaffold_config_path);
debug_struct.field("manifest_path", &self.manifest_path);
debug_struct.field("phase_artifacts", &self.phase_artifacts);
debug_struct.field("uri", &self.uri);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::target_artifact::PhaseArtifact {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("PhaseArtifact");
debug_struct.field("skaffold_config_path", &self.skaffold_config_path);
debug_struct.field("manifest_path", &self.manifest_path);
debug_struct.field("job_manifests_path", &self.job_manifests_path);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::DeployArtifact {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("DeployArtifact");
debug_struct.field("artifact_uri", &self.artifact_uri);
debug_struct.field("manifest_paths", &self.manifest_paths);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::CloudRunRenderMetadata {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("CloudRunRenderMetadata");
debug_struct.field("service", &self.service);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::RenderMetadata {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("RenderMetadata");
debug_struct.field("cloud_run", &self.cloud_run);
debug_struct.field("custom", &self.custom);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::ListReleasesRequest {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("ListReleasesRequest");
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);
debug_struct.field("order_by", &self.order_by);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::ListReleasesResponse {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("ListReleasesResponse");
debug_struct.field("releases", &self.releases);
debug_struct.field("next_page_token", &self.next_page_token);
debug_struct.field("unreachable", &self.unreachable);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::GetReleaseRequest {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("GetReleaseRequest");
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::CreateReleaseRequest {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("CreateReleaseRequest");
debug_struct.field("parent", &self.parent);
debug_struct.field("release_id", &self.release_id);
debug_struct.field("release", &self.release);
debug_struct.field("request_id", &self.request_id);
debug_struct.field("validate_only", &self.validate_only);
debug_struct.field("override_deploy_policy", &self.override_deploy_policy);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::Rollout {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("Rollout");
debug_struct.field("name", &self.name);
debug_struct.field("uid", &self.uid);
debug_struct.field("description", &self.description);
debug_struct.field("annotations", &self.annotations);
debug_struct.field("labels", &self.labels);
debug_struct.field("create_time", &self.create_time);
debug_struct.field("approve_time", &self.approve_time);
debug_struct.field("enqueue_time", &self.enqueue_time);
debug_struct.field("deploy_start_time", &self.deploy_start_time);
debug_struct.field("deploy_end_time", &self.deploy_end_time);
debug_struct.field("target_id", &self.target_id);
debug_struct.field("approval_state", &self.approval_state);
debug_struct.field("state", &self.state);
debug_struct.field("failure_reason", &self.failure_reason);
debug_struct.field("deploying_build", &self.deploying_build);
debug_struct.field("etag", &self.etag);
debug_struct.field("deploy_failure_cause", &self.deploy_failure_cause);
debug_struct.field("phases", &self.phases);
debug_struct.field("metadata", &self.metadata);
debug_struct.field("controller_rollout", &self.controller_rollout);
debug_struct.field("rollback_of_rollout", &self.rollback_of_rollout);
debug_struct.field("rolled_back_by_rollouts", &self.rolled_back_by_rollouts);
debug_struct.field(
"active_repair_automation_run",
&self.active_repair_automation_run,
);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::Metadata {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("Metadata");
debug_struct.field("cloud_run", &self.cloud_run);
debug_struct.field("automation", &self.automation);
debug_struct.field("custom", &self.custom);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::DeployJobRunMetadata {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("DeployJobRunMetadata");
debug_struct.field("cloud_run", &self.cloud_run);
debug_struct.field("custom_target", &self.custom_target);
debug_struct.field("custom", &self.custom);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::CloudRunMetadata {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("CloudRunMetadata");
debug_struct.field("service", &self.service);
debug_struct.field("service_urls", &self.service_urls);
debug_struct.field("revision", &self.revision);
debug_struct.field("job", &self.job);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::CustomTargetDeployMetadata {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("CustomTargetDeployMetadata");
debug_struct.field("skip_message", &self.skip_message);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::AutomationRolloutMetadata {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("AutomationRolloutMetadata");
debug_struct.field("promote_automation_run", &self.promote_automation_run);
debug_struct.field("advance_automation_runs", &self.advance_automation_runs);
debug_struct.field("repair_automation_runs", &self.repair_automation_runs);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::CustomMetadata {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("CustomMetadata");
debug_struct.field("values", &self.values);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::Phase {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("Phase");
debug_struct.field("id", &self.id);
debug_struct.field("state", &self.state);
debug_struct.field("skip_message", &self.skip_message);
debug_struct.field("jobs", &self.jobs);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::DeploymentJobs {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("DeploymentJobs");
debug_struct.field("predeploy_job", &self.predeploy_job);
debug_struct.field("deploy_job", &self.deploy_job);
debug_struct.field("verify_job", &self.verify_job);
debug_struct.field("postdeploy_job", &self.postdeploy_job);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::ChildRolloutJobs {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("ChildRolloutJobs");
debug_struct.field("create_rollout_jobs", &self.create_rollout_jobs);
debug_struct.field("advance_rollout_jobs", &self.advance_rollout_jobs);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::Job {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("Job");
debug_struct.field("id", &self.id);
debug_struct.field("state", &self.state);
debug_struct.field("skip_message", &self.skip_message);
debug_struct.field("job_run", &self.job_run);
debug_struct.field("job_type", &self.job_type);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::DeployJob {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("DeployJob");
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::VerifyJob {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("VerifyJob");
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::PredeployJob {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("PredeployJob");
debug_struct.field("actions", &self.actions);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::PostdeployJob {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("PostdeployJob");
debug_struct.field("actions", &self.actions);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::CreateChildRolloutJob {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("CreateChildRolloutJob");
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::AdvanceChildRolloutJob {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("AdvanceChildRolloutJob");
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::ListRolloutsRequest {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("ListRolloutsRequest");
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);
debug_struct.field("order_by", &self.order_by);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::ListRolloutsResponse {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("ListRolloutsResponse");
debug_struct.field("rollouts", &self.rollouts);
debug_struct.field("next_page_token", &self.next_page_token);
debug_struct.field("unreachable", &self.unreachable);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::GetRolloutRequest {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("GetRolloutRequest");
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::CreateRolloutRequest {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("CreateRolloutRequest");
debug_struct.field("parent", &self.parent);
debug_struct.field("rollout_id", &self.rollout_id);
debug_struct.field("rollout", &self.rollout);
debug_struct.field("request_id", &self.request_id);
debug_struct.field("validate_only", &self.validate_only);
debug_struct.field("override_deploy_policy", &self.override_deploy_policy);
debug_struct.field("starting_phase_id", &self.starting_phase_id);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::OperationMetadata {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("OperationMetadata");
debug_struct.field("create_time", &self.create_time);
debug_struct.field("end_time", &self.end_time);
debug_struct.field("target", &self.target);
debug_struct.field("verb", &self.verb);
debug_struct.field("status_message", &self.status_message);
debug_struct.field("requested_cancellation", &self.requested_cancellation);
debug_struct.field("api_version", &self.api_version);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::ApproveRolloutRequest {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("ApproveRolloutRequest");
debug_struct.field("name", &self.name);
debug_struct.field("approved", &self.approved);
debug_struct.field("override_deploy_policy", &self.override_deploy_policy);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::ApproveRolloutResponse {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("ApproveRolloutResponse");
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::AdvanceRolloutRequest {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("AdvanceRolloutRequest");
debug_struct.field("name", &self.name);
debug_struct.field("phase_id", &self.phase_id);
debug_struct.field("override_deploy_policy", &self.override_deploy_policy);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::AdvanceRolloutResponse {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("AdvanceRolloutResponse");
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::CancelRolloutRequest {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("CancelRolloutRequest");
debug_struct.field("name", &self.name);
debug_struct.field("override_deploy_policy", &self.override_deploy_policy);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::CancelRolloutResponse {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("CancelRolloutResponse");
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::IgnoreJobRequest {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("IgnoreJobRequest");
debug_struct.field("rollout", &self.rollout);
debug_struct.field("phase_id", &self.phase_id);
debug_struct.field("job_id", &self.job_id);
debug_struct.field("override_deploy_policy", &self.override_deploy_policy);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::IgnoreJobResponse {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("IgnoreJobResponse");
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::RetryJobRequest {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("RetryJobRequest");
debug_struct.field("rollout", &self.rollout);
debug_struct.field("phase_id", &self.phase_id);
debug_struct.field("job_id", &self.job_id);
debug_struct.field("override_deploy_policy", &self.override_deploy_policy);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::RetryJobResponse {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("RetryJobResponse");
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::AbandonReleaseRequest {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("AbandonReleaseRequest");
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::AbandonReleaseResponse {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("AbandonReleaseResponse");
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::JobRun {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("JobRun");
debug_struct.field("name", &self.name);
debug_struct.field("uid", &self.uid);
debug_struct.field("phase_id", &self.phase_id);
debug_struct.field("job_id", &self.job_id);
debug_struct.field("create_time", &self.create_time);
debug_struct.field("start_time", &self.start_time);
debug_struct.field("end_time", &self.end_time);
debug_struct.field("state", &self.state);
debug_struct.field("etag", &self.etag);
debug_struct.field("job_run", &self.job_run);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::DeployJobRun {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("DeployJobRun");
debug_struct.field("build", &self.build);
debug_struct.field("failure_cause", &self.failure_cause);
debug_struct.field("failure_message", &self.failure_message);
debug_struct.field("metadata", &self.metadata);
debug_struct.field("artifact", &self.artifact);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::VerifyJobRun {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("VerifyJobRun");
debug_struct.field("build", &self.build);
debug_struct.field("artifact_uri", &self.artifact_uri);
debug_struct.field("event_log_path", &self.event_log_path);
debug_struct.field("failure_cause", &self.failure_cause);
debug_struct.field("failure_message", &self.failure_message);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::PredeployJobRun {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("PredeployJobRun");
debug_struct.field("build", &self.build);
debug_struct.field("failure_cause", &self.failure_cause);
debug_struct.field("failure_message", &self.failure_message);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::PostdeployJobRun {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("PostdeployJobRun");
debug_struct.field("build", &self.build);
debug_struct.field("failure_cause", &self.failure_cause);
debug_struct.field("failure_message", &self.failure_message);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::CreateChildRolloutJobRun {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("CreateChildRolloutJobRun");
debug_struct.field("rollout", &self.rollout);
debug_struct.field("rollout_phase_id", &self.rollout_phase_id);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::AdvanceChildRolloutJobRun {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("AdvanceChildRolloutJobRun");
debug_struct.field("rollout", &self.rollout);
debug_struct.field("rollout_phase_id", &self.rollout_phase_id);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::ListJobRunsRequest {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("ListJobRunsRequest");
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);
debug_struct.field("order_by", &self.order_by);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::ListJobRunsResponse {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("ListJobRunsResponse");
debug_struct.field("job_runs", &self.job_runs);
debug_struct.field("next_page_token", &self.next_page_token);
debug_struct.field("unreachable", &self.unreachable);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::GetJobRunRequest {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("GetJobRunRequest");
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::TerminateJobRunRequest {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("TerminateJobRunRequest");
debug_struct.field("name", &self.name);
debug_struct.field("override_deploy_policy", &self.override_deploy_policy);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::TerminateJobRunResponse {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("TerminateJobRunResponse");
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::Config {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("Config");
debug_struct.field("name", &self.name);
debug_struct.field("supported_versions", &self.supported_versions);
debug_struct.field("default_skaffold_version", &self.default_skaffold_version);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::SkaffoldVersion {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("SkaffoldVersion");
debug_struct.field("version", &self.version);
debug_struct.field("maintenance_mode_time", &self.maintenance_mode_time);
debug_struct.field("support_expiration_time", &self.support_expiration_time);
debug_struct.field("support_end_date", &self.support_end_date);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::GetConfigRequest {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("GetConfigRequest");
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::Automation {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("Automation");
debug_struct.field("name", &self.name);
debug_struct.field("uid", &self.uid);
debug_struct.field("description", &self.description);
debug_struct.field("create_time", &self.create_time);
debug_struct.field("update_time", &self.update_time);
debug_struct.field("annotations", &self.annotations);
debug_struct.field("labels", &self.labels);
debug_struct.field("etag", &self.etag);
debug_struct.field("suspended", &self.suspended);
debug_struct.field("service_account", &self.service_account);
debug_struct.field("selector", &self.selector);
debug_struct.field("rules", &self.rules);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::AutomationResourceSelector {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("AutomationResourceSelector");
debug_struct.field("targets", &self.targets);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::AutomationRule {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("AutomationRule");
debug_struct.field("rule", &self.rule);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::TimedPromoteReleaseRule {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("TimedPromoteReleaseRule");
debug_struct.field("id", &self.id);
debug_struct.field("destination_target_id", &self.destination_target_id);
debug_struct.field("schedule", &self.schedule);
debug_struct.field("time_zone", &self.time_zone);
debug_struct.field("condition", &self.condition);
debug_struct.field("destination_phase", &self.destination_phase);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::PromoteReleaseRule {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("PromoteReleaseRule");
debug_struct.field("id", &self.id);
debug_struct.field("wait", &self.wait);
debug_struct.field("destination_target_id", &self.destination_target_id);
debug_struct.field("condition", &self.condition);
debug_struct.field("destination_phase", &self.destination_phase);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::AdvanceRolloutRule {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("AdvanceRolloutRule");
debug_struct.field("id", &self.id);
debug_struct.field("source_phases", &self.source_phases);
debug_struct.field("wait", &self.wait);
debug_struct.field("condition", &self.condition);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::RepairRolloutRule {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("RepairRolloutRule");
debug_struct.field("id", &self.id);
debug_struct.field("phases", &self.phases);
debug_struct.field("jobs", &self.jobs);
debug_struct.field("condition", &self.condition);
debug_struct.field("repair_phases", &self.repair_phases);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::RepairPhaseConfig {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("RepairPhaseConfig");
debug_struct.field("repair_phase", &self.repair_phase);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::Retry {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("Retry");
debug_struct.field("attempts", &self.attempts);
debug_struct.field("wait", &self.wait);
debug_struct.field("backoff_mode", &self.backoff_mode);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::Rollback {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("Rollback");
debug_struct.field("destination_phase", &self.destination_phase);
debug_struct.field(
"disable_rollback_if_rollout_pending",
&self.disable_rollback_if_rollout_pending,
);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::AutomationRuleCondition {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("AutomationRuleCondition");
debug_struct.field("targets_present_condition", &self.targets_present_condition);
debug_struct.field("rule_type_condition", &self.rule_type_condition);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::TimedPromoteReleaseCondition {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("TimedPromoteReleaseCondition");
debug_struct.field("next_promotion_time", &self.next_promotion_time);
debug_struct.field("targets_list", &self.targets_list);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::timed_promote_release_condition::Targets {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("Targets");
debug_struct.field("source_target_id", &self.source_target_id);
debug_struct.field("destination_target_id", &self.destination_target_id);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::CreateAutomationRequest {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("CreateAutomationRequest");
debug_struct.field("parent", &self.parent);
debug_struct.field("automation_id", &self.automation_id);
debug_struct.field("automation", &self.automation);
debug_struct.field("request_id", &self.request_id);
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::UpdateAutomationRequest {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("UpdateAutomationRequest");
debug_struct.field("update_mask", &self.update_mask);
debug_struct.field("automation", &self.automation);
debug_struct.field("request_id", &self.request_id);
debug_struct.field("allow_missing", &self.allow_missing);
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::DeleteAutomationRequest {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("DeleteAutomationRequest");
debug_struct.field("name", &self.name);
debug_struct.field("request_id", &self.request_id);
debug_struct.field("allow_missing", &self.allow_missing);
debug_struct.field("validate_only", &self.validate_only);
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::ListAutomationsRequest {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("ListAutomationsRequest");
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);
debug_struct.field("order_by", &self.order_by);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::ListAutomationsResponse {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("ListAutomationsResponse");
debug_struct.field("automations", &self.automations);
debug_struct.field("next_page_token", &self.next_page_token);
debug_struct.field("unreachable", &self.unreachable);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::GetAutomationRequest {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("GetAutomationRequest");
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::AutomationRun {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("AutomationRun");
debug_struct.field("name", &self.name);
debug_struct.field("create_time", &self.create_time);
debug_struct.field("update_time", &self.update_time);
debug_struct.field("etag", &self.etag);
debug_struct.field("service_account", &self.service_account);
debug_struct.field("automation_snapshot", &self.automation_snapshot);
debug_struct.field("target_id", &self.target_id);
debug_struct.field("state", &self.state);
debug_struct.field("state_description", &self.state_description);
debug_struct.field("policy_violation", &self.policy_violation);
debug_struct.field("expire_time", &self.expire_time);
debug_struct.field("rule_id", &self.rule_id);
debug_struct.field("automation_id", &self.automation_id);
debug_struct.field("wait_until_time", &self.wait_until_time);
debug_struct.field("operation", &self.operation);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::PromoteReleaseOperation {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("PromoteReleaseOperation");
debug_struct.field("target_id", &self.target_id);
debug_struct.field("wait", &self.wait);
debug_struct.field("rollout", &self.rollout);
debug_struct.field("phase", &self.phase);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::AdvanceRolloutOperation {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("AdvanceRolloutOperation");
debug_struct.field("source_phase", &self.source_phase);
debug_struct.field("wait", &self.wait);
debug_struct.field("rollout", &self.rollout);
debug_struct.field("destination_phase", &self.destination_phase);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::RepairRolloutOperation {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("RepairRolloutOperation");
debug_struct.field("rollout", &self.rollout);
debug_struct.field(
"current_repair_phase_index",
&self.current_repair_phase_index,
);
debug_struct.field("repair_phases", &self.repair_phases);
debug_struct.field("phase_id", &self.phase_id);
debug_struct.field("job_id", &self.job_id);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::TimedPromoteReleaseOperation {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("TimedPromoteReleaseOperation");
debug_struct.field("target_id", &self.target_id);
debug_struct.field("release", &self.release);
debug_struct.field("phase", &self.phase);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::RepairPhase {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("RepairPhase");
debug_struct.field("repair_phase", &self.repair_phase);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::RetryPhase {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("RetryPhase");
debug_struct.field("total_attempts", &self.total_attempts);
debug_struct.field("backoff_mode", &self.backoff_mode);
debug_struct.field("attempts", &self.attempts);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::RetryAttempt {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("RetryAttempt");
debug_struct.field("attempt", &self.attempt);
debug_struct.field("wait", &self.wait);
debug_struct.field("state", &self.state);
debug_struct.field("state_desc", &self.state_desc);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::RollbackAttempt {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("RollbackAttempt");
debug_struct.field("destination_phase", &self.destination_phase);
debug_struct.field("rollout_id", &self.rollout_id);
debug_struct.field("state", &self.state);
debug_struct.field("state_desc", &self.state_desc);
debug_struct.field(
"disable_rollback_if_rollout_pending",
&self.disable_rollback_if_rollout_pending,
);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::ListAutomationRunsRequest {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("ListAutomationRunsRequest");
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);
debug_struct.field("order_by", &self.order_by);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::ListAutomationRunsResponse {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("ListAutomationRunsResponse");
debug_struct.field("automation_runs", &self.automation_runs);
debug_struct.field("next_page_token", &self.next_page_token);
debug_struct.field("unreachable", &self.unreachable);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::GetAutomationRunRequest {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("GetAutomationRunRequest");
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::CancelAutomationRunRequest {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("CancelAutomationRunRequest");
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::CancelAutomationRunResponse {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("CancelAutomationRunResponse");
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::CustomTargetTypeNotificationEvent {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("CustomTargetTypeNotificationEvent");
debug_struct.field("message", &self.message);
debug_struct.field("custom_target_type_uid", &self.custom_target_type_uid);
debug_struct.field("custom_target_type", &self.custom_target_type);
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::DeliveryPipelineNotificationEvent {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("DeliveryPipelineNotificationEvent");
debug_struct.field("message", &self.message);
debug_struct.field("pipeline_uid", &self.pipeline_uid);
debug_struct.field("delivery_pipeline", &self.delivery_pipeline);
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::DeployPolicyEvaluationEvent {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("DeployPolicyEvaluationEvent");
debug_struct.field("message", &self.message);
debug_struct.field("rule_type", &self.rule_type);
debug_struct.field("rule", &self.rule);
debug_struct.field("pipeline_uid", &self.pipeline_uid);
debug_struct.field("delivery_pipeline", &self.delivery_pipeline);
debug_struct.field("target_uid", &self.target_uid);
debug_struct.field("target", &self.target);
debug_struct.field("invoker", &self.invoker);
debug_struct.field("deploy_policy", &self.deploy_policy);
debug_struct.field("deploy_policy_uid", &self.deploy_policy_uid);
debug_struct.field("allowed", &self.allowed);
debug_struct.field("verdict", &self.verdict);
debug_struct.field("overrides", &self.overrides);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::DeployPolicyNotificationEvent {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("DeployPolicyNotificationEvent");
debug_struct.field("message", &self.message);
debug_struct.field("deploy_policy", &self.deploy_policy);
debug_struct.field("deploy_policy_uid", &self.deploy_policy_uid);
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::JobRunNotificationEvent {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("JobRunNotificationEvent");
debug_struct.field("message", &self.message);
debug_struct.field("job_run", &self.job_run);
debug_struct.field("pipeline_uid", &self.pipeline_uid);
debug_struct.field("release_uid", &self.release_uid);
debug_struct.field("release", &self.release);
debug_struct.field("rollout_uid", &self.rollout_uid);
debug_struct.field("rollout", &self.rollout);
debug_struct.field("target_id", &self.target_id);
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::ReleaseNotificationEvent {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("ReleaseNotificationEvent");
debug_struct.field("message", &self.message);
debug_struct.field("pipeline_uid", &self.pipeline_uid);
debug_struct.field("release_uid", &self.release_uid);
debug_struct.field("release", &self.release);
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::ReleaseRenderEvent {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("ReleaseRenderEvent");
debug_struct.field("message", &self.message);
debug_struct.field("pipeline_uid", &self.pipeline_uid);
debug_struct.field("release", &self.release);
debug_struct.field("r#type", &self.r#type);
debug_struct.field("release_render_state", &self.release_render_state);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::RolloutNotificationEvent {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("RolloutNotificationEvent");
debug_struct.field("message", &self.message);
debug_struct.field("pipeline_uid", &self.pipeline_uid);
debug_struct.field("release_uid", &self.release_uid);
debug_struct.field("release", &self.release);
debug_struct.field("rollout_uid", &self.rollout_uid);
debug_struct.field("rollout", &self.rollout);
debug_struct.field("target_id", &self.target_id);
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::RolloutUpdateEvent {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("RolloutUpdateEvent");
debug_struct.field("message", &self.message);
debug_struct.field("pipeline_uid", &self.pipeline_uid);
debug_struct.field("release_uid", &self.release_uid);
debug_struct.field("release", &self.release);
debug_struct.field("rollout", &self.rollout);
debug_struct.field("target_id", &self.target_id);
debug_struct.field("r#type", &self.r#type);
debug_struct.field("rollout_update_type", &self.rollout_update_type);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::TargetNotificationEvent {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("TargetNotificationEvent");
debug_struct.field("message", &self.message);
debug_struct.field("target", &self.target);
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()
}
}