| _key | core | string | |
| active_input | core | string | Output only. The InputAttachment.key that serves as the current input source. The first input in the input_attachments is the initial input source. |
| ancestors | core | array<string> | |
| create_time | core | timestamp | Output only. The creation time. |
| datadog_display_name | core | string | |
| elementary_streams | core | json | List of elementary streams. |
| encryptions | core | json | Encryption configurations for this channel. Each configuration has an ID which is referred to by each MuxStream to indicate which configuration is used for that output. |
| input_attachments | core | json | A list of input attachments that this channel uses. One channel can have multiple inputs as the input sources. Only one input can be selected as the input source at one time. |
| input_config | core | json | The configuration for input sources defined in input_attachments. |
| labels | core | array<string> | |
| log_config | core | json | Configuration of platform logs for this channel. |
| manifests | core | json | List of output manifests. |
| mux_streams | core | json | List of multiplexing settings for output streams. |
| name | core | string | The resource name of the channel, in the form of: `projects/{project}/locations/{location}/channels/{channelId}`. |
| organization_id | core | string | |
| output | core | json | Required. Information about the output (that is, the Cloud Storage bucket to store the generated live stream). |
| parent | core | string | |
| project_id | core | string | |
| project_number | core | string | |
| resource_name | core | string | |
| retention_config | core | json | Optional. Configuration for retention of output files for this channel. |
| sprite_sheets | core | json | List of output sprite sheets. |
| static_overlays | core | json | Optional. List of static overlay images. Those images display over the output content for the whole duration of the live stream. |
| streaming_error | core | json | Output only. A description of the reason for the streaming error. This property is always present when streaming_state is STREAMING_ERROR. |
| streaming_state | core | string | Output only. State of the streaming operation. Possible values: ['STREAMING_STATE_UNSPECIFIED', 'STREAMING', 'AWAITING_INPUT', 'STREAMING_ERROR', 'STREAMING_NO_INPUT', 'STOPPED', 'STARTING', 'STOPPING']. Values descriptions: ['Streaming state is not specified.', 'Channel is getting the input stream, generating the live streams to the specified output location.', 'Channel is waiting for the input stream through the input.', 'Channel is running, but has trouble publishing the live streams onto the specified output location (for example, the specified Cloud Storage bucket is not writable).', 'Channel is generating live streams with no input stream. Live streams are filled out with black screen, while input stream is missing. Not supported yet.', 'Channel is stopped, finishing live streams.', 'Channel is starting.', 'Channel is stopping.'] |
| tags | core | hstore | |
| timecode_config | core | json | Configuration of timecode for this channel. |
| update_time | core | timestamp | Output only. The update time. |