Interface VodSession.GamSettingsOrBuilder (0.41.0)

public static interface VodSession.GamSettingsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getNetworkCode()

public abstract String getNetworkCode()

Required. Ad Manager network code.

string network_code = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
String

The networkCode.

getNetworkCodeBytes()

public abstract ByteString getNetworkCodeBytes()

Required. Ad Manager network code.

string network_code = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ByteString

The bytes for networkCode.

getStreamId()

public abstract String getStreamId()

Required. The stream ID generated by Ad Manager.

string stream_id = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
String

The streamId.

getStreamIdBytes()

public abstract ByteString getStreamIdBytes()

Required. The stream ID generated by Ad Manager.

string stream_id = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ByteString

The bytes for streamId.