Struct google_apigee1::api::GoogleCloudApigeeV1ApiProxyRevision[][src]

pub struct GoogleCloudApigeeV1ApiProxyRevision {
    pub basepaths: Option<Vec<String>>,
    pub configuration_version: Option<GoogleCloudApigeeV1ConfigVersion>,
    pub context_info: Option<String>,
    pub created_at: Option<String>,
    pub description: Option<String>,
    pub display_name: Option<String>,
    pub entity_meta_data_as_properties: Option<HashMap<String, String>>,
    pub last_modified_at: Option<String>,
    pub name: Option<String>,
    pub policies: Option<Vec<String>>,
    pub proxies: Option<Vec<String>>,
    pub proxy_endpoints: Option<Vec<String>>,
    pub resource_files: Option<GoogleCloudApigeeV1ResourceFiles>,
    pub resources: Option<Vec<String>>,
    pub revision: Option<String>,
    pub shared_flows: Option<Vec<String>>,
    pub spec: Option<String>,
    pub target_endpoints: Option<Vec<String>>,
    pub target_servers: Option<Vec<String>>,
    pub targets: Option<Vec<String>>,
    pub teams: Option<Vec<String>>,
    pub type_: Option<String>,
}

API proxy revision.

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).

Fields

basepaths: Option<Vec<String>>

Base URL of the API proxy.

configuration_version: Option<GoogleCloudApigeeV1ConfigVersion>

Version of the API proxy configuration schema to which the API proxy conforms. Currently, the only supported value is 4.0 (majorVersion.minorVersion). This setting may be used in the future to track the evolution of the API proxy format.

context_info: Option<String>

Revision number, app name, and organization for the API proxy.

created_at: Option<String>

Time that the API proxy revision was created in milliseconds since epoch.

description: Option<String>

Description of the API proxy revision.

display_name: Option<String>

Human-readable name of the API proxy.

entity_meta_data_as_properties: Option<HashMap<String, String>>

Metadata describing the API proxy revision as a key-value map.

last_modified_at: Option<String>

Time that the API proxy revision was last modified in milliseconds since epoch.

name: Option<String>

Name of the API proxy.

policies: Option<Vec<String>>

List of policy names included in the API proxy revision..

proxies: Option<Vec<String>>

List of proxy names included in the API proxy revision.

proxy_endpoints: Option<Vec<String>>

List of ProxyEndpoints in the /proxies directory of the API proxy. Typically, this element is included only when the API proxy was created using the Edge UI. This is a ‘manifest’ setting designed to provide visibility into the contents of the API proxy.

resource_files: Option<GoogleCloudApigeeV1ResourceFiles>

List of resource files included in the API proxy revision.

resources: Option<Vec<String>>

List of the resources included in the API proxy revision formatted as “{type}://{name}”.

revision: Option<String>

API proxy revision.

shared_flows: Option<Vec<String>>

List of the shared flows included in the API proxy revision.

spec: Option<String>

OpenAPI Specification that is associated with the API proxy. The value is set to a URL or to a path in the specification store.

target_endpoints: Option<Vec<String>>

List of TargetEndpoints in the /targets directory of the API proxy. Typically, this element is included only when the API proxy was created using the Edge UI. This is a ‘manifest’ setting designed to provide visibility into the contents of the API proxy.

target_servers: Option<Vec<String>>

List of TargetServers referenced in any TargetEndpoint in the API proxy. Typically, you will see this element only when the API proxy was created using the Edge UI. This is a ‘manifest’ setting designed to provide visibility into the contents of the API proxy.

targets: Option<Vec<String>>

List of the targets included in the API proxy revision.

teams: Option<Vec<String>>

List of the teams included in the API proxy revision.

type_: Option<String>

Type. Set to Application. Maintained for compatibility with the Apigee Edge API.

Trait Implementations

impl Clone for GoogleCloudApigeeV1ApiProxyRevision[src]

impl Debug for GoogleCloudApigeeV1ApiProxyRevision[src]

impl Default for GoogleCloudApigeeV1ApiProxyRevision[src]

impl<'de> Deserialize<'de> for GoogleCloudApigeeV1ApiProxyRevision[src]

impl ResponseResult for GoogleCloudApigeeV1ApiProxyRevision[src]

impl Serialize for GoogleCloudApigeeV1ApiProxyRevision[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> DeserializeOwned for T where
    T: for<'de> Deserialize<'de>, 
[src]

impl<T> From<T> for T[src]

impl<T> Instrument for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.