Struct google_appengine1::EndpointsApiService [−][src]
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
config_id: Option<String>
Endpoints service configuration id as specified by the Service Management API. For example "2016-09-19r1"
name: Option<String>
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]
impl Default for EndpointsApiServicefn default() -> EndpointsApiService[src]
fn default() -> EndpointsApiServiceReturns the "default value" for a type. Read more
impl Clone for EndpointsApiService[src]
impl Clone for EndpointsApiServicefn clone(&self) -> EndpointsApiService[src]
fn clone(&self) -> EndpointsApiServiceReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)Performs copy-assignment from source. Read more
impl Debug for EndpointsApiService[src]
impl Debug for EndpointsApiServicefn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Part for EndpointsApiService[src]
impl Part for EndpointsApiServiceAuto Trait Implementations
impl Send for EndpointsApiService
impl Send for EndpointsApiServiceimpl Sync for EndpointsApiService
impl Sync for EndpointsApiService