Interface SlateOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Slate,Slate.Builder
public interface SlateOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Slate.GamSlategetGamSlate()gam_slate has all the GAM-related attributes of slates.Slate.GamSlateOrBuildergetGamSlateOrBuilder()gam_slate has all the GAM-related attributes of slates.StringgetName()Output only.com.google.protobuf.ByteStringgetNameBytes()Output only.StringgetUri()The URI to fetch the source content for the slate.com.google.protobuf.ByteStringgetUriBytes()The URI to fetch the source content for the slate.booleanhasGamSlate()gam_slate has all the GAM-related attributes of slates.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getName
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:
- The name.
-
getNameBytes
com.google.protobuf.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:
- The bytes for name.
-
getUri
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:
- The uri.
-
getUriBytes
com.google.protobuf.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:
- The bytes for uri.
-
hasGamSlate
boolean hasGamSlate()
gam_slate has all the GAM-related attributes of slates.
.google.cloud.video.stitcher.v1.Slate.GamSlate gam_slate = 3;- Returns:
- Whether the gamSlate field is set.
-
getGamSlate
Slate.GamSlate getGamSlate()
gam_slate has all the GAM-related attributes of slates.
.google.cloud.video.stitcher.v1.Slate.GamSlate gam_slate = 3;- Returns:
- The gamSlate.
-
getGamSlateOrBuilder
Slate.GamSlateOrBuilder getGamSlateOrBuilder()
gam_slate has all the GAM-related attributes of slates.
.google.cloud.video.stitcher.v1.Slate.GamSlate gam_slate = 3;
-
-