Struct google_runtimeconfig1_beta1::RuntimeConfig [−][src]
A RuntimeConfig resource is the primary resource in the Cloud RuntimeConfig service. A RuntimeConfig resource consists of metadata and a hierarchy of variables.
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).
- configs update projects (request|response)
- configs create projects (request|response)
- configs get projects (response)
Fields
name: Option<String>
The resource name of a runtime config. The name must have the format:
projects/[PROJECT_ID]/configs/[CONFIG_NAME]
The [PROJECT_ID] must be a valid project ID, and [CONFIG_NAME] is an
arbitrary name that matches
0-9A-Za-z? regular expression.
The length of [CONFIG_NAME] must be less than 64 characters.
You pick the RuntimeConfig resource name, but the server will validate that the name adheres to this format. After you create the resource, you cannot change the resource's name.
description: Option<String>
An optional description of the RuntimeConfig object.
Trait Implementations
impl Default for RuntimeConfig[src]
impl Default for RuntimeConfigfn default() -> RuntimeConfig[src]
fn default() -> RuntimeConfigReturns the "default value" for a type. Read more
impl Clone for RuntimeConfig[src]
impl Clone for RuntimeConfigfn clone(&self) -> RuntimeConfig[src]
fn clone(&self) -> RuntimeConfigReturns 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 RuntimeConfig[src]
impl Debug for RuntimeConfigfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl RequestValue for RuntimeConfig[src]
impl RequestValue for RuntimeConfigimpl ResponseResult for RuntimeConfig[src]
impl ResponseResult for RuntimeConfigAuto Trait Implementations
impl Send for RuntimeConfig
impl Send for RuntimeConfigimpl Sync for RuntimeConfig
impl Sync for RuntimeConfig