public interface SlateOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
boolean |
Whether the gamSlate field is set. |