Reference documentation and code samples for the Video Stitcher V1 API class Google::Cloud::Video::Stitcher::V1::CreateSlateRequest.
Request message for VideoStitcherService.createSlate.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#parent
def parent() -> ::String
Returns
-
(::String) — Required. The project in which the slate should be created, in the form of
projects/{project_number}
.
#parent=
def parent=(value) -> ::String
Parameter
-
value (::String) — Required. The project in which the slate should be created, in the form of
projects/{project_number}
.
Returns
-
(::String) — Required. The project in which the slate should be created, in the form of
projects/{project_number}
.
#slate
def slate() -> ::Google::Cloud::Video::Stitcher::V1::Slate
Returns
- (::Google::Cloud::Video::Stitcher::V1::Slate) — Required. The slate to create.
#slate=
def slate=(value) -> ::Google::Cloud::Video::Stitcher::V1::Slate
Parameter
- value (::Google::Cloud::Video::Stitcher::V1::Slate) — Required. The slate to create.
Returns
- (::Google::Cloud::Video::Stitcher::V1::Slate) — Required. The slate to create.
#slate_id
def slate_id() -> ::String
Returns
- (::String) — Required. The unique identifier for the slate. This value should conform to RFC-1034, which restricts to lower-case letters, numbers, and hyphen, with the first character a letter, the last a letter or a number, and a 63 character maximum.
#slate_id=
def slate_id=(value) -> ::String
Parameter
- value (::String) — Required. The unique identifier for the slate. This value should conform to RFC-1034, which restricts to lower-case letters, numbers, and hyphen, with the first character a letter, the last a letter or a number, and a 63 character maximum.
Returns
- (::String) — Required. The unique identifier for the slate. This value should conform to RFC-1034, which restricts to lower-case letters, numbers, and hyphen, with the first character a letter, the last a letter or a number, and a 63 character maximum.