Class CreateSlateRequest (0.2.0)

CreateSlateRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Request message for VideoStitcherService.createSlate.

Attributes

NameDescription
parent str
Required. The project in which the slate should be created, in the form of ``projects/{project_number}``.
slate_id str
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 google.cloud.video.stitcher_v1.types.Slate
Required. The slate to create.

Inheritance

builtins.object > proto.message.Message > CreateSlateRequest