Reference documentation and code samples for the Google Cloud Video Live Stream V1 Client class InputAttachment.
A group of information for attaching an input resource to this channel.
Generated from protobuf message google.cloud.video.livestream.v1.InputAttachment
Namespace
Google \ Cloud \ Video \ LiveStream \ V1
Methods
__construct
Constructor.
Parameters
Name
Description
data
array
Optional. Data for populating the Message object.
↳ key
string
A unique key for this input attachment. The key must be 1-63 characters in length. The key must begin and end with a letter (regardless of case) or a number, but can contain dashes or underscores in between.
↳ input
string
The resource name of an existing input, in the form of: projects/{project}/locations/{location}/inputs/{inputId}.
A unique key for this input attachment. The key must be 1-63
characters in length. The key must begin and end with a letter (regardless
of case) or a number, but can contain dashes or underscores in between.
Returns
Type
Description
string
setKey
A unique key for this input attachment. The key must be 1-63
characters in length. The key must begin and end with a letter (regardless
of case) or a number, but can contain dashes or underscores in between.
Parameter
Name
Description
var
string
Returns
Type
Description
$this
getInput
The resource name of an existing input, in the form of:
projects/{project}/locations/{location}/inputs/{inputId}.
Returns
Type
Description
string
setInput
The resource name of an existing input, in the form of:
projects/{project}/locations/{location}/inputs/{inputId}.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[],[],null,["# Google Cloud Video Live Stream V1 Client - Class InputAttachment (1.2.1)\n\nVersion latestkeyboard_arrow_down\n\n- [1.2.1 (latest)](/php/docs/reference/cloud-video-live-stream/latest/V1.InputAttachment)\n- [1.2.0](/php/docs/reference/cloud-video-live-stream/1.2.0/V1.InputAttachment)\n- [1.1.3](/php/docs/reference/cloud-video-live-stream/1.1.3/V1.InputAttachment)\n- [1.0.0](/php/docs/reference/cloud-video-live-stream/1.0.0/V1.InputAttachment)\n- [0.7.5](/php/docs/reference/cloud-video-live-stream/0.7.5/V1.InputAttachment)\n- [0.6.2](/php/docs/reference/cloud-video-live-stream/0.6.2/V1.InputAttachment)\n- [0.5.0](/php/docs/reference/cloud-video-live-stream/0.5.0/V1.InputAttachment)\n- [0.4.2](/php/docs/reference/cloud-video-live-stream/0.4.2/V1.InputAttachment)\n- [0.3.2](/php/docs/reference/cloud-video-live-stream/0.3.2/V1.InputAttachment)\n- [0.2.6](/php/docs/reference/cloud-video-live-stream/0.2.6/V1.InputAttachment) \nReference documentation and code samples for the Google Cloud Video Live Stream V1 Client class InputAttachment.\n\nA group of information for attaching an input resource to this channel.\n\nGenerated from protobuf message `google.cloud.video.livestream.v1.InputAttachment`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ Video \\\\ LiveStream \\\\ V1\n\nMethods\n-------\n\n### __construct\n\nConstructor.\n\n### getKey\n\nA unique key for this input attachment. The key must be 1-63\ncharacters in length. The key must begin and end with a letter (regardless\nof case) or a number, but can contain dashes or underscores in between.\n\n### setKey\n\nA unique key for this input attachment. The key must be 1-63\ncharacters in length. The key must begin and end with a letter (regardless\nof case) or a number, but can contain dashes or underscores in between.\n\n### getInput\n\nThe resource name of an existing input, in the form of:\n`projects/{project}/locations/{location}/inputs/{inputId}`.\n\n### setInput\n\nThe resource name of an existing input, in the form of:\n`projects/{project}/locations/{location}/inputs/{inputId}`.\n\n### getAutomaticFailover\n\nAutomatic failover configurations.\n\n### hasAutomaticFailover\n\n### clearAutomaticFailover\n\n### setAutomaticFailover\n\nAutomatic failover configurations."]]