#[allow(unused_imports)]
use super::*;
impl std::fmt::Debug for super::TimestampRange {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("TimestampRange");
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::Location {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("Location");
debug_struct.field("location_type", &self.location_type);
debug_struct.field("postal_address", &self.postal_address);
debug_struct.field("lat_lng", &self.lat_lng);
debug_struct.field("radius_miles", &self.radius_miles);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::RequestMetadata {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("RequestMetadata");
debug_struct.field("domain", &self.domain);
debug_struct.field("session_id", &self.session_id);
debug_struct.field("user_id", &self.user_id);
debug_struct.field("allow_missing_ids", &self.allow_missing_ids);
debug_struct.field("device_info", &self.device_info);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::ResponseMetadata {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("ResponseMetadata");
debug_struct.field("request_id", &self.request_id);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::DeviceInfo {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("DeviceInfo");
debug_struct.field("device_type", &self.device_type);
debug_struct.field("id", &self.id);
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("string_values", &self.string_values);
debug_struct.field("long_values", &self.long_values);
debug_struct.field("filterable", &self.filterable);
debug_struct.field("keyword_searchable", &self.keyword_searchable);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::SpellingCorrection {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("SpellingCorrection");
debug_struct.field("corrected", &self.corrected);
debug_struct.field("corrected_text", &self.corrected_text);
debug_struct.field("corrected_html", &self.corrected_html);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::CompensationInfo {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("CompensationInfo");
debug_struct.field("entries", &self.entries);
debug_struct.field(
"annualized_base_compensation_range",
&self.annualized_base_compensation_range,
);
debug_struct.field(
"annualized_total_compensation_range",
&self.annualized_total_compensation_range,
);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::compensation_info::CompensationEntry {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("CompensationEntry");
debug_struct.field("r#type", &self.r#type);
debug_struct.field("unit", &self.unit);
debug_struct.field("description", &self.description);
debug_struct.field("expected_units_per_year", &self.expected_units_per_year);
debug_struct.field("compensation_amount", &self.compensation_amount);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::compensation_info::CompensationRange {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("CompensationRange");
debug_struct.field("max_compensation", &self.max_compensation);
debug_struct.field("min_compensation", &self.min_compensation);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::BatchOperationMetadata {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("BatchOperationMetadata");
debug_struct.field("state", &self.state);
debug_struct.field("state_description", &self.state_description);
debug_struct.field("success_count", &self.success_count);
debug_struct.field("failure_count", &self.failure_count);
debug_struct.field("total_count", &self.total_count);
debug_struct.field("create_time", &self.create_time);
debug_struct.field("update_time", &self.update_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::Company {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("Company");
debug_struct.field("name", &self.name);
debug_struct.field("display_name", &self.display_name);
debug_struct.field("external_id", &self.external_id);
debug_struct.field("size", &self.size);
debug_struct.field("headquarters_address", &self.headquarters_address);
debug_struct.field("hiring_agency", &self.hiring_agency);
debug_struct.field("eeo_text", &self.eeo_text);
debug_struct.field("website_uri", &self.website_uri);
debug_struct.field("career_site_uri", &self.career_site_uri);
debug_struct.field("image_uri", &self.image_uri);
debug_struct.field(
"keyword_searchable_job_custom_attributes",
&self.keyword_searchable_job_custom_attributes,
);
debug_struct.field("derived_info", &self.derived_info);
debug_struct.field("suspended", &self.suspended);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::company::DerivedInfo {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("DerivedInfo");
debug_struct.field("headquarters_location", &self.headquarters_location);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::CreateCompanyRequest {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("CreateCompanyRequest");
debug_struct.field("parent", &self.parent);
debug_struct.field("company", &self.company);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::GetCompanyRequest {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("GetCompanyRequest");
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::UpdateCompanyRequest {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("UpdateCompanyRequest");
debug_struct.field("company", &self.company);
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::DeleteCompanyRequest {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("DeleteCompanyRequest");
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::ListCompaniesRequest {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("ListCompaniesRequest");
debug_struct.field("parent", &self.parent);
debug_struct.field("page_token", &self.page_token);
debug_struct.field("page_size", &self.page_size);
debug_struct.field("require_open_jobs", &self.require_open_jobs);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::ListCompaniesResponse {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("ListCompaniesResponse");
debug_struct.field("companies", &self.companies);
debug_struct.field("next_page_token", &self.next_page_token);
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::CompleteQueryRequest {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("CompleteQueryRequest");
debug_struct.field("tenant", &self.tenant);
debug_struct.field("query", &self.query);
debug_struct.field("language_codes", &self.language_codes);
debug_struct.field("page_size", &self.page_size);
debug_struct.field("company", &self.company);
debug_struct.field("scope", &self.scope);
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::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("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::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("r#type", &self.r#type);
debug_struct.field("image_uri", &self.image_uri);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::ClientEvent {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("ClientEvent");
debug_struct.field("request_id", &self.request_id);
debug_struct.field("event_id", &self.event_id);
debug_struct.field("create_time", &self.create_time);
debug_struct.field("event_notes", &self.event_notes);
debug_struct.field("event", &self.event);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::JobEvent {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("JobEvent");
debug_struct.field("r#type", &self.r#type);
debug_struct.field("jobs", &self.jobs);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::CreateClientEventRequest {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("CreateClientEventRequest");
debug_struct.field("parent", &self.parent);
debug_struct.field("client_event", &self.client_event);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::JobQuery {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("JobQuery");
debug_struct.field("query", &self.query);
debug_struct.field("query_language_code", &self.query_language_code);
debug_struct.field("companies", &self.companies);
debug_struct.field("location_filters", &self.location_filters);
debug_struct.field("job_categories", &self.job_categories);
debug_struct.field("commute_filter", &self.commute_filter);
debug_struct.field("company_display_names", &self.company_display_names);
debug_struct.field("compensation_filter", &self.compensation_filter);
debug_struct.field("custom_attribute_filter", &self.custom_attribute_filter);
debug_struct.field("disable_spell_check", &self.disable_spell_check);
debug_struct.field("employment_types", &self.employment_types);
debug_struct.field("language_codes", &self.language_codes);
debug_struct.field("publish_time_range", &self.publish_time_range);
debug_struct.field("excluded_jobs", &self.excluded_jobs);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::LocationFilter {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("LocationFilter");
debug_struct.field("address", &self.address);
debug_struct.field("region_code", &self.region_code);
debug_struct.field("lat_lng", &self.lat_lng);
debug_struct.field("distance_in_miles", &self.distance_in_miles);
debug_struct.field("telecommute_preference", &self.telecommute_preference);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::CompensationFilter {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("CompensationFilter");
debug_struct.field("r#type", &self.r#type);
debug_struct.field("units", &self.units);
debug_struct.field("range", &self.range);
debug_struct.field(
"include_jobs_with_unspecified_compensation_range",
&self.include_jobs_with_unspecified_compensation_range,
);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::CommuteFilter {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("CommuteFilter");
debug_struct.field("commute_method", &self.commute_method);
debug_struct.field("start_coordinates", &self.start_coordinates);
debug_struct.field("travel_duration", &self.travel_duration);
debug_struct.field("allow_imprecise_addresses", &self.allow_imprecise_addresses);
debug_struct.field("traffic_option", &self.traffic_option);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::HistogramQuery {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("HistogramQuery");
debug_struct.field("histogram_query", &self.histogram_query);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::HistogramQueryResult {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("HistogramQueryResult");
debug_struct.field("histogram_query", &self.histogram_query);
debug_struct.field("histogram", &self.histogram);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::Job {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("Job");
debug_struct.field("name", &self.name);
debug_struct.field("company", &self.company);
debug_struct.field("requisition_id", &self.requisition_id);
debug_struct.field("title", &self.title);
debug_struct.field("description", &self.description);
debug_struct.field("addresses", &self.addresses);
debug_struct.field("application_info", &self.application_info);
debug_struct.field("job_benefits", &self.job_benefits);
debug_struct.field("compensation_info", &self.compensation_info);
debug_struct.field("custom_attributes", &self.custom_attributes);
debug_struct.field("degree_types", &self.degree_types);
debug_struct.field("department", &self.department);
debug_struct.field("employment_types", &self.employment_types);
debug_struct.field("incentives", &self.incentives);
debug_struct.field("language_code", &self.language_code);
debug_struct.field("job_level", &self.job_level);
debug_struct.field("promotion_value", &self.promotion_value);
debug_struct.field("qualifications", &self.qualifications);
debug_struct.field("responsibilities", &self.responsibilities);
debug_struct.field("posting_region", &self.posting_region);
debug_struct.field("visibility", &self.visibility);
debug_struct.field("job_start_time", &self.job_start_time);
debug_struct.field("job_end_time", &self.job_end_time);
debug_struct.field("posting_publish_time", &self.posting_publish_time);
debug_struct.field("posting_expire_time", &self.posting_expire_time);
debug_struct.field("posting_create_time", &self.posting_create_time);
debug_struct.field("posting_update_time", &self.posting_update_time);
debug_struct.field("company_display_name", &self.company_display_name);
debug_struct.field("derived_info", &self.derived_info);
debug_struct.field("processing_options", &self.processing_options);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::job::ApplicationInfo {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("ApplicationInfo");
debug_struct.field("emails", &self.emails);
debug_struct.field("instruction", &self.instruction);
debug_struct.field("uris", &self.uris);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::job::DerivedInfo {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("DerivedInfo");
debug_struct.field("locations", &self.locations);
debug_struct.field("job_categories", &self.job_categories);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::job::ProcessingOptions {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("ProcessingOptions");
debug_struct.field(
"disable_street_address_resolution",
&self.disable_street_address_resolution,
);
debug_struct.field("html_sanitization", &self.html_sanitization);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::CreateJobRequest {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("CreateJobRequest");
debug_struct.field("parent", &self.parent);
debug_struct.field("job", &self.job);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::GetJobRequest {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("GetJobRequest");
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::UpdateJobRequest {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("UpdateJobRequest");
debug_struct.field("job", &self.job);
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::DeleteJobRequest {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("DeleteJobRequest");
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::ListJobsRequest {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("ListJobsRequest");
debug_struct.field("parent", &self.parent);
debug_struct.field("filter", &self.filter);
debug_struct.field("page_token", &self.page_token);
debug_struct.field("page_size", &self.page_size);
debug_struct.field("job_view", &self.job_view);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::ListJobsResponse {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("ListJobsResponse");
debug_struct.field("jobs", &self.jobs);
debug_struct.field("next_page_token", &self.next_page_token);
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::SearchJobsRequest {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("SearchJobsRequest");
debug_struct.field("parent", &self.parent);
debug_struct.field("search_mode", &self.search_mode);
debug_struct.field("request_metadata", &self.request_metadata);
debug_struct.field("job_query", &self.job_query);
debug_struct.field("enable_broadening", &self.enable_broadening);
debug_struct.field("histogram_queries", &self.histogram_queries);
debug_struct.field("job_view", &self.job_view);
debug_struct.field("offset", &self.offset);
debug_struct.field("max_page_size", &self.max_page_size);
debug_struct.field("page_token", &self.page_token);
debug_struct.field("order_by", &self.order_by);
debug_struct.field("diversification_level", &self.diversification_level);
debug_struct.field("custom_ranking_info", &self.custom_ranking_info);
debug_struct.field("disable_keyword_match", &self.disable_keyword_match);
debug_struct.field("keyword_match_mode", &self.keyword_match_mode);
debug_struct.field("relevance_threshold", &self.relevance_threshold);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::search_jobs_request::CustomRankingInfo {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("CustomRankingInfo");
debug_struct.field("importance_level", &self.importance_level);
debug_struct.field("ranking_expression", &self.ranking_expression);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::SearchJobsResponse {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("SearchJobsResponse");
debug_struct.field("matching_jobs", &self.matching_jobs);
debug_struct.field("histogram_query_results", &self.histogram_query_results);
debug_struct.field("next_page_token", &self.next_page_token);
debug_struct.field("location_filters", &self.location_filters);
debug_struct.field("total_size", &self.total_size);
debug_struct.field("metadata", &self.metadata);
debug_struct.field(
"broadened_query_jobs_count",
&self.broadened_query_jobs_count,
);
debug_struct.field("spell_correction", &self.spell_correction);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::search_jobs_response::MatchingJob {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("MatchingJob");
debug_struct.field("job", &self.job);
debug_struct.field("job_summary", &self.job_summary);
debug_struct.field("job_title_snippet", &self.job_title_snippet);
debug_struct.field("search_text_snippet", &self.search_text_snippet);
debug_struct.field("commute_info", &self.commute_info);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::search_jobs_response::CommuteInfo {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("CommuteInfo");
debug_struct.field("job_location", &self.job_location);
debug_struct.field("travel_duration", &self.travel_duration);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::BatchCreateJobsRequest {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("BatchCreateJobsRequest");
debug_struct.field("parent", &self.parent);
debug_struct.field("jobs", &self.jobs);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::BatchUpdateJobsRequest {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("BatchUpdateJobsRequest");
debug_struct.field("parent", &self.parent);
debug_struct.field("jobs", &self.jobs);
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::BatchDeleteJobsRequest {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("BatchDeleteJobsRequest");
debug_struct.field("parent", &self.parent);
debug_struct.field("names", &self.names);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::JobResult {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("JobResult");
debug_struct.field("job", &self.job);
debug_struct.field("status", &self.status);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::BatchCreateJobsResponse {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("BatchCreateJobsResponse");
debug_struct.field("job_results", &self.job_results);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::BatchUpdateJobsResponse {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("BatchUpdateJobsResponse");
debug_struct.field("job_results", &self.job_results);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::BatchDeleteJobsResponse {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("BatchDeleteJobsResponse");
debug_struct.field("job_results", &self.job_results);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::Tenant {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("Tenant");
debug_struct.field("name", &self.name);
debug_struct.field("external_id", &self.external_id);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::CreateTenantRequest {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("CreateTenantRequest");
debug_struct.field("parent", &self.parent);
debug_struct.field("tenant", &self.tenant);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::GetTenantRequest {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("GetTenantRequest");
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::UpdateTenantRequest {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("UpdateTenantRequest");
debug_struct.field("tenant", &self.tenant);
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::DeleteTenantRequest {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("DeleteTenantRequest");
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::ListTenantsRequest {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("ListTenantsRequest");
debug_struct.field("parent", &self.parent);
debug_struct.field("page_token", &self.page_token);
debug_struct.field("page_size", &self.page_size);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}
impl std::fmt::Debug for super::ListTenantsResponse {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
let mut debug_struct = f.debug_struct("ListTenantsResponse");
debug_struct.field("tenants", &self.tenants);
debug_struct.field("next_page_token", &self.next_page_token);
debug_struct.field("metadata", &self.metadata);
if !self._unknown_fields.is_empty() {
debug_struct.field("_unknown_fields", &self._unknown_fields);
}
debug_struct.finish()
}
}