REST Resource: projects.locations.streamContents

Resource: StreamContent

Message describing StreamContent object

JSON representation
{
  "name": string,
  "bucketName": string,
  "contentVersionTags": [
    string
  ],
  "buildVersions": [
    {
      object (BuildVersion)
    }
  ],
  "lifecycleState": {
    object (LifecycleState)
  },
  "createTime": string,
  "updateTime": string,
  "labels": {
    string: string,
    ...
  }
}
Fields
name

string

name of resource

bucketName

string

Name of the Cloud Storage bucket in the consumer project that stores the content source.

contentVersionTags[]

string

Output only. User-specified version tags of content builds

buildVersions[]

object (BuildVersion)

Output only. User-specified version tags and unique build IDs of content builds

lifecycleState

object (LifecycleState)

Output only. Current state of the content.

createTime

string (Timestamp format)

Output only. [Output only] Create time stamp

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. [Output only] Update time stamp

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

Methods

build

Builds the content to a Stream compatible format using the associated sources in a consumer cloud storage bucket.

create

Creates a new StreamContent that manages the metadata and builds of user-provided Stream compatible content sources in a consumer cloud storage bucket.

delete

Deletes a single StreamContent.

get

Gets details of a single StreamContent.

list

Lists StreamContents in a given project and location.

patch

Updates the parameters of a single StreamContent.