Class RuntimeConfig
A RuntimeConfig resource is the primary resource in the Cloud RuntimeConfig service. A RuntimeConfig resource consists of metadata and a hierarchy of variables.
Implements
Inherited Members
Namespace: Google.Apis.CloudRuntimeConfig.v1beta1.Data
Assembly: Google.Apis.CloudRuntimeConfig.v1beta1.dll
Syntax
public class RuntimeConfig : IDirectResponseSchema
Properties
Description
An optional description of the RuntimeConfig object.
Declaration
[JsonProperty("description")]
public virtual string Description { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Name
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 the [0-9A-Za-z](?:[_.A-Za-z0-9-]{0,62}[_.A-Za-z0-9])?
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.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |