Skip to content

places: update_mask not generated #531

@b0xtch

Description

@b0xtch

The update_mask seems to be missing from the places api

        let result = hub
            .places()
            .search_text(GoogleMapsPlacesV1SearchTextRequest {
                price_levels: None,
                region_code: None,
                min_rating: None,
                ev_options: None,
                text_query: Some("example".to_string()),
                rank_preference: None,
                search_along_route_parameters: None,
                open_now: None,
                routing_parameters: None,
                location_restriction: None,
                strict_type_filtering: None,
                language_code: None,
                location_bias: None,
                page_size: None,
                page_token: None,
                max_result_count: None,
                included_type: None,
            })
            // no method named `update_mask` found for struct `PlaceSearchTextCall` in the current scope
            .update_mask(FieldMask::new::<&str>(&[]))
            .doit()
            .await;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions