Interface SlateOrBuilder (0.41.0)

public interface SlateOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getGamSlate()

public abstract Slate.GamSlate getGamSlate()

gam_slate has all the GAM-related attributes of slates.

.google.cloud.video.stitcher.v1.Slate.GamSlate gam_slate = 3;

Returns
TypeDescription
Slate.GamSlate

The gamSlate.

getGamSlateOrBuilder()

public abstract Slate.GamSlateOrBuilder getGamSlateOrBuilder()

gam_slate has all the GAM-related attributes of slates.

.google.cloud.video.stitcher.v1.Slate.GamSlate gam_slate = 3;

Returns
TypeDescription
Slate.GamSlateOrBuilder

getName()

public abstract String getName()

Output only. The name of the slate, in the form of projects/{project_number}/locations/{location}/slates/{id}.

string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
String

The name.

getNameBytes()

public abstract ByteString getNameBytes()

Output only. The name of the slate, in the form of projects/{project_number}/locations/{location}/slates/{id}.

string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
ByteString

The bytes for name.

getUri()

public abstract String getUri()

The URI to fetch the source content for the slate. This URI must return an MP4 video with at least one audio track.

string uri = 2;

Returns
TypeDescription
String

The uri.

getUriBytes()

public abstract ByteString getUriBytes()

The URI to fetch the source content for the slate. This URI must return an MP4 video with at least one audio track.

string uri = 2;

Returns
TypeDescription
ByteString

The bytes for uri.

hasGamSlate()

public abstract boolean hasGamSlate()

gam_slate has all the GAM-related attributes of slates.

.google.cloud.video.stitcher.v1.Slate.GamSlate gam_slate = 3;

Returns
TypeDescription
boolean

Whether the gamSlate field is set.