Interface LiveSession.GamSettingsOrBuilder

    • 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.MessageLiteOrBuilder

        isInitialized
      • 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.