#[allow(unused_imports)]
use super::*;
impl std::fmt::Debug for super::ProductLevelConfig {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("ProductLevelConfig");
debug_struct.field("ingestion_product_type", &self.ingestion_product_type);
debug_struct.field(
"merchant_center_product_id_field",
&self.merchant_center_product_id_field,
);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::CatalogAttribute {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("CatalogAttribute");
debug_struct.field("key", &self.key);
debug_struct.field("in_use", &self.in_use);
debug_struct.field("r#type", &self.r#type);
debug_struct.field("indexable_option", &self.indexable_option);
debug_struct.field("dynamic_facetable_option", &self.dynamic_facetable_option);
debug_struct.field("searchable_option", &self.searchable_option);
debug_struct.field("exact_searchable_option", &self.exact_searchable_option);
debug_struct.field("retrievable_option", &self.retrievable_option);
debug_struct.field("facet_config", &self.facet_config);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::catalog_attribute::FacetConfig {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("FacetConfig");
debug_struct.field("facet_intervals", &self.facet_intervals);
debug_struct.field("ignored_facet_values", &self.ignored_facet_values);
debug_struct.field("merged_facet_values", &self.merged_facet_values);
debug_struct.field("merged_facet", &self.merged_facet);
debug_struct.field("rerank_config", &self.rerank_config);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::catalog_attribute::facet_config::IgnoredFacetValues {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("IgnoredFacetValues");
debug_struct.field("values", &self.values);
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::catalog_attribute::facet_config::MergedFacetValue {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("MergedFacetValue");
debug_struct.field("values", &self.values);
debug_struct.field("merged_value", &self.merged_value);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::catalog_attribute::facet_config::MergedFacet {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("MergedFacet");
debug_struct.field("merged_facet_key", &self.merged_facet_key);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::catalog_attribute::facet_config::RerankConfig {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("RerankConfig");
debug_struct.field("rerank_facet", &self.rerank_facet);
debug_struct.field("facet_values", &self.facet_values);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::AttributesConfig {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("AttributesConfig");
debug_struct.field("name", &self.name);
debug_struct.field("catalog_attributes", &self.catalog_attributes);
debug_struct.field("attribute_config_level", &self.attribute_config_level);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::CompletionConfig {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("CompletionConfig");
debug_struct.field("name", &self.name);
debug_struct.field("matching_order", &self.matching_order);
debug_struct.field("max_suggestions", &self.max_suggestions);
debug_struct.field("min_prefix_length", &self.min_prefix_length);
debug_struct.field("auto_learning", &self.auto_learning);
debug_struct.field("suggestions_input_config", &self.suggestions_input_config);
debug_struct.field(
"last_suggestions_import_operation",
&self.last_suggestions_import_operation,
);
debug_struct.field("denylist_input_config", &self.denylist_input_config);
debug_struct.field(
"last_denylist_import_operation",
&self.last_denylist_import_operation,
);
debug_struct.field("allowlist_input_config", &self.allowlist_input_config);
debug_struct.field(
"last_allowlist_import_operation",
&self.last_allowlist_import_operation,
);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::Catalog {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("Catalog");
debug_struct.field("name", &self.name);
debug_struct.field("display_name", &self.display_name);
debug_struct.field("product_level_config", &self.product_level_config);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::ListCatalogsRequest {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("ListCatalogsRequest");
debug_struct.field("parent", &self.parent);
debug_struct.field("page_size", &self.page_size);
debug_struct.field("page_token", &self.page_token);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::ListCatalogsResponse {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("ListCatalogsResponse");
debug_struct.field("catalogs", &self.catalogs);
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::UpdateCatalogRequest {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("UpdateCatalogRequest");
debug_struct.field("catalog", &self.catalog);
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::SetDefaultBranchRequest {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("SetDefaultBranchRequest");
debug_struct.field("catalog", &self.catalog);
debug_struct.field("branch_id", &self.branch_id);
debug_struct.field("note", &self.note);
debug_struct.field("force", &self.force);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::GetDefaultBranchRequest {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("GetDefaultBranchRequest");
debug_struct.field("catalog", &self.catalog);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::GetDefaultBranchResponse {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("GetDefaultBranchResponse");
debug_struct.field("branch", &self.branch);
debug_struct.field("set_time", &self.set_time);
debug_struct.field("note", &self.note);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::GetCompletionConfigRequest {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("GetCompletionConfigRequest");
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::UpdateCompletionConfigRequest {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("UpdateCompletionConfigRequest");
debug_struct.field("completion_config", &self.completion_config);
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::GetAttributesConfigRequest {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("GetAttributesConfigRequest");
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::UpdateAttributesConfigRequest {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("UpdateAttributesConfigRequest");
debug_struct.field("attributes_config", &self.attributes_config);
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::AddCatalogAttributeRequest {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("AddCatalogAttributeRequest");
debug_struct.field("attributes_config", &self.attributes_config);
debug_struct.field("catalog_attribute", &self.catalog_attribute);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::RemoveCatalogAttributeRequest {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("RemoveCatalogAttributeRequest");
debug_struct.field("attributes_config", &self.attributes_config);
debug_struct.field("key", &self.key);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::ReplaceCatalogAttributeRequest {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("ReplaceCatalogAttributeRequest");
debug_struct.field("attributes_config", &self.attributes_config);
debug_struct.field("catalog_attribute", &self.catalog_attribute);
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::Condition {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("Condition");
debug_struct.field("query_terms", &self.query_terms);
debug_struct.field("active_time_range", &self.active_time_range);
debug_struct.field("page_categories", &self.page_categories);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::condition::QueryTerm {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("QueryTerm");
debug_struct.field("value", &self.value);
debug_struct.field("full_match", &self.full_match);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::condition::TimeRange {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("TimeRange");
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::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("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::rule::BoostAction {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("BoostAction");
debug_struct.field("boost", &self.boost);
debug_struct.field("products_filter", &self.products_filter);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::rule::FilterAction {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("FilterAction");
debug_struct.field("filter", &self.filter);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::rule::RedirectAction {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("RedirectAction");
debug_struct.field("redirect_uri", &self.redirect_uri);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::rule::TwowaySynonymsAction {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("TwowaySynonymsAction");
debug_struct.field("synonyms", &self.synonyms);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::rule::OnewaySynonymsAction {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("OnewaySynonymsAction");
debug_struct.field("query_terms", &self.query_terms);
debug_struct.field("synonyms", &self.synonyms);
debug_struct.field("oneway_terms", &self.oneway_terms);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::rule::DoNotAssociateAction {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("DoNotAssociateAction");
debug_struct.field("query_terms", &self.query_terms);
debug_struct.field("do_not_associate_terms", &self.do_not_associate_terms);
debug_struct.field("terms", &self.terms);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::rule::ReplacementAction {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("ReplacementAction");
debug_struct.field("query_terms", &self.query_terms);
debug_struct.field("replacement_term", &self.replacement_term);
debug_struct.field("term", &self.term);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::rule::IgnoreAction {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("IgnoreAction");
debug_struct.field("ignore_terms", &self.ignore_terms);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::rule::ForceReturnFacetAction {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("ForceReturnFacetAction");
debug_struct.field(
"facet_position_adjustments",
&self.facet_position_adjustments,
);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::rule::force_return_facet_action::FacetPositionAdjustment {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("FacetPositionAdjustment");
debug_struct.field("attribute_name", &self.attribute_name);
debug_struct.field("position", &self.position);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::rule::RemoveFacetAction {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("RemoveFacetAction");
debug_struct.field("attribute_names", &self.attribute_names);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::rule::PinAction {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("PinAction");
debug_struct.field("pin_map", &self.pin_map);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::Audience {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("Audience");
debug_struct.field("genders", &self.genders);
debug_struct.field("age_groups", &self.age_groups);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::ColorInfo {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("ColorInfo");
debug_struct.field("color_families", &self.color_families);
debug_struct.field("colors", &self.colors);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::CustomAttribute {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("CustomAttribute");
debug_struct.field("text", &self.text);
debug_struct.field("numbers", &self.numbers);
debug_struct.field("searchable", &self.searchable);
debug_struct.field("indexable", &self.indexable);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::FulfillmentInfo {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("FulfillmentInfo");
debug_struct.field("r#type", &self.r#type);
debug_struct.field("place_ids", &self.place_ids);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::Image {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("Image");
debug_struct.field("uri", &self.uri);
debug_struct.field("height", &self.height);
debug_struct.field("width", &self.width);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::Interval {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("Interval");
debug_struct.field("min", &self.min);
debug_struct.field("max", &self.max);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::PriceInfo {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("PriceInfo");
debug_struct.field("currency_code", &self.currency_code);
debug_struct.field("price", &self.price);
debug_struct.field("original_price", &self.original_price);
debug_struct.field("cost", &self.cost);
debug_struct.field("price_effective_time", &self.price_effective_time);
debug_struct.field("price_expire_time", &self.price_expire_time);
debug_struct.field("price_range", &self.price_range);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::price_info::PriceRange {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("PriceRange");
debug_struct.field("price", &self.price);
debug_struct.field("original_price", &self.original_price);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::Rating {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("Rating");
debug_struct.field("rating_count", &self.rating_count);
debug_struct.field("average_rating", &self.average_rating);
debug_struct.field("rating_histogram", &self.rating_histogram);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::UserInfo {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("UserInfo");
debug_struct.field("user_id", &self.user_id);
debug_struct.field("ip_address", &self.ip_address);
debug_struct.field("user_agent", &self.user_agent);
debug_struct.field("direct_user_request", &self.direct_user_request);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::LocalInventory {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("LocalInventory");
debug_struct.field("place_id", &self.place_id);
debug_struct.field("price_info", &self.price_info);
debug_struct.field("attributes", &self.attributes);
debug_struct.field("fulfillment_types", &self.fulfillment_types);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::PinControlMetadata {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("PinControlMetadata");
debug_struct.field("all_matched_pins", &self.all_matched_pins);
debug_struct.field("dropped_pins", &self.dropped_pins);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::pin_control_metadata::ProductPins {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("ProductPins");
debug_struct.field("product_id", &self.product_id);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::StringList {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("StringList");
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::DoubleList {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("DoubleList");
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::CompleteQueryRequest {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("CompleteQueryRequest");
debug_struct.field("catalog", &self.catalog);
debug_struct.field("query", &self.query);
debug_struct.field("visitor_id", &self.visitor_id);
debug_struct.field("language_codes", &self.language_codes);
debug_struct.field("device_type", &self.device_type);
debug_struct.field("dataset", &self.dataset);
debug_struct.field("max_suggestions", &self.max_suggestions);
debug_struct.field(
"enable_attribute_suggestions",
&self.enable_attribute_suggestions,
);
debug_struct.field("entity", &self.entity);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::CompleteQueryResponse {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("CompleteQueryResponse");
debug_struct.field("completion_results", &self.completion_results);
debug_struct.field("attribution_token", &self.attribution_token);
debug_struct.field("recent_search_results", &self.recent_search_results);
debug_struct.field("attribute_results", &self.attribute_results);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::complete_query_response::CompletionResult {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("CompletionResult");
debug_struct.field("suggestion", &self.suggestion);
debug_struct.field("attributes", &self.attributes);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::complete_query_response::RecentSearchResult {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("RecentSearchResult");
debug_struct.field("recent_search", &self.recent_search);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::complete_query_response::AttributeResult {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("AttributeResult");
debug_struct.field("suggestions", &self.suggestions);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::Control {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("Control");
debug_struct.field("name", &self.name);
debug_struct.field("display_name", &self.display_name);
debug_struct.field(
"associated_serving_config_ids",
&self.associated_serving_config_ids,
);
debug_struct.field("solution_types", &self.solution_types);
debug_struct.field("search_solution_use_case", &self.search_solution_use_case);
debug_struct.field("control", &self.control);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::CreateControlRequest {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("CreateControlRequest");
debug_struct.field("parent", &self.parent);
debug_struct.field("control", &self.control);
debug_struct.field("control_id", &self.control_id);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::UpdateControlRequest {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("UpdateControlRequest");
debug_struct.field("control", &self.control);
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::DeleteControlRequest {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("DeleteControlRequest");
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::GetControlRequest {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("GetControlRequest");
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::ListControlsRequest {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("ListControlsRequest");
debug_struct.field("parent", &self.parent);
debug_struct.field("page_size", &self.page_size);
debug_struct.field("page_token", &self.page_token);
debug_struct.field("filter", &self.filter);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::ListControlsResponse {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("ListControlsResponse");
debug_struct.field("controls", &self.controls);
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::ConversationalSearchRequest {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("ConversationalSearchRequest");
debug_struct.field("placement", &self.placement);
debug_struct.field("branch", &self.branch);
debug_struct.field("query", &self.query);
debug_struct.field("page_categories", &self.page_categories);
debug_struct.field("conversation_id", &self.conversation_id);
debug_struct.field("search_params", &self.search_params);
debug_struct.field("visitor_id", &self.visitor_id);
debug_struct.field("user_info", &self.user_info);
debug_struct.field(
"conversational_filtering_spec",
&self.conversational_filtering_spec,
);
debug_struct.field("user_labels", &self.user_labels);
debug_struct.field("safety_settings", &self.safety_settings);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::conversational_search_request::SearchParams {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("SearchParams");
debug_struct.field("filter", &self.filter);
debug_struct.field("canonical_filter", &self.canonical_filter);
debug_struct.field("sort_by", &self.sort_by);
debug_struct.field("boost_spec", &self.boost_spec);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::conversational_search_request::UserAnswer {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("UserAnswer");
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::conversational_search_request::user_answer::SelectedAnswer {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("SelectedAnswer");
debug_struct.field("product_attribute_value", &self.product_attribute_value);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::conversational_search_request::ConversationalFilteringSpec {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("ConversationalFilteringSpec");
debug_struct.field(
"enable_conversational_filtering",
&self.enable_conversational_filtering,
);
debug_struct.field("user_answer", &self.user_answer);
debug_struct.field(
"conversational_filtering_mode",
&self.conversational_filtering_mode,
);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::ConversationalSearchResponse {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("ConversationalSearchResponse");
debug_struct.field("user_query_types", &self.user_query_types);
debug_struct.field(
"conversational_text_response",
&self.conversational_text_response,
);
debug_struct.field("followup_question", &self.followup_question);
debug_struct.field("conversation_id", &self.conversation_id);
debug_struct.field("refined_search", &self.refined_search);
debug_struct.field(
"conversational_filtering_result",
&self.conversational_filtering_result,
);
debug_struct.field("state", &self.state);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::conversational_search_response::FollowupQuestion {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("FollowupQuestion");
debug_struct.field("followup_question", &self.followup_question);
debug_struct.field("suggested_answers", &self.suggested_answers);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::conversational_search_response::followup_question::SuggestedAnswer {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("SuggestedAnswer");
debug_struct.field("product_attribute_value", &self.product_attribute_value);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::conversational_search_response::RefinedSearch {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("RefinedSearch");
debug_struct.field("query", &self.query);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::conversational_search_response::ConversationalFilteringResult {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("ConversationalFilteringResult");
debug_struct.field("followup_question", &self.followup_question);
debug_struct.field("additional_filter", &self.additional_filter);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug
for super::conversational_search_response::conversational_filtering_result::AdditionalFilter
{
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("AdditionalFilter");
debug_struct.field("product_attribute_value", &self.product_attribute_value);
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::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("output_uri_prefix", &self.output_uri_prefix);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::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_id", &self.dataset_id);
debug_struct.field("table_id_prefix", &self.table_id_prefix);
debug_struct.field("table_type", &self.table_type);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::ExportErrorsConfig {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("ExportErrorsConfig");
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::ExportAnalyticsMetricsRequest {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("ExportAnalyticsMetricsRequest");
debug_struct.field("catalog", &self.catalog);
debug_struct.field("output_config", &self.output_config);
debug_struct.field("filter", &self.filter);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::ExportMetadata {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("ExportMetadata");
debug_struct.field("create_time", &self.create_time);
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::ExportAnalyticsMetricsResponse {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("ExportAnalyticsMetricsResponse");
debug_struct.field("error_samples", &self.error_samples);
debug_struct.field("errors_config", &self.errors_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::OutputResult {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("OutputResult");
debug_struct.field("bigquery_result", &self.bigquery_result);
debug_struct.field("gcs_result", &self.gcs_result);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::BigQueryOutputResult {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("BigQueryOutputResult");
debug_struct.field("dataset_id", &self.dataset_id);
debug_struct.field("table_id", &self.table_id);
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("output_uri", &self.output_uri);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::GenerativeQuestionsFeatureConfig {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("GenerativeQuestionsFeatureConfig");
debug_struct.field("catalog", &self.catalog);
debug_struct.field("feature_enabled", &self.feature_enabled);
debug_struct.field("minimum_products", &self.minimum_products);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::GenerativeQuestionConfig {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("GenerativeQuestionConfig");
debug_struct.field("catalog", &self.catalog);
debug_struct.field("facet", &self.facet);
debug_struct.field("generated_question", &self.generated_question);
debug_struct.field("final_question", &self.final_question);
debug_struct.field("example_values", &self.example_values);
debug_struct.field("frequency", &self.frequency);
debug_struct.field("allowed_in_conversation", &self.allowed_in_conversation);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::UpdateGenerativeQuestionsFeatureConfigRequest {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("UpdateGenerativeQuestionsFeatureConfigRequest");
debug_struct.field(
"generative_questions_feature_config",
&self.generative_questions_feature_config,
);
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::GetGenerativeQuestionsFeatureConfigRequest {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("GetGenerativeQuestionsFeatureConfigRequest");
debug_struct.field("catalog", &self.catalog);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::ListGenerativeQuestionConfigsRequest {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("ListGenerativeQuestionConfigsRequest");
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::ListGenerativeQuestionConfigsResponse {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("ListGenerativeQuestionConfigsResponse");
debug_struct.field(
"generative_question_configs",
&self.generative_question_configs,
);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::UpdateGenerativeQuestionConfigRequest {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("UpdateGenerativeQuestionConfigRequest");
debug_struct.field(
"generative_question_config",
&self.generative_question_config,
);
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::BatchUpdateGenerativeQuestionConfigsRequest {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("BatchUpdateGenerativeQuestionConfigsRequest");
debug_struct.field("parent", &self.parent);
debug_struct.field("requests", &self.requests);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::BatchUpdateGenerativeQuestionConfigsResponse {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("BatchUpdateGenerativeQuestionConfigsResponse");
debug_struct.field(
"generative_question_configs",
&self.generative_question_configs,
);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::GcsSource {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("GcsSource");
debug_struct.field("input_uris", &self.input_uris);
debug_struct.field("data_schema", &self.data_schema);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::BigQuerySource {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("BigQuerySource");
debug_struct.field("project_id", &self.project_id);
debug_struct.field("dataset_id", &self.dataset_id);
debug_struct.field("table_id", &self.table_id);
debug_struct.field("gcs_staging_dir", &self.gcs_staging_dir);
debug_struct.field("data_schema", &self.data_schema);
debug_struct.field("partition", &self.partition);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::ProductInlineSource {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("ProductInlineSource");
debug_struct.field("products", &self.products);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::UserEventInlineSource {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("UserEventInlineSource");
debug_struct.field("user_events", &self.user_events);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::ImportErrorsConfig {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("ImportErrorsConfig");
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::ImportProductsRequest {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("ImportProductsRequest");
debug_struct.field("parent", &self.parent);
debug_struct.field("request_id", &self.request_id);
debug_struct.field("input_config", &self.input_config);
debug_struct.field("errors_config", &self.errors_config);
debug_struct.field("update_mask", &self.update_mask);
debug_struct.field("reconciliation_mode", &self.reconciliation_mode);
debug_struct.field("notification_pubsub_topic", &self.notification_pubsub_topic);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::ImportUserEventsRequest {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("ImportUserEventsRequest");
debug_struct.field("parent", &self.parent);
debug_struct.field("input_config", &self.input_config);
debug_struct.field("errors_config", &self.errors_config);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::ImportCompletionDataRequest {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("ImportCompletionDataRequest");
debug_struct.field("parent", &self.parent);
debug_struct.field("input_config", &self.input_config);
debug_struct.field("notification_pubsub_topic", &self.notification_pubsub_topic);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::ProductInputConfig {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("ProductInputConfig");
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::UserEventInputConfig {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("UserEventInputConfig");
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::CompletionDataInputConfig {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("CompletionDataInputConfig");
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::ImportMetadata {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("ImportMetadata");
debug_struct.field("create_time", &self.create_time);
debug_struct.field("update_time", &self.update_time);
debug_struct.field("success_count", &self.success_count);
debug_struct.field("failure_count", &self.failure_count);
debug_struct.field("request_id", &self.request_id);
debug_struct.field("notification_pubsub_topic", &self.notification_pubsub_topic);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::ImportProductsResponse {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("ImportProductsResponse");
debug_struct.field("error_samples", &self.error_samples);
debug_struct.field("errors_config", &self.errors_config);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::ImportUserEventsResponse {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("ImportUserEventsResponse");
debug_struct.field("error_samples", &self.error_samples);
debug_struct.field("errors_config", &self.errors_config);
debug_struct.field("import_summary", &self.import_summary);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::UserEventImportSummary {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("UserEventImportSummary");
debug_struct.field("joined_events_count", &self.joined_events_count);
debug_struct.field("unjoined_events_count", &self.unjoined_events_count);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::ImportCompletionDataResponse {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("ImportCompletionDataResponse");
debug_struct.field("error_samples", &self.error_samples);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::Model {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("Model");
debug_struct.field("name", &self.name);
debug_struct.field("display_name", &self.display_name);
debug_struct.field("training_state", &self.training_state);
debug_struct.field("serving_state", &self.serving_state);
debug_struct.field("create_time", &self.create_time);
debug_struct.field("update_time", &self.update_time);
debug_struct.field("r#type", &self.r#type);
debug_struct.field("optimization_objective", &self.optimization_objective);
debug_struct.field("periodic_tuning_state", &self.periodic_tuning_state);
debug_struct.field("last_tune_time", &self.last_tune_time);
debug_struct.field("tuning_operation", &self.tuning_operation);
debug_struct.field("data_state", &self.data_state);
debug_struct.field("filtering_option", &self.filtering_option);
debug_struct.field("serving_config_lists", &self.serving_config_lists);
debug_struct.field("model_features_config", &self.model_features_config);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::model::ServingConfigList {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("ServingConfigList");
debug_struct.field("serving_config_ids", &self.serving_config_ids);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::model::FrequentlyBoughtTogetherFeaturesConfig {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("FrequentlyBoughtTogetherFeaturesConfig");
debug_struct.field("context_products_type", &self.context_products_type);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::model::ModelFeaturesConfig {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("ModelFeaturesConfig");
debug_struct.field("type_dedicated_config", &self.type_dedicated_config);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::CreateModelRequest {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("CreateModelRequest");
debug_struct.field("parent", &self.parent);
debug_struct.field("model", &self.model);
debug_struct.field("dry_run", &self.dry_run);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::UpdateModelRequest {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("UpdateModelRequest");
debug_struct.field("model", &self.model);
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::GetModelRequest {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("GetModelRequest");
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::PauseModelRequest {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("PauseModelRequest");
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::ResumeModelRequest {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("ResumeModelRequest");
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::ListModelsRequest {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("ListModelsRequest");
debug_struct.field("parent", &self.parent);
debug_struct.field("page_size", &self.page_size);
debug_struct.field("page_token", &self.page_token);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::DeleteModelRequest {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("DeleteModelRequest");
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::ListModelsResponse {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("ListModelsResponse");
debug_struct.field("models", &self.models);
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::TuneModelRequest {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("TuneModelRequest");
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::CreateModelMetadata {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("CreateModelMetadata");
debug_struct.field("model", &self.model);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::TuneModelMetadata {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("TuneModelMetadata");
debug_struct.field("model", &self.model);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::TuneModelResponse {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("TuneModelResponse");
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::PredictRequest {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("PredictRequest");
debug_struct.field("placement", &self.placement);
debug_struct.field("user_event", &self.user_event);
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("validate_only", &self.validate_only);
debug_struct.field("params", &self.params);
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::PredictResponse {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("PredictResponse");
debug_struct.field("results", &self.results);
debug_struct.field("attribution_token", &self.attribution_token);
debug_struct.field("missing_ids", &self.missing_ids);
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::predict_response::PredictionResult {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("PredictionResult");
debug_struct.field("id", &self.id);
debug_struct.field("metadata", &self.metadata);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::Product {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("Product");
debug_struct.field("name", &self.name);
debug_struct.field("id", &self.id);
debug_struct.field("r#type", &self.r#type);
debug_struct.field("primary_product_id", &self.primary_product_id);
debug_struct.field("collection_member_ids", &self.collection_member_ids);
debug_struct.field("gtin", &self.gtin);
debug_struct.field("categories", &self.categories);
debug_struct.field("title", &self.title);
debug_struct.field("brands", &self.brands);
debug_struct.field("description", &self.description);
debug_struct.field("language_code", &self.language_code);
debug_struct.field("attributes", &self.attributes);
debug_struct.field("tags", &self.tags);
debug_struct.field("price_info", &self.price_info);
debug_struct.field("rating", &self.rating);
debug_struct.field("available_time", &self.available_time);
debug_struct.field("availability", &self.availability);
debug_struct.field("available_quantity", &self.available_quantity);
debug_struct.field("fulfillment_info", &self.fulfillment_info);
debug_struct.field("uri", &self.uri);
debug_struct.field("images", &self.images);
debug_struct.field("audience", &self.audience);
debug_struct.field("color_info", &self.color_info);
debug_struct.field("sizes", &self.sizes);
debug_struct.field("materials", &self.materials);
debug_struct.field("patterns", &self.patterns);
debug_struct.field("conditions", &self.conditions);
debug_struct.field("promotions", &self.promotions);
debug_struct.field("publish_time", &self.publish_time);
debug_struct.field("retrievable_fields", &self.retrievable_fields);
debug_struct.field("variants", &self.variants);
debug_struct.field("local_inventories", &self.local_inventories);
debug_struct.field("expiration", &self.expiration);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::CreateProductRequest {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("CreateProductRequest");
debug_struct.field("parent", &self.parent);
debug_struct.field("product", &self.product);
debug_struct.field("product_id", &self.product_id);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::GetProductRequest {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("GetProductRequest");
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::UpdateProductRequest {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("UpdateProductRequest");
debug_struct.field("product", &self.product);
debug_struct.field("update_mask", &self.update_mask);
debug_struct.field("allow_missing", &self.allow_missing);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::DeleteProductRequest {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("DeleteProductRequest");
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::ListProductsRequest {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("ListProductsRequest");
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("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::ListProductsResponse {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("ListProductsResponse");
debug_struct.field("products", &self.products);
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::SetInventoryRequest {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("SetInventoryRequest");
debug_struct.field("inventory", &self.inventory);
debug_struct.field("set_mask", &self.set_mask);
debug_struct.field("set_time", &self.set_time);
debug_struct.field("allow_missing", &self.allow_missing);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::SetInventoryMetadata {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("SetInventoryMetadata");
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::SetInventoryResponse {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("SetInventoryResponse");
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::AddFulfillmentPlacesRequest {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("AddFulfillmentPlacesRequest");
debug_struct.field("product", &self.product);
debug_struct.field("r#type", &self.r#type);
debug_struct.field("place_ids", &self.place_ids);
debug_struct.field("add_time", &self.add_time);
debug_struct.field("allow_missing", &self.allow_missing);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::AddFulfillmentPlacesMetadata {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("AddFulfillmentPlacesMetadata");
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::AddFulfillmentPlacesResponse {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("AddFulfillmentPlacesResponse");
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::AddLocalInventoriesRequest {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("AddLocalInventoriesRequest");
debug_struct.field("product", &self.product);
debug_struct.field("local_inventories", &self.local_inventories);
debug_struct.field("add_mask", &self.add_mask);
debug_struct.field("add_time", &self.add_time);
debug_struct.field("allow_missing", &self.allow_missing);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::AddLocalInventoriesMetadata {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("AddLocalInventoriesMetadata");
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::AddLocalInventoriesResponse {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("AddLocalInventoriesResponse");
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::RemoveLocalInventoriesRequest {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("RemoveLocalInventoriesRequest");
debug_struct.field("product", &self.product);
debug_struct.field("place_ids", &self.place_ids);
debug_struct.field("remove_time", &self.remove_time);
debug_struct.field("allow_missing", &self.allow_missing);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::RemoveLocalInventoriesMetadata {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("RemoveLocalInventoriesMetadata");
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::RemoveLocalInventoriesResponse {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("RemoveLocalInventoriesResponse");
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::RemoveFulfillmentPlacesRequest {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("RemoveFulfillmentPlacesRequest");
debug_struct.field("product", &self.product);
debug_struct.field("r#type", &self.r#type);
debug_struct.field("place_ids", &self.place_ids);
debug_struct.field("remove_time", &self.remove_time);
debug_struct.field("allow_missing", &self.allow_missing);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::RemoveFulfillmentPlacesMetadata {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("RemoveFulfillmentPlacesMetadata");
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::RemoveFulfillmentPlacesResponse {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("RemoveFulfillmentPlacesResponse");
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::Promotion {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("Promotion");
debug_struct.field("promotion_id", &self.promotion_id);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::PurgeMetadata {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("PurgeMetadata");
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::PurgeProductsMetadata {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("PurgeProductsMetadata");
debug_struct.field("create_time", &self.create_time);
debug_struct.field("update_time", &self.update_time);
debug_struct.field("success_count", &self.success_count);
debug_struct.field("failure_count", &self.failure_count);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::PurgeProductsRequest {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("PurgeProductsRequest");
debug_struct.field("parent", &self.parent);
debug_struct.field("filter", &self.filter);
debug_struct.field("force", &self.force);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::PurgeProductsResponse {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("PurgeProductsResponse");
debug_struct.field("purge_count", &self.purge_count);
debug_struct.field("purge_sample", &self.purge_sample);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::PurgeUserEventsRequest {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("PurgeUserEventsRequest");
debug_struct.field("parent", &self.parent);
debug_struct.field("filter", &self.filter);
debug_struct.field("force", &self.force);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::PurgeUserEventsResponse {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("PurgeUserEventsResponse");
debug_struct.field("purged_events_count", &self.purged_events_count);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::SafetySetting {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("SafetySetting");
debug_struct.field("category", &self.category);
debug_struct.field("threshold", &self.threshold);
debug_struct.field("method", &self.method);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::ProductAttributeValue {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("ProductAttributeValue");
debug_struct.field("name", &self.name);
debug_struct.field("value", &self.value);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::ProductAttributeInterval {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("ProductAttributeInterval");
debug_struct.field("name", &self.name);
debug_struct.field("interval", &self.interval);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::Tile {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("Tile");
debug_struct.field("representative_product_id", &self.representative_product_id);
debug_struct.field("product_attribute", &self.product_attribute);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::SearchRequest {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("SearchRequest");
debug_struct.field("placement", &self.placement);
debug_struct.field("branch", &self.branch);
debug_struct.field("query", &self.query);
debug_struct.field("visitor_id", &self.visitor_id);
debug_struct.field("user_info", &self.user_info);
debug_struct.field("page_size", &self.page_size);
debug_struct.field("page_token", &self.page_token);
debug_struct.field("offset", &self.offset);
debug_struct.field("filter", &self.filter);
debug_struct.field("canonical_filter", &self.canonical_filter);
debug_struct.field("order_by", &self.order_by);
debug_struct.field("facet_specs", &self.facet_specs);
debug_struct.field("dynamic_facet_spec", &self.dynamic_facet_spec);
debug_struct.field("boost_spec", &self.boost_spec);
debug_struct.field("query_expansion_spec", &self.query_expansion_spec);
debug_struct.field("variant_rollup_keys", &self.variant_rollup_keys);
debug_struct.field("page_categories", &self.page_categories);
debug_struct.field("search_mode", &self.search_mode);
debug_struct.field("personalization_spec", &self.personalization_spec);
debug_struct.field("labels", &self.labels);
debug_struct.field("spell_correction_spec", &self.spell_correction_spec);
debug_struct.field("entity", &self.entity);
debug_struct.field(
"conversational_search_spec",
&self.conversational_search_spec,
);
debug_struct.field("tile_navigation_spec", &self.tile_navigation_spec);
debug_struct.field("language_code", &self.language_code);
debug_struct.field("region_code", &self.region_code);
debug_struct.field("place_id", &self.place_id);
debug_struct.field("user_attributes", &self.user_attributes);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::search_request::FacetSpec {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("FacetSpec");
debug_struct.field("facet_key", &self.facet_key);
debug_struct.field("limit", &self.limit);
debug_struct.field("excluded_filter_keys", &self.excluded_filter_keys);
debug_struct.field("enable_dynamic_position", &self.enable_dynamic_position);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::search_request::facet_spec::FacetKey {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("FacetKey");
debug_struct.field("key", &self.key);
debug_struct.field("intervals", &self.intervals);
debug_struct.field("restricted_values", &self.restricted_values);
debug_struct.field("prefixes", &self.prefixes);
debug_struct.field("contains", &self.contains);
debug_struct.field("case_insensitive", &self.case_insensitive);
debug_struct.field("order_by", &self.order_by);
debug_struct.field("query", &self.query);
debug_struct.field("return_min_max", &self.return_min_max);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::search_request::DynamicFacetSpec {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("DynamicFacetSpec");
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::search_request::BoostSpec {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("BoostSpec");
debug_struct.field("condition_boost_specs", &self.condition_boost_specs);
debug_struct.field(
"skip_boost_spec_validation",
&self.skip_boost_spec_validation,
);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::search_request::boost_spec::ConditionBoostSpec {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("ConditionBoostSpec");
debug_struct.field("condition", &self.condition);
debug_struct.field("boost", &self.boost);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::search_request::QueryExpansionSpec {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("QueryExpansionSpec");
debug_struct.field("condition", &self.condition);
debug_struct.field("pin_unexpanded_results", &self.pin_unexpanded_results);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::search_request::PersonalizationSpec {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("PersonalizationSpec");
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::search_request::SpellCorrectionSpec {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("SpellCorrectionSpec");
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::search_request::ConversationalSearchSpec {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("ConversationalSearchSpec");
debug_struct.field(
"followup_conversation_requested",
&self.followup_conversation_requested,
);
debug_struct.field("conversation_id", &self.conversation_id);
debug_struct.field("user_answer", &self.user_answer);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::search_request::conversational_search_spec::UserAnswer {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("UserAnswer");
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::search_request::conversational_search_spec::user_answer::SelectedAnswer
{
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("SelectedAnswer");
debug_struct.field("product_attribute_values", &self.product_attribute_values);
debug_struct.field("product_attribute_value", &self.product_attribute_value);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::search_request::TileNavigationSpec {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("TileNavigationSpec");
debug_struct.field("tile_navigation_requested", &self.tile_navigation_requested);
debug_struct.field("applied_tiles", &self.applied_tiles);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::SearchResponse {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("SearchResponse");
debug_struct.field("results", &self.results);
debug_struct.field("facets", &self.facets);
debug_struct.field("total_size", &self.total_size);
debug_struct.field("corrected_query", &self.corrected_query);
debug_struct.field("attribution_token", &self.attribution_token);
debug_struct.field("next_page_token", &self.next_page_token);
debug_struct.field("query_expansion_info", &self.query_expansion_info);
debug_struct.field("redirect_uri", &self.redirect_uri);
debug_struct.field("applied_controls", &self.applied_controls);
debug_struct.field("pin_control_metadata", &self.pin_control_metadata);
debug_struct.field(
"invalid_condition_boost_specs",
&self.invalid_condition_boost_specs,
);
debug_struct.field("experiment_info", &self.experiment_info);
debug_struct.field(
"conversational_search_result",
&self.conversational_search_result,
);
debug_struct.field("tile_navigation_result", &self.tile_navigation_result);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::search_response::SearchResult {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("SearchResult");
debug_struct.field("id", &self.id);
debug_struct.field("product", &self.product);
debug_struct.field("matching_variant_count", &self.matching_variant_count);
debug_struct.field("matching_variant_fields", &self.matching_variant_fields);
debug_struct.field("variant_rollup_values", &self.variant_rollup_values);
debug_struct.field("personal_labels", &self.personal_labels);
debug_struct.field("model_scores", &self.model_scores);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::search_response::Facet {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("Facet");
debug_struct.field("key", &self.key);
debug_struct.field("values", &self.values);
debug_struct.field("dynamic_facet", &self.dynamic_facet);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::search_response::facet::FacetValue {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("FacetValue");
debug_struct.field("count", &self.count);
debug_struct.field("min_value", &self.min_value);
debug_struct.field("max_value", &self.max_value);
debug_struct.field("facet_value", &self.facet_value);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::search_response::QueryExpansionInfo {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("QueryExpansionInfo");
debug_struct.field("expanded_query", &self.expanded_query);
debug_struct.field("pinned_result_count", &self.pinned_result_count);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::search_response::ConversationalSearchResult {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("ConversationalSearchResult");
debug_struct.field("conversation_id", &self.conversation_id);
debug_struct.field("refined_query", &self.refined_query);
debug_struct.field("additional_filters", &self.additional_filters);
debug_struct.field("followup_question", &self.followup_question);
debug_struct.field("suggested_answers", &self.suggested_answers);
debug_struct.field("additional_filter", &self.additional_filter);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::search_response::conversational_search_result::SuggestedAnswer {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("SuggestedAnswer");
debug_struct.field("product_attribute_value", &self.product_attribute_value);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::search_response::conversational_search_result::AdditionalFilter {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("AdditionalFilter");
debug_struct.field("product_attribute_value", &self.product_attribute_value);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::search_response::TileNavigationResult {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("TileNavigationResult");
debug_struct.field("tiles", &self.tiles);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::ExperimentInfo {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("ExperimentInfo");
debug_struct.field("experiment", &self.experiment);
debug_struct.field("experiment_metadata", &self.experiment_metadata);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::experiment_info::ServingConfigExperiment {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("ServingConfigExperiment");
debug_struct.field("original_serving_config", &self.original_serving_config);
debug_struct.field("experiment_serving_config", &self.experiment_serving_config);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::ServingConfig {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("ServingConfig");
debug_struct.field("name", &self.name);
debug_struct.field("display_name", &self.display_name);
debug_struct.field("model_id", &self.model_id);
debug_struct.field("price_reranking_level", &self.price_reranking_level);
debug_struct.field("facet_control_ids", &self.facet_control_ids);
debug_struct.field("dynamic_facet_spec", &self.dynamic_facet_spec);
debug_struct.field("boost_control_ids", &self.boost_control_ids);
debug_struct.field("filter_control_ids", &self.filter_control_ids);
debug_struct.field("redirect_control_ids", &self.redirect_control_ids);
debug_struct.field(
"twoway_synonyms_control_ids",
&self.twoway_synonyms_control_ids,
);
debug_struct.field(
"oneway_synonyms_control_ids",
&self.oneway_synonyms_control_ids,
);
debug_struct.field(
"do_not_associate_control_ids",
&self.do_not_associate_control_ids,
);
debug_struct.field("replacement_control_ids", &self.replacement_control_ids);
debug_struct.field("ignore_control_ids", &self.ignore_control_ids);
debug_struct.field("diversity_level", &self.diversity_level);
debug_struct.field("diversity_type", &self.diversity_type);
debug_struct.field(
"enable_category_filter_level",
&self.enable_category_filter_level,
);
debug_struct.field("ignore_recs_denylist", &self.ignore_recs_denylist);
debug_struct.field("personalization_spec", &self.personalization_spec);
debug_struct.field("solution_types", &self.solution_types);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::CreateServingConfigRequest {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("CreateServingConfigRequest");
debug_struct.field("parent", &self.parent);
debug_struct.field("serving_config", &self.serving_config);
debug_struct.field("serving_config_id", &self.serving_config_id);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::UpdateServingConfigRequest {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("UpdateServingConfigRequest");
debug_struct.field("serving_config", &self.serving_config);
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::DeleteServingConfigRequest {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("DeleteServingConfigRequest");
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::GetServingConfigRequest {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("GetServingConfigRequest");
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::ListServingConfigsRequest {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("ListServingConfigsRequest");
debug_struct.field("parent", &self.parent);
debug_struct.field("page_size", &self.page_size);
debug_struct.field("page_token", &self.page_token);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::ListServingConfigsResponse {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("ListServingConfigsResponse");
debug_struct.field("serving_configs", &self.serving_configs);
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::AddControlRequest {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("AddControlRequest");
debug_struct.field("serving_config", &self.serving_config);
debug_struct.field("control_id", &self.control_id);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::RemoveControlRequest {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("RemoveControlRequest");
debug_struct.field("serving_config", &self.serving_config);
debug_struct.field("control_id", &self.control_id);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::UserEvent {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("UserEvent");
debug_struct.field("event_type", &self.event_type);
debug_struct.field("visitor_id", &self.visitor_id);
debug_struct.field("session_id", &self.session_id);
debug_struct.field("event_time", &self.event_time);
debug_struct.field("experiment_ids", &self.experiment_ids);
debug_struct.field("attribution_token", &self.attribution_token);
debug_struct.field("product_details", &self.product_details);
debug_struct.field("completion_detail", &self.completion_detail);
debug_struct.field("attributes", &self.attributes);
debug_struct.field("cart_id", &self.cart_id);
debug_struct.field("purchase_transaction", &self.purchase_transaction);
debug_struct.field("search_query", &self.search_query);
debug_struct.field("filter", &self.filter);
debug_struct.field("order_by", &self.order_by);
debug_struct.field("offset", &self.offset);
debug_struct.field("page_categories", &self.page_categories);
debug_struct.field("user_info", &self.user_info);
debug_struct.field("uri", &self.uri);
debug_struct.field("referrer_uri", &self.referrer_uri);
debug_struct.field("page_view_id", &self.page_view_id);
debug_struct.field("entity", &self.entity);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::ProductDetail {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("ProductDetail");
debug_struct.field("product", &self.product);
debug_struct.field("quantity", &self.quantity);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::CompletionDetail {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("CompletionDetail");
debug_struct.field(
"completion_attribution_token",
&self.completion_attribution_token,
);
debug_struct.field("selected_suggestion", &self.selected_suggestion);
debug_struct.field("selected_position", &self.selected_position);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::PurchaseTransaction {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("PurchaseTransaction");
debug_struct.field("id", &self.id);
debug_struct.field("revenue", &self.revenue);
debug_struct.field("tax", &self.tax);
debug_struct.field("cost", &self.cost);
debug_struct.field("currency_code", &self.currency_code);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::WriteUserEventRequest {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("WriteUserEventRequest");
debug_struct.field("parent", &self.parent);
debug_struct.field("user_event", &self.user_event);
debug_struct.field("write_async", &self.write_async);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::CollectUserEventRequest {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("CollectUserEventRequest");
debug_struct.field("parent", &self.parent);
debug_struct.field("user_event", &self.user_event);
debug_struct.field("uri", &self.uri);
debug_struct.field("ets", &self.ets);
debug_struct.field("raw_json", &self.raw_json);
debug_struct.field("conversion_rule", &self.conversion_rule);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::RejoinUserEventsRequest {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("RejoinUserEventsRequest");
debug_struct.field("parent", &self.parent);
debug_struct.field("user_event_rejoin_scope", &self.user_event_rejoin_scope);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::RejoinUserEventsResponse {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("RejoinUserEventsResponse");
debug_struct.field(
"rejoined_user_events_count",
&self.rejoined_user_events_count,
);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::RejoinUserEventsMetadata {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("RejoinUserEventsMetadata");
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}