Interface VodSession.GamSettingsOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
VodSession.GamSettings
,VodSession.GamSettings.Builder
- Enclosing class:
- VodSession
public static interface VodSession.GamSettingsOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getNetworkCode()
Required.com.google.protobuf.ByteString
getNetworkCodeBytes()
Required.String
getStreamId()
Required.com.google.protobuf.ByteString
getStreamIdBytes()
Required.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getNetworkCode
String getNetworkCode()
Required. Ad Manager network code.
string network_code = 1 [(.google.api.field_behavior) = REQUIRED];
- Returns:
- The networkCode.
-
getNetworkCodeBytes
com.google.protobuf.ByteString getNetworkCodeBytes()
Required. Ad Manager network code.
string network_code = 1 [(.google.api.field_behavior) = REQUIRED];
- Returns:
- The bytes for networkCode.
-
getStreamId
String getStreamId()
Required. The stream ID generated by Ad Manager.
string stream_id = 2 [(.google.api.field_behavior) = REQUIRED];
- Returns:
- The streamId.
-
getStreamIdBytes
com.google.protobuf.ByteString getStreamIdBytes()
Required. The stream ID generated by Ad Manager.
string stream_id = 2 [(.google.api.field_behavior) = REQUIRED];
- Returns:
- The bytes for streamId.
-
-