Struct google_discovery1::api::RestDescription [−][src]
There is no detailed description.
Activities
This type is used in activities, which are methods you may call on this type or where this type is involved in. The list links the activity name, along with information about where it is used (one of request and response).
- get rest apis (response)
Fields
auth: Option<RestDescriptionAuth>Authentication information.
base_path: Option<String>[DEPRECATED] The base path for REST requests.
base_url: Option<String>[DEPRECATED] The base URL for REST requests.
batch_path: Option<String>The path for REST batch requests.
canonical_name: Option<String>Indicates how the API name should be capitalized and split into various parts. Useful for generating pretty class names.
description: Option<String>The description of this API.
discovery_version: Option<String>Indicate the version of the Discovery API used to generate this doc.
documentation_link: Option<String>A link to human readable documentation for the API.
etag: Option<String>The ETag for this response.
exponential_backoff_default: Option<bool>Enable exponential backoff for suitable methods in the generated clients.
features: Option<Vec<String>>A list of supported features for this API.
icons: Option<RestDescriptionIcons>Links to 16x16 and 32x32 icons representing the API.
id: Option<String>The ID of this API.
kind: Option<String>The kind for this response.
labels: Option<Vec<String>>Labels for the status of this API, such as labs or deprecated.
methods: Option<HashMap<String, RestMethod>>API-level methods for this API.
name: Option<String>The name of this API.
owner_domain: Option<String>The domain of the owner of this API. Together with the ownerName and a packagePath values, this can be used to generate a library for this API which would have a unique fully qualified name.
owner_name: Option<String>The name of the owner of this API. See ownerDomain.
package_path: Option<String>The package of the owner of this API. See ownerDomain.
parameters: Option<HashMap<String, JsonSchema>>Common parameters that apply across all apis.
protocol: Option<String>The protocol described by this document.
resources: Option<HashMap<String, RestResource>>The resources in this API.
revision: Option<String>The version of this API.
root_url: Option<String>The root URL under which all API services live.
schemas: Option<HashMap<String, JsonSchema>>The schemas for this API.
service_path: Option<String>The base path for all REST requests.
title: Option<String>The title of this API.
version: Option<String>The version of this API.
version_module: Option<bool>no description provided
Trait Implementations
impl Clone for RestDescription[src]
fn clone(&self) -> RestDescription[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Debug for RestDescription[src]
impl Default for RestDescription[src]
fn default() -> RestDescription[src]
impl<'de> Deserialize<'de> for RestDescription[src]
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]
__D: Deserializer<'de>,
impl ResponseResult for RestDescription[src]
impl Serialize for RestDescription[src]
Auto Trait Implementations
impl RefUnwindSafe for RestDescription[src]
impl Send for RestDescription[src]
impl Sync for RestDescription[src]
impl Unpin for RestDescription[src]
impl UnwindSafe for RestDescription[src]
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T[src]
impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>, [src]
T: for<'de> Deserialize<'de>,
impl<T> From<T> for T[src]
impl<T> Instrument for T[src]
pub fn instrument(self, span: Span) -> Instrumented<Self>[src]
pub fn in_current_span(self) -> Instrumented<Self>[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T[src]
pub fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,