REST Resource: projects.configs

Resource: RuntimeConfig

A RuntimeConfig resource is the primary resource in the Cloud RuntimeConfig service. A RuntimeConfig resource consists of metadata and a hierarchy of variables.

JSON representation
{
  "name": string,
  "description": string
}
Fields
name

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

description

string

An optional description of the RuntimeConfig object.

Methods

create

Creates a new RuntimeConfig resource.

delete

Deletes a RuntimeConfig resource.

get

Gets information about a RuntimeConfig resource.

getIamPolicy

Gets the access control policy for a resource.

list

Lists all the RuntimeConfig resources within project.

setIamPolicy

Sets the access control policy on the specified resource.

testIamPermissions

Returns permissions that a caller has on the specified resource.

update

Updates a RuntimeConfig resource.