Resource: StreamInstance
Message describing StreamInstance object Next ID: 13
JSON representation |
---|
{ "name": string, "content": string, "contentBuildVersion": { object ( |
Fields | |
---|---|
name |
name of resource |
content |
The content that this instance serves. |
contentBuildVersion |
The user-specified version tag and build ID of the content served. |
apiEndpoint |
Output only. The API endpoint to which an Stream client can connect to request a streaming session. |
apiKey |
Output only. The API key that an Stream client must use when requesting a streaming session. |
locationConfigs |
Deployment configuration of the instance by locations (only regions are supported now). Map keys are regions in the string form. Example: |
lifecycleState |
Output only. Current status of the instance. |
createTime |
Output only. [Output only] Create time stamp A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
updateTime |
Output only. [Output only] Update time stamp A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
labels |
Labels as key value pairs An object containing a list of |
streamConfig |
Optional. An optional config data to configure the client UI. |
StreamConfig
Describes the optional configuration payload that the customer wants to set up with for the instance.
JSON representation |
---|
{ "fallbackUri": string } |
Fields | |
---|---|
fallbackUri |
User-specified fallback uri that should be launched from the client when there is a streaming server stock-out. |
Methods |
|
---|---|
|
Creates a new StreamInstance that manages the turnup and rollout of the streaming service for a given StreamContent. |
|
Deletes a single StreamInstance. |
|
Gets details of a single StreamInstance. |
|
Lists StreamInstances in a given project and location. |
|
Updates the parameters of a single StreamInstance. |