Struct google_appengine1_beta4::EndpointsApiService[][src]

pub struct EndpointsApiService {
    pub config_id: Option<String>,
    pub name: Option<String>,
}

Cloud Endpoints (https://cloud.google.com/endpoints) configuration. The Endpoints API Service provides tooling for serving Open API and gRPC endpoints via an NGINX proxy.The fields here refer to the name and configuration id of a "service" resource in the Service Management API (https://cloud.google.com/service-management/overview).

This type is not used in any activity, and only used as part of another schema.

Fields

Endpoints service configuration id as specified by the Service Management API. For example "2016-09-19r1"By default, the Endpoints service configuration id is fixed and config_id must be specified. To keep the Endpoints service configuration id updated with each rollout, specify RolloutStrategy.MANAGED and omit config_id.

Endpoints service name which is the name of the "service" resource in the Service Management API. For example "myapi.endpoints.myproject.cloud.goog"

Trait Implementations

impl Default for EndpointsApiService
[src]

Returns the "default value" for a type. Read more

impl Clone for EndpointsApiService
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for EndpointsApiService
[src]

Formats the value using the given formatter. Read more

impl Part for EndpointsApiService
[src]

Auto Trait Implementations