Resource: ReleaseChannelSetting
Message describing ReleaseChannelSetting object
JSON representation |
---|
{
"name": string,
"createTime": string,
"updateTime": string,
"labels": {
string: string,
...
},
"releaseChannel": enum ( |
Fields | |
---|---|
name |
Identifier. Name of the resource. Format:projects/{project}/locations/{location}/releaseChannelSettings/{releaseChannelSetting} |
createTime |
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: |
updateTime |
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: |
labels |
Optional. Labels as key value pairs. An object containing a list of |
releaseChannel |
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 |
|
---|---|
|
Creates a new ReleaseChannelSetting in a given project and location. |
|
Deletes a single ReleaseChannelSetting. |
|
Gets details of a single ReleaseChannelSetting. |
|
Lists ReleaseChannelSettings in a given project and location. |
|
Updates the parameters of a single ReleaseChannelSetting. |