#[allow(unused_imports)]
use super::*;
impl std::fmt::Debug for super::ResourceOwners {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("ResourceOwners");
debug_struct.field("resource_owners", &self.resource_owners);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::AnalyzeIamPolicyLongrunningMetadata {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("AnalyzeIamPolicyLongrunningMetadata");
debug_struct.field("create_time", &self.create_time);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::ExportAssetsRequest {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("ExportAssetsRequest");
debug_struct.field("parent", &self.parent);
debug_struct.field("read_time", &self.read_time);
debug_struct.field("asset_types", &self.asset_types);
debug_struct.field("content_type", &self.content_type);
debug_struct.field("output_config", &self.output_config);
debug_struct.field("relationship_types", &self.relationship_types);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::ExportAssetsResponse {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("ExportAssetsResponse");
debug_struct.field("read_time", &self.read_time);
debug_struct.field("output_config", &self.output_config);
debug_struct.field("output_result", &self.output_result);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::ListAssetsRequest {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("ListAssetsRequest");
debug_struct.field("parent", &self.parent);
debug_struct.field("read_time", &self.read_time);
debug_struct.field("asset_types", &self.asset_types);
debug_struct.field("content_type", &self.content_type);
debug_struct.field("page_size", &self.page_size);
debug_struct.field("page_token", &self.page_token);
debug_struct.field("relationship_types", &self.relationship_types);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::ListAssetsResponse {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("ListAssetsResponse");
debug_struct.field("read_time", &self.read_time);
debug_struct.field("assets", &self.assets);
debug_struct.field("next_page_token", &self.next_page_token);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::BatchGetAssetsHistoryRequest {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("BatchGetAssetsHistoryRequest");
debug_struct.field("parent", &self.parent);
debug_struct.field("asset_names", &self.asset_names);
debug_struct.field("content_type", &self.content_type);
debug_struct.field("read_time_window", &self.read_time_window);
debug_struct.field("relationship_types", &self.relationship_types);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::BatchGetAssetsHistoryResponse {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("BatchGetAssetsHistoryResponse");
debug_struct.field("assets", &self.assets);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::CreateFeedRequest {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("CreateFeedRequest");
debug_struct.field("parent", &self.parent);
debug_struct.field("feed_id", &self.feed_id);
debug_struct.field("feed", &self.feed);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::GetFeedRequest {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("GetFeedRequest");
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::ListFeedsRequest {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("ListFeedsRequest");
debug_struct.field("parent", &self.parent);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::ListFeedsResponse {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("ListFeedsResponse");
debug_struct.field("feeds", &self.feeds);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::UpdateFeedRequest {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("UpdateFeedRequest");
debug_struct.field("feed", &self.feed);
debug_struct.field("update_mask", &self.update_mask);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::DeleteFeedRequest {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("DeleteFeedRequest");
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::OutputConfig {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("OutputConfig");
debug_struct.field("destination", &self.destination);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::OutputResult {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("OutputResult");
debug_struct.field("result", &self.result);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::GcsOutputResult {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("GcsOutputResult");
debug_struct.field("uris", &self.uris);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::GcsDestination {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("GcsDestination");
debug_struct.field("object_uri", &self.object_uri);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::BigQueryDestination {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("BigQueryDestination");
debug_struct.field("dataset", &self.dataset);
debug_struct.field("table", &self.table);
debug_struct.field("force", &self.force);
debug_struct.field("partition_spec", &self.partition_spec);
debug_struct.field(
"separate_tables_per_asset_type",
&self.separate_tables_per_asset_type,
);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::PartitionSpec {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("PartitionSpec");
debug_struct.field("partition_key", &self.partition_key);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::PubsubDestination {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("PubsubDestination");
debug_struct.field("topic", &self.topic);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::FeedOutputConfig {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("FeedOutputConfig");
debug_struct.field("destination", &self.destination);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::Feed {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("Feed");
debug_struct.field("name", &self.name);
debug_struct.field("asset_names", &self.asset_names);
debug_struct.field("asset_types", &self.asset_types);
debug_struct.field("content_type", &self.content_type);
debug_struct.field("feed_output_config", &self.feed_output_config);
debug_struct.field("condition", &self.condition);
debug_struct.field("relationship_types", &self.relationship_types);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::SearchAllResourcesRequest {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("SearchAllResourcesRequest");
debug_struct.field("scope", &self.scope);
debug_struct.field("query", &self.query);
debug_struct.field("asset_types", &self.asset_types);
debug_struct.field("page_size", &self.page_size);
debug_struct.field("page_token", &self.page_token);
debug_struct.field("order_by", &self.order_by);
debug_struct.field("read_mask", &self.read_mask);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::SearchAllResourcesResponse {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("SearchAllResourcesResponse");
debug_struct.field("results", &self.results);
debug_struct.field("next_page_token", &self.next_page_token);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::SearchAllIamPoliciesRequest {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("SearchAllIamPoliciesRequest");
debug_struct.field("scope", &self.scope);
debug_struct.field("query", &self.query);
debug_struct.field("page_size", &self.page_size);
debug_struct.field("page_token", &self.page_token);
debug_struct.field("asset_types", &self.asset_types);
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::SearchAllIamPoliciesResponse {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("SearchAllIamPoliciesResponse");
debug_struct.field("results", &self.results);
debug_struct.field("next_page_token", &self.next_page_token);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::IamPolicyAnalysisQuery {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("IamPolicyAnalysisQuery");
debug_struct.field("scope", &self.scope);
debug_struct.field("resource_selector", &self.resource_selector);
debug_struct.field("identity_selector", &self.identity_selector);
debug_struct.field("access_selector", &self.access_selector);
debug_struct.field("options", &self.options);
debug_struct.field("condition_context", &self.condition_context);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::iam_policy_analysis_query::ResourceSelector {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("ResourceSelector");
debug_struct.field("full_resource_name", &self.full_resource_name);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::iam_policy_analysis_query::IdentitySelector {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("IdentitySelector");
debug_struct.field("identity", &self.identity);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::iam_policy_analysis_query::AccessSelector {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("AccessSelector");
debug_struct.field("roles", &self.roles);
debug_struct.field("permissions", &self.permissions);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::iam_policy_analysis_query::Options {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("Options");
debug_struct.field("expand_groups", &self.expand_groups);
debug_struct.field("expand_roles", &self.expand_roles);
debug_struct.field("expand_resources", &self.expand_resources);
debug_struct.field("output_resource_edges", &self.output_resource_edges);
debug_struct.field("output_group_edges", &self.output_group_edges);
debug_struct.field(
"analyze_service_account_impersonation",
&self.analyze_service_account_impersonation,
);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::iam_policy_analysis_query::ConditionContext {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("ConditionContext");
debug_struct.field("time_context", &self.time_context);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::AnalyzeIamPolicyRequest {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("AnalyzeIamPolicyRequest");
debug_struct.field("analysis_query", &self.analysis_query);
debug_struct.field("saved_analysis_query", &self.saved_analysis_query);
debug_struct.field("execution_timeout", &self.execution_timeout);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::AnalyzeIamPolicyResponse {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("AnalyzeIamPolicyResponse");
debug_struct.field("main_analysis", &self.main_analysis);
debug_struct.field(
"service_account_impersonation_analysis",
&self.service_account_impersonation_analysis,
);
debug_struct.field("fully_explored", &self.fully_explored);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::analyze_iam_policy_response::IamPolicyAnalysis {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("IamPolicyAnalysis");
debug_struct.field("analysis_query", &self.analysis_query);
debug_struct.field("analysis_results", &self.analysis_results);
debug_struct.field("fully_explored", &self.fully_explored);
debug_struct.field("non_critical_errors", &self.non_critical_errors);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::IamPolicyAnalysisOutputConfig {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("IamPolicyAnalysisOutputConfig");
debug_struct.field("destination", &self.destination);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::iam_policy_analysis_output_config::GcsDestination {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("GcsDestination");
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::iam_policy_analysis_output_config::BigQueryDestination {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("BigQueryDestination");
debug_struct.field("dataset", &self.dataset);
debug_struct.field("table_prefix", &self.table_prefix);
debug_struct.field("partition_key", &self.partition_key);
debug_struct.field("write_disposition", &self.write_disposition);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::AnalyzeIamPolicyLongrunningRequest {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("AnalyzeIamPolicyLongrunningRequest");
debug_struct.field("analysis_query", &self.analysis_query);
debug_struct.field("saved_analysis_query", &self.saved_analysis_query);
debug_struct.field("output_config", &self.output_config);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::AnalyzeIamPolicyLongrunningResponse {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("AnalyzeIamPolicyLongrunningResponse");
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::SavedQuery {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("SavedQuery");
debug_struct.field("name", &self.name);
debug_struct.field("description", &self.description);
debug_struct.field("create_time", &self.create_time);
debug_struct.field("creator", &self.creator);
debug_struct.field("last_update_time", &self.last_update_time);
debug_struct.field("last_updater", &self.last_updater);
debug_struct.field("labels", &self.labels);
debug_struct.field("content", &self.content);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::saved_query::QueryContent {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("QueryContent");
debug_struct.field("query_content", &self.query_content);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::CreateSavedQueryRequest {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("CreateSavedQueryRequest");
debug_struct.field("parent", &self.parent);
debug_struct.field("saved_query", &self.saved_query);
debug_struct.field("saved_query_id", &self.saved_query_id);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::GetSavedQueryRequest {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("GetSavedQueryRequest");
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::ListSavedQueriesRequest {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("ListSavedQueriesRequest");
debug_struct.field("parent", &self.parent);
debug_struct.field("filter", &self.filter);
debug_struct.field("page_size", &self.page_size);
debug_struct.field("page_token", &self.page_token);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::ListSavedQueriesResponse {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("ListSavedQueriesResponse");
debug_struct.field("saved_queries", &self.saved_queries);
debug_struct.field("next_page_token", &self.next_page_token);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::UpdateSavedQueryRequest {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("UpdateSavedQueryRequest");
debug_struct.field("saved_query", &self.saved_query);
debug_struct.field("update_mask", &self.update_mask);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::DeleteSavedQueryRequest {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("DeleteSavedQueryRequest");
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::AnalyzeMoveRequest {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("AnalyzeMoveRequest");
debug_struct.field("resource", &self.resource);
debug_struct.field("destination_parent", &self.destination_parent);
debug_struct.field("view", &self.view);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::AnalyzeMoveResponse {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("AnalyzeMoveResponse");
debug_struct.field("move_analysis", &self.move_analysis);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::MoveAnalysis {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("MoveAnalysis");
debug_struct.field("display_name", &self.display_name);
debug_struct.field("result", &self.result);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::MoveAnalysisResult {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("MoveAnalysisResult");
debug_struct.field("blockers", &self.blockers);
debug_struct.field("warnings", &self.warnings);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::MoveImpact {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("MoveImpact");
debug_struct.field("detail", &self.detail);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::QueryAssetsOutputConfig {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("QueryAssetsOutputConfig");
debug_struct.field("bigquery_destination", &self.bigquery_destination);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::query_assets_output_config::BigQueryDestination {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("BigQueryDestination");
debug_struct.field("dataset", &self.dataset);
debug_struct.field("table", &self.table);
debug_struct.field("write_disposition", &self.write_disposition);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::QueryAssetsRequest {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("QueryAssetsRequest");
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("timeout", &self.timeout);
debug_struct.field("output_config", &self.output_config);
debug_struct.field("query", &self.query);
debug_struct.field("time", &self.time);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::QueryAssetsResponse {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("QueryAssetsResponse");
debug_struct.field("job_reference", &self.job_reference);
debug_struct.field("done", &self.done);
debug_struct.field("response", &self.response);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::QueryResult {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("QueryResult");
debug_struct.field("rows", &self.rows);
debug_struct.field("schema", &self.schema);
debug_struct.field("next_page_token", &self.next_page_token);
debug_struct.field("total_rows", &self.total_rows);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::TableSchema {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("TableSchema");
debug_struct.field("fields", &self.fields);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::TableFieldSchema {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("TableFieldSchema");
debug_struct.field("field", &self.field);
debug_struct.field("r#type", &self.r#type);
debug_struct.field("mode", &self.mode);
debug_struct.field("fields", &self.fields);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::BatchGetEffectiveIamPoliciesRequest {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("BatchGetEffectiveIamPoliciesRequest");
debug_struct.field("scope", &self.scope);
debug_struct.field("names", &self.names);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::BatchGetEffectiveIamPoliciesResponse {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("BatchGetEffectiveIamPoliciesResponse");
debug_struct.field("policy_results", &self.policy_results);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::batch_get_effective_iam_policies_response::EffectiveIamPolicy {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("EffectiveIamPolicy");
debug_struct.field("full_resource_name", &self.full_resource_name);
debug_struct.field("policies", &self.policies);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug
for super::batch_get_effective_iam_policies_response::effective_iam_policy::PolicyInfo
{
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("PolicyInfo");
debug_struct.field("attached_resource", &self.attached_resource);
debug_struct.field("policy", &self.policy);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::AnalyzerOrgPolicy {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("AnalyzerOrgPolicy");
debug_struct.field("attached_resource", &self.attached_resource);
debug_struct.field("applied_resource", &self.applied_resource);
debug_struct.field("rules", &self.rules);
debug_struct.field("inherit_from_parent", &self.inherit_from_parent);
debug_struct.field("reset", &self.reset);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::analyzer_org_policy::Rule {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("Rule");
debug_struct.field("condition", &self.condition);
debug_struct.field("condition_evaluation", &self.condition_evaluation);
debug_struct.field("kind", &self.kind);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::analyzer_org_policy::rule::StringValues {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("StringValues");
debug_struct.field("allowed_values", &self.allowed_values);
debug_struct.field("denied_values", &self.denied_values);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::AnalyzerOrgPolicyConstraint {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("AnalyzerOrgPolicyConstraint");
debug_struct.field("constraint_definition", &self.constraint_definition);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::analyzer_org_policy_constraint::Constraint {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("Constraint");
debug_struct.field("name", &self.name);
debug_struct.field("display_name", &self.display_name);
debug_struct.field("description", &self.description);
debug_struct.field("constraint_default", &self.constraint_default);
debug_struct.field("constraint_type", &self.constraint_type);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::analyzer_org_policy_constraint::constraint::ListConstraint {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("ListConstraint");
debug_struct.field("supports_in", &self.supports_in);
debug_struct.field("supports_under", &self.supports_under);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::analyzer_org_policy_constraint::constraint::BooleanConstraint {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("BooleanConstraint");
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::analyzer_org_policy_constraint::CustomConstraint {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("CustomConstraint");
debug_struct.field("name", &self.name);
debug_struct.field("resource_types", &self.resource_types);
debug_struct.field("method_types", &self.method_types);
debug_struct.field("condition", &self.condition);
debug_struct.field("action_type", &self.action_type);
debug_struct.field("display_name", &self.display_name);
debug_struct.field("description", &self.description);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::AnalyzeOrgPoliciesRequest {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("AnalyzeOrgPoliciesRequest");
debug_struct.field("scope", &self.scope);
debug_struct.field("constraint", &self.constraint);
debug_struct.field("filter", &self.filter);
debug_struct.field("page_size", &self.page_size);
debug_struct.field("page_token", &self.page_token);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::AnalyzeOrgPoliciesResponse {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("AnalyzeOrgPoliciesResponse");
debug_struct.field("org_policy_results", &self.org_policy_results);
debug_struct.field("constraint", &self.constraint);
debug_struct.field("next_page_token", &self.next_page_token);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::analyze_org_policies_response::OrgPolicyResult {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("OrgPolicyResult");
debug_struct.field("consolidated_policy", &self.consolidated_policy);
debug_struct.field("policy_bundle", &self.policy_bundle);
debug_struct.field("project", &self.project);
debug_struct.field("folders", &self.folders);
debug_struct.field("organization", &self.organization);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::AnalyzeOrgPolicyGovernedContainersRequest {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("AnalyzeOrgPolicyGovernedContainersRequest");
debug_struct.field("scope", &self.scope);
debug_struct.field("constraint", &self.constraint);
debug_struct.field("filter", &self.filter);
debug_struct.field("page_size", &self.page_size);
debug_struct.field("page_token", &self.page_token);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::AnalyzeOrgPolicyGovernedContainersResponse {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("AnalyzeOrgPolicyGovernedContainersResponse");
debug_struct.field("governed_containers", &self.governed_containers);
debug_struct.field("constraint", &self.constraint);
debug_struct.field("next_page_token", &self.next_page_token);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::analyze_org_policy_governed_containers_response::GovernedContainer {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("GovernedContainer");
debug_struct.field("full_resource_name", &self.full_resource_name);
debug_struct.field("parent", &self.parent);
debug_struct.field("consolidated_policy", &self.consolidated_policy);
debug_struct.field("policy_bundle", &self.policy_bundle);
debug_struct.field("project", &self.project);
debug_struct.field("folders", &self.folders);
debug_struct.field("organization", &self.organization);
debug_struct.field("effective_tags", &self.effective_tags);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::AnalyzeOrgPolicyGovernedAssetsRequest {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("AnalyzeOrgPolicyGovernedAssetsRequest");
debug_struct.field("scope", &self.scope);
debug_struct.field("constraint", &self.constraint);
debug_struct.field("filter", &self.filter);
debug_struct.field("page_size", &self.page_size);
debug_struct.field("page_token", &self.page_token);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::AnalyzeOrgPolicyGovernedAssetsResponse {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("AnalyzeOrgPolicyGovernedAssetsResponse");
debug_struct.field("governed_assets", &self.governed_assets);
debug_struct.field("constraint", &self.constraint);
debug_struct.field("next_page_token", &self.next_page_token);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::analyze_org_policy_governed_assets_response::GovernedResource {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("GovernedResource");
debug_struct.field("full_resource_name", &self.full_resource_name);
debug_struct.field("parent", &self.parent);
debug_struct.field("project", &self.project);
debug_struct.field("folders", &self.folders);
debug_struct.field("organization", &self.organization);
debug_struct.field("asset_type", &self.asset_type);
debug_struct.field("effective_tags", &self.effective_tags);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::analyze_org_policy_governed_assets_response::GovernedIamPolicy {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("GovernedIamPolicy");
debug_struct.field("attached_resource", &self.attached_resource);
debug_struct.field("policy", &self.policy);
debug_struct.field("project", &self.project);
debug_struct.field("folders", &self.folders);
debug_struct.field("organization", &self.organization);
debug_struct.field("asset_type", &self.asset_type);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::analyze_org_policy_governed_assets_response::GovernedAsset {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("GovernedAsset");
debug_struct.field("consolidated_policy", &self.consolidated_policy);
debug_struct.field("policy_bundle", &self.policy_bundle);
debug_struct.field("governed_asset", &self.governed_asset);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::TemporalAsset {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("TemporalAsset");
debug_struct.field("window", &self.window);
debug_struct.field("deleted", &self.deleted);
debug_struct.field("asset", &self.asset);
debug_struct.field("prior_asset_state", &self.prior_asset_state);
debug_struct.field("prior_asset", &self.prior_asset);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::TimeWindow {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("TimeWindow");
debug_struct.field("start_time", &self.start_time);
debug_struct.field("end_time", &self.end_time);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::AssetEnrichment {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("AssetEnrichment");
debug_struct.field("enrichment_data", &self.enrichment_data);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::Asset {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("Asset");
debug_struct.field("update_time", &self.update_time);
debug_struct.field("name", &self.name);
debug_struct.field("asset_type", &self.asset_type);
debug_struct.field("resource", &self.resource);
debug_struct.field("iam_policy", &self.iam_policy);
debug_struct.field("org_policy", &self.org_policy);
debug_struct.field("os_inventory", &self.os_inventory);
debug_struct.field("related_assets", &self.related_assets);
debug_struct.field("related_asset", &self.related_asset);
debug_struct.field("ancestors", &self.ancestors);
debug_struct.field("access_context_policy", &self.access_context_policy);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::Resource {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("Resource");
debug_struct.field("version", &self.version);
debug_struct.field("discovery_document_uri", &self.discovery_document_uri);
debug_struct.field("discovery_name", &self.discovery_name);
debug_struct.field("resource_url", &self.resource_url);
debug_struct.field("parent", &self.parent);
debug_struct.field("data", &self.data);
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::RelatedAssets {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("RelatedAssets");
debug_struct.field("relationship_attributes", &self.relationship_attributes);
debug_struct.field("assets", &self.assets);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::RelationshipAttributes {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("RelationshipAttributes");
debug_struct.field("r#type", &self.r#type);
debug_struct.field("source_resource_type", &self.source_resource_type);
debug_struct.field("target_resource_type", &self.target_resource_type);
debug_struct.field("action", &self.action);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::RelatedAsset {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("RelatedAsset");
debug_struct.field("asset", &self.asset);
debug_struct.field("asset_type", &self.asset_type);
debug_struct.field("ancestors", &self.ancestors);
debug_struct.field("relationship_type", &self.relationship_type);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::Tag {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("Tag");
debug_struct.field("tag_key", &self.tag_key);
debug_struct.field("tag_key_id", &self.tag_key_id);
debug_struct.field("tag_value", &self.tag_value);
debug_struct.field("tag_value_id", &self.tag_value_id);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::EffectiveTagDetails {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("EffectiveTagDetails");
debug_struct.field("attached_resource", &self.attached_resource);
debug_struct.field("effective_tags", &self.effective_tags);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::ResourceSearchResult {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("ResourceSearchResult");
debug_struct.field("name", &self.name);
debug_struct.field("asset_type", &self.asset_type);
debug_struct.field("project", &self.project);
debug_struct.field("folders", &self.folders);
debug_struct.field("organization", &self.organization);
debug_struct.field("display_name", &self.display_name);
debug_struct.field("description", &self.description);
debug_struct.field("location", &self.location);
debug_struct.field("labels", &self.labels);
debug_struct.field("network_tags", &self.network_tags);
debug_struct.field("kms_key", &self.kms_key);
debug_struct.field("kms_keys", &self.kms_keys);
debug_struct.field("create_time", &self.create_time);
debug_struct.field("update_time", &self.update_time);
debug_struct.field("state", &self.state);
debug_struct.field("additional_attributes", &self.additional_attributes);
debug_struct.field("parent_full_resource_name", &self.parent_full_resource_name);
debug_struct.field("versioned_resources", &self.versioned_resources);
debug_struct.field("attached_resources", &self.attached_resources);
debug_struct.field("relationships", &self.relationships);
debug_struct.field("tag_keys", &self.tag_keys);
debug_struct.field("tag_values", &self.tag_values);
debug_struct.field("tag_value_ids", &self.tag_value_ids);
debug_struct.field("tags", &self.tags);
debug_struct.field("effective_tags", &self.effective_tags);
debug_struct.field("enrichments", &self.enrichments);
debug_struct.field("parent_asset_type", &self.parent_asset_type);
debug_struct.field("scc_security_marks", &self.scc_security_marks);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::VersionedResource {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("VersionedResource");
debug_struct.field("version", &self.version);
debug_struct.field("resource", &self.resource);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::AttachedResource {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("AttachedResource");
debug_struct.field("asset_type", &self.asset_type);
debug_struct.field("versioned_resources", &self.versioned_resources);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::RelatedResources {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("RelatedResources");
debug_struct.field("related_resources", &self.related_resources);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::RelatedResource {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("RelatedResource");
debug_struct.field("asset_type", &self.asset_type);
debug_struct.field("full_resource_name", &self.full_resource_name);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::IamPolicySearchResult {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("IamPolicySearchResult");
debug_struct.field("resource", &self.resource);
debug_struct.field("asset_type", &self.asset_type);
debug_struct.field("project", &self.project);
debug_struct.field("folders", &self.folders);
debug_struct.field("organization", &self.organization);
debug_struct.field("policy", &self.policy);
debug_struct.field("explanation", &self.explanation);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::iam_policy_search_result::Explanation {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("Explanation");
debug_struct.field("matched_permissions", &self.matched_permissions);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::iam_policy_search_result::explanation::Permissions {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("Permissions");
debug_struct.field("permissions", &self.permissions);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::IamPolicyAnalysisState {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("IamPolicyAnalysisState");
debug_struct.field("code", &self.code);
debug_struct.field("cause", &self.cause);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::ConditionEvaluation {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("ConditionEvaluation");
debug_struct.field("evaluation_value", &self.evaluation_value);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::IamPolicyAnalysisResult {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("IamPolicyAnalysisResult");
debug_struct.field(
"attached_resource_full_name",
&self.attached_resource_full_name,
);
debug_struct.field("iam_binding", &self.iam_binding);
debug_struct.field("access_control_lists", &self.access_control_lists);
debug_struct.field("identity_list", &self.identity_list);
debug_struct.field("fully_explored", &self.fully_explored);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::iam_policy_analysis_result::Resource {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("Resource");
debug_struct.field("full_resource_name", &self.full_resource_name);
debug_struct.field("analysis_state", &self.analysis_state);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::iam_policy_analysis_result::Access {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("Access");
debug_struct.field("analysis_state", &self.analysis_state);
debug_struct.field("oneof_access", &self.oneof_access);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::iam_policy_analysis_result::Identity {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("Identity");
debug_struct.field("name", &self.name);
debug_struct.field("analysis_state", &self.analysis_state);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::iam_policy_analysis_result::Edge {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("Edge");
debug_struct.field("source_node", &self.source_node);
debug_struct.field("target_node", &self.target_node);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::iam_policy_analysis_result::AccessControlList {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("AccessControlList");
debug_struct.field("resources", &self.resources);
debug_struct.field("accesses", &self.accesses);
debug_struct.field("resource_edges", &self.resource_edges);
debug_struct.field("condition_evaluation", &self.condition_evaluation);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::iam_policy_analysis_result::IdentityList {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("IdentityList");
debug_struct.field("identities", &self.identities);
debug_struct.field("group_edges", &self.group_edges);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}