REST Resource: projects.locations.brands

Resource: Brand

A brand, which can be a restaurant chain or an individual restaurant.

JSON representation
{
  "name": string,
  "displayName": string,
  "createTime": string,
  "updateTime": string
}
Fields
name

string

Identifier. The brand name. Format: projects/{project}/locations/{location}/brands/{brand}

displayName

string

Optional. Optional, human-readable display name for this brand for user interfaces.

createTime

string (Timestamp format)

Output only. The time this brand was created.

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. The time this brand was last updated.

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

Methods

create

Creates a brand.

delete

Deletes the specified brand.

get

Gets a brand.

list

Lists brands.

patch

Updates the specified brand.