REST Resource: projects.locations.applications.drafts

Resource: Draft

Message describing Draft object

JSON representation
{
  "name": string,
  "createTime": string,
  "updateTime": string,
  "labels": {
    string: string,
    ...
  },
  "displayName": string,
  "description": string,
  "draftApplicationConfigs": {
    object (ApplicationConfigs)
  }
}
Fields
name

string

name of resource

createTime

string (Timestamp format)

Output only. Create timestamp

A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z".

updateTime

string (Timestamp format)

Output only. Create timestamp

A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z".

labels

map (key: string, value: string)

Labels as key value pairs

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

displayName

string

Required. A user friendly display name for the solution.

description

string

A description for this application.

draftApplicationConfigs

object (ApplicationConfigs)

The draft application configs which haven't been updated to an application.

Methods

create

Creates a new Draft in a given project and location.

delete

Deletes a single Draft.

get

Gets details of a single Draft.

list

Lists Drafts in a given project and location.

patch

Updates the parameters of a single Draft.