public static interface VodSession.GamSettingsOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getNetworkCode()
public abstract String getNetworkCode()Required. Ad Manager network code.
string network_code = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The networkCode. |
getNetworkCodeBytes()
public abstract ByteString getNetworkCodeBytes()Required. Ad Manager network code.
string network_code = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
ByteString |
The bytes for streamId. |