Struct google_api_proto::google::ads::googleads::v15::services::GenerateKeywordIdeasRequest
source · pub struct GenerateKeywordIdeasRequest {
pub customer_id: String,
pub language: Option<String>,
pub geo_target_constants: Vec<String>,
pub include_adult_keywords: bool,
pub page_token: String,
pub page_size: i32,
pub keyword_plan_network: i32,
pub keyword_annotation: Vec<i32>,
pub aggregate_metrics: Option<KeywordPlanAggregateMetrics>,
pub historical_metrics_options: Option<HistoricalMetricsOptions>,
pub seed: Option<Seed>,
}
Expand description
Request message for [KeywordPlanIdeaService.GenerateKeywordIdeas][google.ads.googleads.v15.services.KeywordPlanIdeaService.GenerateKeywordIdeas].
Fields§
§customer_id: String
The ID of the customer with the recommendation.
language: Option<String>
The resource name of the language to target. Each keyword belongs to some set of languages; a keyword is included if language is one of its languages. If not set, all keywords will be included.
geo_target_constants: Vec<String>
The resource names of the location to target. Maximum is 10. An empty list MAY be used to specify all targeting geos.
include_adult_keywords: bool
If true, adult keywords will be included in response. The default value is false.
page_token: String
Token of the page to retrieve. If not specified, the first
page of results will be returned. To request next page of results use the
value obtained from next_page_token
in the previous response.
The request fields must match across pages.
page_size: i32
Number of results to retrieve in a single page. A maximum of 10,000 results may be returned, if the page_size exceeds this, it is ignored. If unspecified, at most 10,000 results will be returned. The server may decide to further limit the number of returned resources. If the response contains fewer than 10,000 results it may not be assumed as last page of results.
keyword_plan_network: i32
Targeting network. If not set, Google Search And Partners Network will be used.
keyword_annotation: Vec<i32>
The keyword annotations to include in response.
aggregate_metrics: Option<KeywordPlanAggregateMetrics>
The aggregate fields to include in response.
historical_metrics_options: Option<HistoricalMetricsOptions>
The options for historical metrics data.
seed: Option<Seed>
The type of seed to generate keyword ideas.
Implementations§
source§impl GenerateKeywordIdeasRequest
impl GenerateKeywordIdeasRequest
sourcepub fn keyword_plan_network(&self) -> KeywordPlanNetwork
pub fn keyword_plan_network(&self) -> KeywordPlanNetwork
Returns the enum value of keyword_plan_network
, or the default if the field is set to an invalid enum value.
sourcepub fn set_keyword_plan_network(&mut self, value: KeywordPlanNetwork)
pub fn set_keyword_plan_network(&mut self, value: KeywordPlanNetwork)
Sets keyword_plan_network
to the provided enum value.
sourcepub fn language(&self) -> &str
pub fn language(&self) -> &str
Returns the value of language
, or the default value if language
is unset.
sourcepub fn keyword_annotation(
&self,
) -> FilterMap<Cloned<Iter<'_, i32>>, fn(_: i32) -> Option<KeywordPlanKeywordAnnotation>>
pub fn keyword_annotation( &self, ) -> FilterMap<Cloned<Iter<'_, i32>>, fn(_: i32) -> Option<KeywordPlanKeywordAnnotation>>
Returns an iterator which yields the valid enum values contained in keyword_annotation
.
sourcepub fn push_keyword_annotation(&mut self, value: KeywordPlanKeywordAnnotation)
pub fn push_keyword_annotation(&mut self, value: KeywordPlanKeywordAnnotation)
Appends the provided enum value to keyword_annotation
.
Trait Implementations§
source§impl Clone for GenerateKeywordIdeasRequest
impl Clone for GenerateKeywordIdeasRequest
source§fn clone(&self) -> GenerateKeywordIdeasRequest
fn clone(&self) -> GenerateKeywordIdeasRequest
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for GenerateKeywordIdeasRequest
impl Debug for GenerateKeywordIdeasRequest
source§impl Message for GenerateKeywordIdeasRequest
impl Message for GenerateKeywordIdeasRequest
source§fn encoded_len(&self) -> usize
fn encoded_len(&self) -> usize
source§fn encode(&self, buf: &mut impl BufMut) -> Result<(), EncodeError>where
Self: Sized,
fn encode(&self, buf: &mut impl BufMut) -> Result<(), EncodeError>where
Self: Sized,
source§fn encode_to_vec(&self) -> Vec<u8>where
Self: Sized,
fn encode_to_vec(&self) -> Vec<u8>where
Self: Sized,
source§fn encode_length_delimited(
&self,
buf: &mut impl BufMut,
) -> Result<(), EncodeError>where
Self: Sized,
fn encode_length_delimited(
&self,
buf: &mut impl BufMut,
) -> Result<(), EncodeError>where
Self: Sized,
source§fn encode_length_delimited_to_vec(&self) -> Vec<u8>where
Self: Sized,
fn encode_length_delimited_to_vec(&self) -> Vec<u8>where
Self: Sized,
source§fn decode(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
fn decode(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
source§fn decode_length_delimited(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
fn decode_length_delimited(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
source§fn merge(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
fn merge(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
self
. Read moresource§fn merge_length_delimited(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
fn merge_length_delimited(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
self
.source§impl PartialEq for GenerateKeywordIdeasRequest
impl PartialEq for GenerateKeywordIdeasRequest
source§fn eq(&self, other: &GenerateKeywordIdeasRequest) -> bool
fn eq(&self, other: &GenerateKeywordIdeasRequest) -> bool
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for GenerateKeywordIdeasRequest
Auto Trait Implementations§
impl Freeze for GenerateKeywordIdeasRequest
impl RefUnwindSafe for GenerateKeywordIdeasRequest
impl Send for GenerateKeywordIdeasRequest
impl Sync for GenerateKeywordIdeasRequest
impl Unpin for GenerateKeywordIdeasRequest
impl UnwindSafe for GenerateKeywordIdeasRequest
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
source§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
T
in a tonic::Request