Interface LiveSession.GamSettingsOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
LiveSession.GamSettings
,LiveSession.GamSettings.Builder
- Enclosing class:
- LiveSession
public static interface LiveSession.GamSettingsOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description 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
-
getStreamId
String getStreamId()
Required. The stream ID generated by Ad Manager.
string stream_id = 1 [(.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 = 1 [(.google.api.field_behavior) = REQUIRED];
- Returns:
- The bytes for streamId.
-
-