public interface SlateOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDisplayName()
public abstract String getDisplayName()Required. The display name of the Slate. It has a maximum length of 255 characters.
optional string display_name = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The displayName. |
getDisplayNameBytes()
public abstract ByteString getDisplayNameBytes()Required. The display name of the Slate. It has a maximum length of 255 characters.
optional string display_name = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for displayName. |
getName()
public abstract String getName() Identifier. The resource name of the Slate.
Format: networks/{network_code}/slates/{slate_id}
string name = 1 [(.google.api.field_behavior) = IDENTIFIER];
| Returns | |
|---|---|
| Type | Description |
String |
The name. |
getNameBytes()
public abstract ByteString getNameBytes() Identifier. The resource name of the Slate.
Format: networks/{network_code}/slates/{slate_id}
string name = 1 [(.google.api.field_behavior) = IDENTIFIER];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for name. |
getStatus()
public abstract SlateStatusEnum.SlateStatus getStatus()Output only. The status of this Slate. Slates are created in the [SlateStatus.ACTIVE][] state.
optional .google.ads.admanager.v1.SlateStatusEnum.SlateStatus status = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
SlateStatusEnum.SlateStatus |
The status. |
getStatusValue()
public abstract int getStatusValue()Output only. The status of this Slate. Slates are created in the [SlateStatus.ACTIVE][] state.
optional .google.ads.admanager.v1.SlateStatusEnum.SlateStatus status = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for status. |
getTranscodeStatus()
public abstract VideoTranscodeStatusEnum.VideoTranscodeStatus getTranscodeStatus()Output only. Server side transcoding status of the current slate.
optional .google.ads.admanager.v1.VideoTranscodeStatusEnum.VideoTranscodeStatus transcode_status = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
VideoTranscodeStatusEnum.VideoTranscodeStatus |
The transcodeStatus. |
getTranscodeStatusValue()
public abstract int getTranscodeStatusValue()Output only. Server side transcoding status of the current slate.
optional .google.ads.admanager.v1.VideoTranscodeStatusEnum.VideoTranscodeStatus transcode_status = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for transcodeStatus. |
getUpdateTime()
public abstract Timestamp getUpdateTime()Output only. The date and time this slate was last modified.
.google.protobuf.Timestamp update_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
Timestamp |
The updateTime. |
getUpdateTimeOrBuilder()
public abstract TimestampOrBuilder getUpdateTimeOrBuilder()Output only. The date and time this slate was last modified.
.google.protobuf.Timestamp update_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
TimestampOrBuilder |
|
getVideoSourceUrl()
public abstract String getVideoSourceUrl()Optional. The location of the original asset if publisher provided and slate is externally hosted.
optional string video_source_url = 5 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
String |
The videoSourceUrl. |
getVideoSourceUrlBytes()
public abstract ByteString getVideoSourceUrlBytes()Optional. The location of the original asset if publisher provided and slate is externally hosted.
optional string video_source_url = 5 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for videoSourceUrl. |
hasDisplayName()
public abstract boolean hasDisplayName()Required. The display name of the Slate. It has a maximum length of 255 characters.
optional string display_name = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the displayName field is set. |
hasStatus()
public abstract boolean hasStatus()Output only. The status of this Slate. Slates are created in the [SlateStatus.ACTIVE][] state.
optional .google.ads.admanager.v1.SlateStatusEnum.SlateStatus status = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the status field is set. |
hasTranscodeStatus()
public abstract boolean hasTranscodeStatus()Output only. Server side transcoding status of the current slate.
optional .google.ads.admanager.v1.VideoTranscodeStatusEnum.VideoTranscodeStatus transcode_status = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the transcodeStatus field is set. |
hasUpdateTime()
public abstract boolean hasUpdateTime()Output only. The date and time this slate was last modified.
.google.protobuf.Timestamp update_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the updateTime field is set. |
hasVideoSourceUrl()
public abstract boolean hasVideoSourceUrl()Optional. The location of the original asset if publisher provided and slate is externally hosted.
optional string video_source_url = 5 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the videoSourceUrl field is set. |