public interface MasterPlaylistSettingsOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getRefreshType()
public abstract HlsMasterPlaylistRefreshTypeEnum.HlsMasterPlaylistRefreshType getRefreshType()Optional. Indicates how the master playlist gets refreshed. Defaults to AUTOMATIC. This field can only be modified when the live stream is in a PAUSED state.
optional .google.ads.admanager.v1.HlsMasterPlaylistRefreshTypeEnum.HlsMasterPlaylistRefreshType refresh_type = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
HlsMasterPlaylistRefreshTypeEnum.HlsMasterPlaylistRefreshType |
The refreshType. |
getRefreshTypeValue()
public abstract int getRefreshTypeValue()Optional. Indicates how the master playlist gets refreshed. Defaults to AUTOMATIC. This field can only be modified when the live stream is in a PAUSED state.
optional .google.ads.admanager.v1.HlsMasterPlaylistRefreshTypeEnum.HlsMasterPlaylistRefreshType refresh_type = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for refreshType. |
hasRefreshType()
public abstract boolean hasRefreshType()Optional. Indicates how the master playlist gets refreshed. Defaults to AUTOMATIC. This field can only be modified when the live stream is in a PAUSED state.
optional .google.ads.admanager.v1.HlsMasterPlaylistRefreshTypeEnum.HlsMasterPlaylistRefreshType refresh_type = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the refreshType field is set. |