mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-02-23 15:49:49 +01:00
regen all APIs
This commit is contained in:
@@ -23,7 +23,7 @@ use crate::{client, client::GetToken, client::serde_with};
|
||||
/// Identifies the an OAuth2 authorization scope.
|
||||
/// A scope is needed when requesting an
|
||||
/// [authorization token](https://developers.google.com/youtube/v3/guides/authentication).
|
||||
#[derive(PartialEq, Eq, Hash)]
|
||||
#[derive(PartialEq, Eq, Ord, PartialOrd, Hash, Debug, Clone, Copy)]
|
||||
pub enum Scope {
|
||||
/// View and manage your AdSense data
|
||||
Full,
|
||||
@@ -358,7 +358,7 @@ pub struct AdUnit {
|
||||
#[serde(rename="reportingDimensionId")]
|
||||
|
||||
pub reporting_dimension_id: Option<String>,
|
||||
/// State of the ad unit.
|
||||
/// Required. State of the ad unit.
|
||||
|
||||
pub state: Option<String>,
|
||||
}
|
||||
@@ -556,7 +556,7 @@ pub struct HttpBody {
|
||||
pub content_type: Option<String>,
|
||||
/// The HTTP request/response body as raw binary.
|
||||
|
||||
#[serde_as(as = "Option<::client::serde::urlsafe_base64::Wrapper>")]
|
||||
#[serde_as(as = "Option<::client::serde::standard_base64::Wrapper>")]
|
||||
pub data: Option<Vec<u8>>,
|
||||
/// Application specific response metadata. Must be set in the first response for streaming APIs.
|
||||
|
||||
@@ -7915,7 +7915,7 @@ where
|
||||
self._parent = new_value.to_string();
|
||||
self
|
||||
}
|
||||
/// A page token, received from a previous `ListPayments` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListPayments` must match the call that provided the page token.
|
||||
/// A page token, received from a previous `ListSavedReports` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListSavedReports` must match the call that provided the page token.
|
||||
///
|
||||
/// Sets the *page token* query property to the given value.
|
||||
pub fn page_token(mut self, new_value: &str) -> AccountReportSavedListCall<'a, S> {
|
||||
@@ -10710,7 +10710,7 @@ where
|
||||
self._parent = new_value.to_string();
|
||||
self
|
||||
}
|
||||
/// A page token, received from a previous `ListAccounts` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListAccounts` must match the call that provided the page token.
|
||||
/// A page token, received from a previous `ListChildAccounts` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListChildAccounts` must match the call that provided the page token.
|
||||
///
|
||||
/// Sets the *page token* query property to the given value.
|
||||
pub fn page_token(mut self, new_value: &str) -> AccountListChildAccountCall<'a, S> {
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
// This file was generated automatically from 'src/generator/templates/api/lib.rs.mako'
|
||||
// DO NOT EDIT !
|
||||
|
||||
//! This documentation was generated from *adsense* crate version *5.0.3+20230124*, where *20230124* is the exact revision of the *adsense:v2* schema built by the [mako](http://www.makotemplates.org/) code generator *v5.0.3*.
|
||||
//! This documentation was generated from *adsense* crate version *5.0.3+20240305*, where *20240305* is the exact revision of the *adsense:v2* schema built by the [mako](http://www.makotemplates.org/) code generator *v5.0.3*.
|
||||
//!
|
||||
//! Everything else about the *adsense* *v2* API can be found at the
|
||||
//! [official documentation site](https://developers.google.com/adsense/management/).
|
||||
|
||||
Reference in New Issue
Block a user