REST Resource: projects.locations.releaseChannelSettings

Resource: ReleaseChannelSetting

Message describing ReleaseChannelSetting object

JSON representation
{
  "name": string,
  "createTime": string,
  "updateTime": string,
  "labels": {
    string: string,
    ...
  },
  "releaseChannel": enum (ChannelType)
}
Fields
name

string

Identifier. Name of the resource. Format:projects/{project}/locations/{location}/releaseChannelSettings/{releaseChannelSetting}

createTime

string (Timestamp format)

Output only. [Output only] Create time stamp.

Uses RFC 3339, where generated output will always be Z-normalized and use 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: "2014-10-02T15:01:23Z", "2014-10-02T15:01:23.045123456Z" or "2014-10-02T15:01:23+05:30".

updateTime

string (Timestamp format)

Output only. [Output only] Update time stamp.

Uses RFC 3339, where generated output will always be Z-normalized and use 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: "2014-10-02T15:01:23Z", "2014-10-02T15:01:23.045123456Z" or "2014-10-02T15:01:23+05:30".

labels

map (key: string, value: string)

Optional. Labels as key value pairs.

An object containing a list of "key": value pairs. Example: { "name": "wrench", "mass": "1.3kg", "count": "3" }.

releaseChannel

enum (ChannelType)

Optional. Release channel to be used.

ChannelType

Release channel type.

Enums
CHANNEL_TYPE_UNSPECIFIED Unspecified release channel.
STABLE Stable channel.
EXPERIMENTAL Experimental release channel.

Methods

create

Creates a new ReleaseChannelSetting in a given project and location.

delete

Deletes a single ReleaseChannelSetting.

get

Gets details of a single ReleaseChannelSetting.

list

Lists ReleaseChannelSettings in a given project and location.

patch

Updates the parameters of a single ReleaseChannelSetting.